Renaming only case on Windows
From: Daniel Schlyder <daniel_at_dascdev.net>
Date: 2003-08-31 01:08:37 CEST
Hi list,
I'm a new user of Subversion (and RCS altogether -- what a great productivity
Try #1:
$ svn mv foo Foo
Fails with error:
Try #2:
$ svn mv foo temp
Fails with error:
Try #3:
$ svn mv file:///repos/trunk/foo file:///repos/trunk/Foo -m "Renamed file."
Fails with error:
Try #4:
$ svn mv file:///repos/trunk/foo file:///repos/trunk/Foo -m "Renamed file."
Succeeds! But is hardly a nice way to do this. Is it the only way on Windows?
TIA,
---------------------------------------------------------------------
|
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.