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

Reverting trunk back to a tag, what's the standard way?

From: aaron smith <beingthexemplarylists_at_gmail.com>
Date: 2007-09-10 06:36:25 CEST

DAH, the code I have in my project's trunk started breaking a lot of stuff.
I'm only about 12 revision off. What is the best way to tag the contents of
a tag and put it in trunk?

I have a tag called "release_1.3.1_rev796" that I want to be in trunk now. I
was thinking of deleting trunk and copying that tag to trunk, but then
technically the tag wouldn't work as it points to older version of trunk..
Should I use the svn move command? (svn move ./tags/release_1.3.1_rev796
./trunk --force)?

Thanks
Received on Mon Sep 10 06:33:12 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.