[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: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2006-02-06 19:31:24 CET

von Löwis Martin wrote:
> So what about the properties that specify alternative
> names? Multiple designs for that are possible:
> 1. support svn:filename.<filesystem>; the challenge is to
> find out what the filesystem is (e.g. use statfs(2)
> to find out).
> 2. support svn:filename.<operating system>; the challenge
> is to allow significant grouping of operating system
> names. However, supporting just the common cases
> (win32, posix) might be enough.
> 3. support svn:filename.<tag>, and support a wc configuration
> option filename-tag. Then, Windows users could specify
> filename-tag=win32, and the repository would specify
> svn:filename.win32.

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?
(do you even need the files on Windows?)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 6 19:32:52 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.