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

svn mv is loosing revision history

From: Frank Niedermann <fbn_at_thelogic.org>
Date: 2005-09-30 09:52:38 CEST

Hi,

I have to migrate a CVS environment to Subversion and need to use some svn mv
commands like this one:

svn mv file:///srv/svn/repos/testdir file:///srv/svn/repos/testdir_moved

The command is doing fine but I'm unable to checkout an older revision than the
revision where the svn mv command took place:

svn checkout -r 2
file:///srv/svn/repos/testdir_moved .

svn: URL 'file:///srv/svn/repos/testdir_moved' doesn't exist

This is really strange because the revision is still in the logs:

svn log file:///srv/svn/test/test_moved

------------------------------------------------------------------------

r5 | root | 2005-09-30 02:10:20 +0200 (Fri, 30 Sep 2005) | 1 line

moved testdir to testdir_moved

------------------------------------------------------------------------

r4 | root | 2005-09-30 01:40:03 +0200 (Fri, 30 Sep 2005) | 1 line

file3 changed

------------------------------------------------------------------------

r3 | root | 2005-09-30 01:39:53 +0200 (Fri, 30 Sep 2005) | 1 line

file2 changed

------------------------------------------------------------------------

r2 | root | 2005-09-30 01:39:44 +0200 (Fri, 30 Sep 2005) | 1 line

file1 changed

------------------------------------------------------------------------

r1 | root | 2005-09-30 01:39:20 +0200 (Fri, 30 Sep 2005) | 3 lines

initial import

------------------------------------------------------------------------

I tried the svn mv command on a working copy and did a commit after svn mv but
that results in the same situation.

Is this a bug?

Regards,
  Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 30 10:05:24 2005

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.