'svn ls -r' fails when moving directory
From: Bernd Rinn <bernd_at_sdf.lonestar.org>
Date: 2005-10-02 15:51:48 CEST
I've got a pretty basic problem and I suspect that the cause of the
I am using 'svn 1.2.3 (r15833)' on Linux with a fsfs repository. Here is
1. Create a new repository test (-> r0)
Observed behavior: subversion fails with "File not found" revision 2,
Here are the commands that I'm using (***COMMENT: *** are, as you might
svn@svn:~/tmp> svnadmin create test
svn_at_svn:~/tmp> svn ls file:///home/svn/tmp/test
svn@svn:~/tmp> svn mkdir -m "create some directory"
Committed revision 1.
svn_at_svn:~/tmp> svn ls file:///home/svn/tmp/test/somedir
svn@svn:~/tmp> svn mv -m "move some directory to some other directory"
Committed revision 2.
svn_at_svn:~/tmp> svn ls file:///home/svn/tmp/test/somedir
svn_at_svn:~/tmp> svn ls -r1 file:///home/svn/tmp/test
svn_at_svn:~/tmp> svn ls -r1 file:///home/svn/tmp/test/somedir
svn@svn:~/tmp> svn --version
What is my mistake?
-- Bernd Rinn --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Oct 2 15:53:11 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.