You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ro...@ga.gov.au on 2004/02/12 00:54:16 UTC

modify behaviour of "svn status"

Hello everybody

Is there any way of getting "svn status" to ignore case when it determines if
a file has been modified or not?

For reasons beyond our control, The case of bits of our source code switches
randomly from upper to lower case and back again (yes, it's as frustrating as
it sounds, and there doesn't appear to be any way to stop it as the ESRI
ArcMap VBA editor appears to have a mind of its own when it comes to case).

We have modified the behaviour of "svn diff" to ignore case by adding the
command:

	diff-cmd = d:\svn\diff.bat

to the config file, which points to a batch file with the single command:

	j:\cygwin\bin\diff -i %6 %7

That fixed the "svn diff" behaviour, but not the "svn status" behaviour.

Is there a way?

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org