svn copy not working but svn co does
From: Frank Kim <mtmusko_at_gmail.com>
Date: 2007-12-18 18:55:49 CET
Hi,
I am having this strange problem where svn co works but not svn copy.
I created a subversion repository using the recommended structure and
I then checked out from the trunk and everything seemed fine.
$ svn co svn+ssh://fkim@foo.com/home/fkim/svn/aetv/trunk AETV
However when I do an svn copy it always fails.
$ svn copy svn+ssh://fkim@foo.com/home/fkim/svn/aetv/trunk
svn: No repository found in 'svn+ssh://fkim@foo.com/home/fkim/svn/aetv
I tried doing a local to remote copy but that failed too.
$ svn copy . svn+ssh://fkim@foo.com/home/fkim/svn/aetv/branches/multiple_shipping
I also tried to do it directly on the server but that failed.
$ svn copy file:///home/fkim/svn/aetv/trunk/
Any idea how I can fix this? Please help.
-- Frank Kim --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Dec 18 18:56:23 2007 |
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.