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

RE: Roll back on a tag

From: Greg Irvine <greg.irvine_at_thalesatm.com>
Date: Thu, 24 Jan 2008 08:28:38 +1100

Perhaps answering the question might have been more useful (although yes, your comment is
completely valid).

 

My guess is "no" because svn merge as you have written it will merge into the current
folder, which should be a working copy of the epay-1.0.5 tag. You could also just delete
the tag and recreated it (svn cp -r 211 <src url> http://soureforge/epay/tags/epay-1.0.5)
since you don't need any modifications committed to that folder since it was created
anyway and this is easier than merging in any direction (forward/backward).

Hope that helps.

Greg.

 

 

  _____

From: Fouts Christopher (QNA RTP PT PREV) [mailto:Chris.Fouts_at_qimonda.com]
Sent: Thursday, 24 January 2008 2:23 AM
To: users_at_subversion.tigris.org
Subject: RE: Roll back on a tag

 

Cenceptually, you don't checkout/commit tags, but rather branches, though the two

implementations are the same.

  _____

From: Todd Nine [mailto:todd.nine_at_gmail.com]
Sent: Wednesday, January 23, 2008 9:25 AM
To: users_at_subversion.tigris.org
Subject: Roll back on a tag

Hi All,
 I have a new dev who checked out a tag, then accidentally committed back to the same tag.
I found a way to do it here.

http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.branchmerge.commonuses.undo

However the current repository version is at 426, the tags "correct" version is 211. If I
execute

svn merge -c -211 http://sourceforge/epay/tags/epay-1.0.5

Will that roll the whole repository back, or just the tag?

Thanks,
Todd
Received on 2008-01-23 22:29:28 CET

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.