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

Re: Files with trailing dots on Windows

From: Martin v. Löwis <Martin.vonLoewis_at_hpi.uni-potsdam.de>
Date: 2006-02-06 23:21:46 CET

Molle Bestefich wrote:
> Just a suggestion: ask yourself this: If *you* had to implement it,
> would you really be ready to introduce and maintain such a rather
> complex system? Are there any major benefits to this that you won't
> readily get by just omitting the files from the Windows working copys?

Sure I would implement it. I would need to find the proper layer of
abstraction, and then hope that I don't need to change much code at
all. It must be somewhere in the working-copy code.

As for what the benefits are: if done well, it works on all systems,
not just Win32, and on all file systems, not just NTFS. Furthermore,
it doesn't require hard-coding of file system conventions into the
subversion code, which apparently is an important property in
maintaining subversion. Finally, there is little chance to get the
precise naming restrictions incorrect: responsibility for selecting
names is now with the repository operator/software developer, which
is where I think it belongs.

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 6 23:22:21 2006

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.