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

Re: Problem tagging old revisions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-17 21:37:15 CEST

Lübbe Onken <luebbe@netzbeisser.de> writes:

> I tried the following thing with the CL client:
> svn cp -r 200 http://myserver/myrepos/trunk/ProjectA
> http://myserver/myrepos/ProjectA/tags/0.90 -m "Tagging Prototype"
>
> The CL Result is:
> svn: RA layer request failed
> svn: PROPFIND request failed on '/test_repos/!svn/bc/315/ProjectA'
> svn: PROPFIND of '/test_repos/!svn/bc/315/ProjectA': 404 Not Found
> (http://server)

I'm not able to reproduce this problem, using today's subversion. I
have a local copy of svn's own repository, and this command works fine
for me:

$ svn cp -r2000 http://localhost/svn/bigrepos/branches/0.11.0 \
  http://localhost/svn/bigrepos/tags/mootag -m "make a tag"
 
Committed revision 6445.

What version are you using?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 17 21:39:44 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.