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

Problem tagging old revisions

From: Lübbe Onken <luebbe_at_netzbeisser.de>
Date: 2003-07-17 21:02:24 CEST

Hi folks,

I have the following problem. I rearranged my directory structure from:
myrepos/trunk/projectA/
...
myrepos/trunk/projectZ/
myrepos/tags/...
myrepos/branches/...

Revisions in that structure went from 1..300

to:
myrepos/ProjectA/trunk
myrepos/ProjectA/tags
myrepos/ProjectA/branches
...
myrepos/ProjectZ/...

After all that moving directories around the head revision is 315. So
that's what I did to the repository.

I'd like to tag Revision 200 of ProjectA/trunk, which was in the old
structure

svn list -r 200 http://server/test_repos/trunk/ProjectA lists everything
I expect to find there.
svn list -r 315 http://server/test_repos/ProjectA/trunk works as well
svn list -r 315 http://server/test_repos/ProjectA/tags shows me an empty
list

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)

This looks a bit like
http://subversion.tigris.org/issues/show_bug.cgi?id=1375 to me, but
maybe somebody can tell me if it is and if not if there is a way to
achieve my goal. (Phew lots of if's :-)

Cheers & Thanks
-Lübbe

---------------------------------------------------------------------
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:21:33 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.