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

Re: Problems with case-sensitive renaming under windows

From: Sebastien Cevey <seb_at_cine7.net>
Date: 2003-03-02 23:37:15 CET

On Sun, Mar 02, 2003 at 10:52:56PM +0100, Sebastien Cevey wrote:

> I'll try to create a recipe for my bug and post it as a comment there.

Ok my friend sent me his recipe for the bug. He uses 2 accounts, one
on linux and one on windows :

WINDOWS :
I:\Prog Milcis\Milcis\sources>svn add bob.txt
A bob.txt

I:\Prog Milcis\Milcis\sources>svn ci -m "test" bob.txt
Adding bob.txt
Transmitting file data .
Committed revision 218.

LINUX :
[buchmann@bip ~/sources]$ svn up
A bob.txt
Updated to revision 218.
[buchmann@bip ~/sources]$ svn rename bob.txt Bob.txt
A Bob.txt
D bob.txt
[buchmann@bip ~/sources]$ svn ci -m "test" Bob.txt
Adding Bob.txt

Committed revision 219.
[buchmann@bip ~/sources]$ svn ci -m "test" bob.txt
Deleting bob.txt

Committed revision 220.
[buchmann@bip ~/sources]$

WINDOWS :
I:\Prog Milcis\Milcis\sources>svn up
svn: Obstructed update
svn: failed to add file 'Bob.txt': object of the same name already exists

I:\Prog Milcis\Milcis\sources>

This is not exactly what I talked about in my previous mail, but this
is also a problem, though understandable.

-- 
Sebastien Cevey <seb@cine7.net>
Cine7.Net  -  Milcis.Net  -  ProgramPlay.Net
Jabber: theefer@albus.homelinux.net - ICQ: 48895760
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 2 23:55:58 2003

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.