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

Re: svn copy not working but svn co does

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-19 00:27:54 CET

On Dec 18, 2007, at 11:55, Frank Kim wrote:

> I am having this strange problem where svn co works but not svn copy.
> I am 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.

Could it be that /home/fkim/svn/aetv/trunk is actually your
repository, and not /home/fkim/svn/aetv? What is the contents of the
directory /home/fkim/svn/aetv on the server's hard drive? Is there a
directory /home/fkim/svn/aetv/trunk on the server's hard drive and if
so what is its contents?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 19 00:28:32 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.