Re: Renaming only case on Windows
From: Ben Aveling <bena_at_xenon.triode.net.au>
Date: 2003-08-31 06:27:01 CEST
> > In between your two "svn mv" commands, you could "svn commit" (as suggested
> Yeah, I considered that, but wanted to avoid the extra revision.
Hi,
There's another problem too, if you ever want to update past that
Let's suppose you are at release 100.
If you now do something like
svn mv foo foo_;svn ci -m ... ;svn mv foo_ Foo;svn ci -m
That will take you to release 102.
If you now try
svn up -r 100
That will fail. And if your colleague, who is still on release 100,
svn up -r 102
That will also fail.
Regards, Ben A
---------------------------------------------------------------------
|
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.