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

Re: time-machine

From: Marcus Rueckert <darix_at_web.de>
Date: 2006-01-27 04:37:47 CET

On 2006-01-26 19:50:20 -0700, nathan bullock wrote:
> Is there a tool for subversion that can make the following changes to a svn
> repository:
> - remove files from existence
    svndumpfilter exclude

    and this FAQ http://subversion.tigris.org/faq.html#removal

> - merge a revision range (so that for example r100-r200, would all look
> like one commit).
    sounds stupid imho
    
    although svk sync -s would do it. [1]

> - rename directories and files.
     svn mv

> - merge repositories.
     svndumptool. [2] for many stuff an svnadmin load [--parent-dir] is
     already enough

> - split repositories.
     svndumpfilter

> Can svndumpfilter do these things?
>
> If there isn't a tool that does this sort of stuff, is there any need for
> one?

hope this helps

    darix

[1]
<ayita> svk is a decentralized version control system written in Perl.
It uses the Subversion repository and is somewhat interoperable with
regular Subversion, but provides additional powerful features.
http://svk.elixus.org (Its mystery is only exceeded by its power.)

[2]
<darix> svndumptool?
<ayita> svndumptool is a cool tool to mangle dump files. see
http://queen.borg.ch:81/subversion/svndumptool/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 27 04:38:15 2006

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.