Re: It's possible to create a completely blank check-in (in 1.3.2)
From: <tommyjb_at_gmail.com>
Date: 2006-09-09 03:57:31 CEST
Also note that 'moving' behaves strangely in this kind of situation
C:\test>svn mv file:///c:/svn/trunk/a.txt file:///c:/svn/trunk/foo.txt
Committed revision 33.
C:\test>svn mv a.txt bar.txt
C:\test>svn ci -m "Moved on client side."
Committed revision 34.
C:\test>svn log -r 34:33 file:///c:/svn/ -v
Moved on client side.
Moving on server side.
---------------------------------------------------------------------
|
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.