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

strange undo failure

From: Vadym Chepkov <chepkov_at_yahoo.com>
Date: Wed, 11 Nov 2009 22:34:48 -0800 (PST)

Hi,

I stumbled on a strange bug/feature I can't explain.
$ svn --version
svn, version 1.6.6 (r40053)

First, create repository and make multiple simple commits:

$ svnadmin create testrepo
$ svn co file:///`pwd`/testrepo test
Checked out revision 0.
$ cd test
$ touch README
$ svn add README
A README
$ for i in `seq 1 10` ; do echo $i >> README ; svn commit -m $i ; done >/dev/null
$ svn up
At revision 10.
$ cat README
1
2
3
4
5
6
7
8
9
10

Now, if I undo change number 5, I expect line 5 to disappear.
But it's not the case:
$ svn merge --dry-run -c -5 ^/
--- Reverse-merging r5 into '.':
C README
Summary of conflicts:
  Text conflicts: 1

I can't understand, why?

Sincerely yours,
  Vadym Chepkov

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2416889

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-12 07:35:51 CET

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.