[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: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Tue, 22 Jul 2008 16:22:50 -0500

On Jul 22, 2008, at 14:45, Paul Koning wrote:

>>>>>> "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.

I think svnmucc can do that in one step.

svnmucc lets you "Combine a list of mv, cp and rm commands on URLs
into a single commit."

http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmucc/

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