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

Re: Renaming files on win32

From: Steve Greenland <steveg_at_lsli.com>
Date: 2004-12-22 16:57:18 CET

On Tue, Dec 21, 2004 at 05:03:44PM -0500, Gili wrote:
> Yes, but I am concerned about what happens when someone checks
> in different files "abc" and "Abc" with a Unix client and then someone
> under win32 tries to check them out.

"Don't do that."

Seriously. If you're doing mixed platform development, you have to be
aware of the differences in platforms. File system behaviour is pretty
basic.

That said, I do have directory that has both 'foo' and 'FOO' (both unix
specific scripts, who installed location is not the same directory
(don't ask, it's one of those historical things)). If you try to check
this out with CVS on Win32, it suceeds (for sufficiently low values of
'suceed'), with the second overwriting the first. However, it then shows
up as modified in status, and 'cvs up' results in conflicts. Not very
friendly.

I haven't tried this with subversion; it *should* give an error on
initial checkout, I would think.

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 22 17:00:27 2004

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

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