svndumpfilter

How to export a part of SVN repository with dependencies?

Hello, I am trying to migrate a part of SVN repository using svnadmin dump. The provided svndumpfilter tool doesn't manage copy/move/rename dependencies from directories not included in the export. Is there a tool which can manage these dependencies? Thanks. ...

Is it possible to change dir name in repository by svndumpfilter?

Is it possible to rename directory in svn repository. Not create new revision in which this directory will be renamed. I would like to change the name of this directory starting from the first revision. As far as I understand svndumpfilter utility can be used for this. Is it correct? Does anyone can give me small example how to do i...

svndumpfilter2 + Windows HowTo

How do you get svndumpfilter2 or svndumpfilter3 working in Windows? type dump_file | svndumpfilter2 exclude xyz > filtered_dump_file has no idea what svndumpfilter2 is regardless of where I put the script file. Note: Python is installed and I did add .py extension to the file => svndumpfilter2.py ...

SvnDumpFilter 2,3: Error parsing header. How to fix?

I use SVN from Collabnet, 1.6.9 version. I tried to separate my project on two parts with SvnDumpFilter and encountered an error because some folders (includeing the one I want to separate) had been moved. Then I googled that SvnDumpFilter 2 and 3 can solve this problem. I tried to use them but in both cases encountered an error: Error p...

Is there any way to run svn log on an entire repository (not just a checkout of trunk) without having to check it out?

I've got a Subversion repository that our Atlassian Fisheye instances nearly chokes on because of some accidental commits + backouts ( i.e., someone tagged the entire repository instead of just /trunk, and on more than one occasion). So what I want to do is audit the repo for larger-than-average commits, and carry out a dump+load to remo...

How can use sed/awk or other tool to assist in search and replace of 12GB subversion dump file

I've got a particular situation where I need to remove the operations of a series of commits in Subversion repository. Entire contents of (/trunk /tags /branches) were tagged and subsequently removed when the mistake was realized. I would simply use svndumpfilter to remove the offending nodes, but someone re-used the bad tag name at a la...