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

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
too -- in the following, the 'move' made in the WC seems to change
into a 'copy':

C:\test>svn mv file:///c:/svn/trunk/a.txt file:///c:/svn/trunk/foo.txt
-m "Moved on server side."

Committed revision 33.

C:\test>svn mv a.txt bar.txt
A bar.txt
D a.txt

C:\test>svn ci -m "Moved on client side."
Deleting a.txt
Adding bar.txt

Committed revision 34.

C:\test>svn log -r 34:33 file:///c:/svn/ -v
------------------------------------------------------------------------
r34 | Tom | 2006-09-09 02:52:07 +0100 (Sat, 09 Sep 2006) | 1 line
Changed paths:
   A /trunk/bar.txt (from /trunk/a.txt:32)

Moved on client side.
------------------------------------------------------------------------
r33 | Tom | 2006-09-09 02:51:05 +0100 (Sat, 09 Sep 2006) | 1 line
Changed paths:
   D /trunk/a.txt
   A /trunk/foo.txt (from /trunk/a.txt:32)

Moving on server side.
------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 9 03:58:01 2006

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.