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

Re: Unable to copy trunk to release

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-06-13 14:05:23 CEST

Lammel Roland wrote:
> When trying to do a URL->URL copy it fails, with the following error:
>
> copy -rHEAD http://my.forge.com/svn/test/trunk
> http://my.forge.com/svn/test/releases/0.5
> RA layer request failed
> svn: PROPFIND request failed on '/svn/test/releases/0.5/trunk'
> svn: PROPFIND of '/svn/test/releases/0.5/trunk': 302 Found
> (http://my.forge.com)

Which of svn/test/releases/0.5/trunk exist in the repository? IIRC, SVN will
not create parent directories on demand in a copy operation.

Also, the part 'trunk' in your target dir seems suspicious to me: by
definition, a tag/branch is a copy of the trunk. Assuming your 'release' is
some kind of tag/branch, the 'trunk' part of the name doesn't make sense.

> Any hints would be appreciated.

Just guessing: drop the final /trunk in the target?

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 13 14:06:24 2005

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.