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

Re: svn commit: r9112 - in tags: 0.10 0.10.0 0.15 0.15.0 0.16 0.16.0 0.17 0.17.0 0.18 0.18.0 0.19 0.19.0 0.20 0.20.0 0.21 0.21.0 0.22 0.22.0 0.23 0.23.0 0.24 0.24.0 0.25 0.25.0 0.26 0.26.0 0.28 0.28.0 0.6 0.6.0 0.7 0.7.0 0.8 0.8.0 0.9 0.9.0

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2004-03-20 02:23:56 CET

C. Michael Pilato wrote:
> cmpilato@tigris.org writes:
>
>> Rename tags for 3-tuple consistency. This change brought to you by
>> a custom one-off script written in Python to the Subversion
>> bindings. Kids, do not try this at home.
>
> In case anyone was wondering:

[...]

I was wondering - wanting to make such reorganizations in a single
commit is not that odd. And unless something has taken a leap forward
while I was looking the other way, that is not possible right now with
the normal subversion client without checking out all the trees.

So how about:

,----
| $ svnremoteshell.py
| > cd http://svn.collab.net/repos/svn/tags/
| > ls
| 0.10/
| 0.15/
| 0.16/
| [...]
| 0.8/
| 0.9/
| > mv 0.6 0.6.0
| > mv 0.7 0.6.0
| [...]
| > mv 0.28 0.28.0
| > commit
| > ^D
| $
`----

I am guessing that minute manipulations of the force that binds us all
together could probably procure up such a thing, with just about any
language bindings.

Any takers?

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 20 02:24:20 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.