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

Re: Integration Builds and Tags

From: Peter Valdemar Mørch <nospam_at_morch.com>
Date: 2005-01-13 16:32:34 CET

Hi there, Stephen,

Stephen McConnell wrote:
> How do I do this in Subversion.... or can I do this?

What you need to do is remove the tag first. Something like:

# svn rm -m "Removing test tag before moving" \
http://server/repos/tags/tag
# svn cp -m "Re-creating test tag before moving" \
http://server/repos/trunk http://server/repos/tags/tag

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 13 16:35:18 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.