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

Re: Case Sensitivity (was: Re: A List of Issues)

From: <brane_at_xbc.nu>
Date: 2002-06-07 12:23:33 CEST

Quoting Philip Martin <philip@codematters.co.uk>:

> Another problem is filenames containing "special" characters. On Unix
> filenames containing ':' and '\' are perfectly reasonable. Subversion
> had a file with a ':' in it's name at one point (see the log for revs
> 1795 and 1805). That caused the Windows svn client to complain but was
> fine on Unix. I suspect that a filename containing '\' would also
> cause problems.

I don't think it would be wise to add special checks for such characters to the
libraries. A checkout would fail anyway. IMHO file naming is a matter of project
policy. If people want to make sure their reporitory contains no "bad" file
names, they can write a pre-commit hook script to check that.

(Having an example of such a script in contrib/ wouldn't hurt, of course.)

    Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 7 12:24:17 2002

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

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