[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Editing svn config - bug with comments?

From: Pete Mounce <Peter.Mounce_at_whitbybird.com>
Date: 2005-11-29 14:27:46 CET

I suspect this is one of those report-it-to-the-svn-list bugs.

I have lines like:

*.sql = svn:mime-type=text/plain;svn:eol-style=native #sql
*.viw = svn:mime-type=text/plain;svn:eol-style=native #sql server views

in my SVN config (TSVN Settings -> General -> Edit SVN config).

When I added files of .sql type to subversion, the eol-style property
got set to

native #sql

Which then caused commits to fail with error message like "eol-style not
recognised" (words to that effect).

So the problem was that the comment from the file was being added to the
property value. I workaround by putting comments like that on the line
above.

Regards
Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 29 14:36:28 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.