[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: Frank Kim <mtmusko_at_gmail.com>
Date: 2007-12-19 03:28:08 CET

Hi Ryan,

Thanks for your reply. Here are the contents of /home/fkim/svn/aetv:

[pizarro ~/svn/aetv]$ ls
branches/ tags/ trunk/

[pizarro ~/svn/aetv]$ ls trunk/
README.txt conf/ dav/ db/ format hooks/ locks/

[pizarro ~/svn/aetv]$ ls branches/
README.txt conf/ dav/ db/ format hooks/ locks/

I think I am doing the right thing. I am not sure if it's a version
compatibility issue since the server is 1.2.0 and the client is 1.4.5.
 But even if this was an issue then doing an svn copy on the server
should work.

Any ideas?

-Frank

On 12/18/07, Ryan Schmidt <subversion-2007b@ryandesign.com> wrote:
> 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 03:28:29 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.