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

Is this supposed to work?

From: William Uther <will+_at_cs.cmu.edu>
Date: 2002-06-21 03:36:05 CEST

Hi,
  Is this supposed to work, or is it one of those "we don't handle this"
cases:

svn mv b c; svn mv a b

I've included sample output below (with a svn built this week, not sure of
the exact revision).

Keep up the good work :),

\x/ill :-}

% mkdir svntest
[will@BATFISH:~:Thu 20, 9:26PM]
% svnadmin create repos
[will@BATFISH:~:Thu 20, 9:26PM]
% svn co file://`pwd`/repos -d root
Checked out revision 0.
[will@BATFISH:~:Thu 20, 9:26PM]
% cd root
[will@BATFISH:~/root:Thu 20, 9:27PM]
% touch a b
[will@BATFISH:~/root:Thu 20, 9:27PM]
% svn add a b
A a
A b
[will@BATFISH:~/root:Thu 20, 9:27PM]
% svn commit a -m "adding A"
Adding a
Transmitting file data .
Committed revision 1.
[will@BATFISH:~/root:Thu 20, 9:27PM]
[will@BATFISH:~/root:Thu 20, 9:27PM]
[will@BATFISH:~/root:Thu 20, 9:27PM]
% svn commit b -m "adding B"
Adding b
Transmitting file data .
Committed revision 2.
[will@BATFISH:~/root:Thu 20, 9:27PM]
% svn mv b c
A c
D b
[will@BATFISH:~/root:Thu 20, 9:27PM]
% svn mv a b

subversion/libsvn_subr/io.c:205
apr_error: #13, src_err 0 : <Permission denied>
  svn_io_copy_file: copying .svn/text-base/a.svn-base to
.svn/text-base/b.svn-base
[will@BATFISH:~/root:Thu 20, 9:28PM]
% ls -la
total 0
drwxr-xr-x 6 will staff 160 Jun 20 21:28 .
drwxr-xr-x 71 will staff 2370 Jun 20 21:26 ..
drwxr-xr-x 12 will staff 364 Jun 20 21:27 .svn
-rw-r--r-- 1 will staff 0 Jun 20 21:27 a
-rw-r--r-- 1 will staff 0 Jun 20 21:28 b
-rw-r--r-- 1 will staff 0 Jun 20 21:27 c

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 21 03:36:49 2002

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.