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

svn copy not working but svn co does

From: Frank Kim <mtmusko_at_gmail.com>
Date: 2007-12-18 18:56:17 CET

Hi,

I am having this strange problem and I was hoping someone could help.

I created a subversion repository using the recommended structure and
imported into the trunk.

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+ssh://fkim@foo.com/home/fkim/svn/aetv/branches/multiple_shipping

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
svn: Commit failed (details follow):
svn: Source url 'svn+ssh://fkim@foo.com/home/fkim/svn/aetv/trunk' is
from different repository

I also tried to do it directly on the server but that failed.

$ svn copy file:///home/fkim/svn/aetv/trunk/
file:///home/fkim/svn/aetv/branches/multiple_shipping
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///home/fkim/svn/aetv'

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.org
Received on Tue Dec 18 18:57:00 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.