Keep getting svn:eol-style complaint

View: New views
2 Messages — Rating Filter:   Alert me  

Keep getting svn:eol-style complaint

by Frank Du :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Recently I keep getting eol-style complaint. It even happens with new files. I set the svn:eol-style properties, but commit still incur the message. Any hint about this issue?

Thanks so much!
Frank


Error Message:
=====================
In your recent commit, improper Subversion end of line settings were detected. Please correct the problem by adjusting the svn:eol-style property on the files in question (it should be native). If these were new files, verify the auto-props subversion client configuration.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2405613

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Keep getting svn:eol-style complaint

by Mark Phippard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 9, 2009 at 1:48 PM, Frank Du <qixdu@...> wrote:

> Recently I keep getting eol-style complaint. It even happens with new files. I set the
> svn:eol-style properties, but commit still incur the message. Any hint about this issue?
>
> Thanks so much!
> Frank
>
>
> Error Message:
> =====================
> In your recent commit, improper Subversion end of line settings were detected. Please
> correct the problem by adjusting the svn:eol-style property on the files in question (it should
> be native). If these were new files, verify the auto-props subversion client configuration.

If the above is the message then it has to be coming from a hook
script installed on the server.  You would need to contact the admin
to find out what the script is trying to say you are doing wrong.

It sounds like you are setting the svn:eol-style property value to
something like "CRLF" or "LF" and it wants the property value to be
"native".


--
Thanks

Mark Phippard
http://markphip.blogspot.com/

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2405615

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].