[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: Lammel Roland <roland.lammel_at_kapsch.net>
Date: 2005-06-14 09:47:49 CEST

Thanks for the replies, here's the layout of the project I forgot to add
in the first post (no "trunk" subdir in trunk):

/trunk
        /bin
        /lib
/releases/0.2
        /bin
        /lib
/releases/0.3
        /bin
        /lib
/tags

The directory releases/0.5 indeed existed already in the supplied
example.
I've also tried on a non-existing dir first (releases being there of
course).

Here's the output of the copy attempt to non-existing release, looking
as strange to me as the other.

svn copy -rHEAD http://my.forge.com/svn/test/trunk
http://my.forge.com/svn/test/tags/0.5a
svn: PROPFIND request failed on '/svn/test/tags/0.5a'
svn: PROPFIND of '/svn/sipalyzer/tags/0.5a': 302 Found
(http://my.forge.com)

BTW subversion server 1.1.4 (r13838, mod_svn), client too.

As you can see, I have already 2 releases, which were created that way
(on 1.1.3 using Eclipse Subversion Plugin).

Hints again very appreciated

+rl

Ryan Schmidt wrote:
> Ulrich Eckhardt wrote:
>
> > Lammel Roland wrote:
> >
> >> 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?
>
> But it doesn't look like he specified "/trunk" in his (presumably
> svn) copy command.
>
> Can it be that test/releases/0.5 already exists? If that's the case,
> that 0.5 directory will need to be deleted first.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 14 09:50:11 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.