[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: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-02-07 20:21:04 CET

On 2/6/06, Christian Stork <cstork@ics.uci.edu> wrote:
> Think of Martin's use case. A pre-commit hook wouldn't solve his
> problem (even tho it might be a very sensible idea to have such a
> pre-commit hook in a multi-platform project in order to prevent such
> problematic situations in the first place).

Right. You would block any additions of files that would violate the
naming rules on another platform.

> Also the these warnings/errors/renames have to be WC-specific so
> anything running on the server-side won't fly. :-/

The key is to not let those files in the repos at all - if they manage
to make it in, then the WC isn't going to be able to do much. There
is no accurate way to determine what FS you are on in any case, so
it's not likely that the WC can do much other than panic. =) --
justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 7 20:22:33 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.