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

Re: [TSVN] Commit performance

From: matthew ford <matthew.ford_at_forward.com.au>
Date: 2005-01-19 01:14:36 CET

> thousands of files, marked as modified. The only change in these files
> was from \n to \r\n! However, I know for a fact that these files were
> not even opened by an editor, so there should not have been any change.

When I installed SVN / TSVN V1.1.2 the conf file had
enable-auto-props = yes

and
*.src = svn:eol-style=native
startup = svn:eol-style=native
*.t = svn:eol-style=native
*.tex = svn:eol-style=native
*.txt = svn:eol-style=native
etc

This will change \n to \r\n for you behind your back. (on Windows)
I think the docs need to be updated as they say
enable-auto-props = no
is the default
but the install conf overrides this and there is no mention of it.
It took me 2 days to find out why I was getting warnings about
mismatched line endings which prevented me importing or adding bulk
projects.
matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jan 19 01:15:21 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.