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

Re: Supporting non-XML-safe pathnames

From: Martin Tomes <lists_at_tomes.org>
Date: 2004-11-25 13:22:46 CET

Ben Sewell wrote:
> Peter N. Lundblad <mailto:peter@famlundblad.se> wrote on 24 November 2004
> 21:06:
>
>>I am definitely with sussman here (his original proposal). I
>>see no reason
>>at all to support control characters. I think it is a mistake
>>of an OS to
>
> but on the general subject of making repositories "safe" to
> particular filesystems (be that NTFS, ext*, or whatever), would it be a good
> idea to have a per-repo setting for which filesystems it absolutely *must*
> work with.

This is what pre-commit hooks are for. See
http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-case-insensitive.pl which does the
case insensitive compatability checking. If you want to ban control characters and files called
'COM1' do that in a pre-commit hook too.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 25 13:24:07 2004

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.