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

copying one url over another

From: Matthew Smith <chedderslam_at_gmail.com>
Date: Tue, 22 Jul 2008 14:37:05 -0500

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

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

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

How do I accomplish what I am trying to do?

---------------------------------------------------------------------
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:37: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.