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

Re: copying one url over another

From: Paul Koning <Paul_Koning_at_dell.com>
Date: Tue, 22 Jul 2008 15:45:06 -0400

>>>>> "Matthew" == Matthew Smith <chedderslam_at_gmail.com> writes:

 Matthew> I am trying to overwrite one tag in the repository with
 Matthew> another. This is the command I tried: svn copy
 Matthew> https://(server)/svn/(program name)/tags/mr-07-22-08
 Matthew> https://(server)/svn/(program name)/tags/production

 Matthew> The mr-07-22-08 tag has the latest version of the source
 Matthew> code. I need to overwrite/update the /tags/production with
 Matthew> all the files from /tags/mr-07-22-08

 Matthew> When I run the above command, however, I just get a new
 Matthew> directory under tags/production/ named mr-07-22-08.

 Matthew> How do I accomplish what I am trying to do?

Delete the old tag, then copy the new one.

This is annoying -- I sure would like there to be a way to do this in
one step.

    paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-22 21:45:34 CEST

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.