Tagged Questions
The svndumpfilter tag has no wiki summary.
4
votes
1answer
210 views
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 ...
3
votes
2answers
36 views
How do subversion clients deal with a historic change in a repository?
I had to make a change to a subversion repository database. I created a dump, filtered out a revision and created a new database.
This new repository of course shares a lot of content with the ...
2
votes
3answers
2k views
How to export a part of SVN repository with dependencies?
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 ...
1
vote
1answer
65 views
Can I use Regular expression in svndumpfilter include statement?
I need to export data from svn (server on Windows), but i don't want to include root directory.
Example:
svn
-project1
--trunk
--branches
-project2
--trunk
--branches
--onemorefolder
I want to ...
1
vote
1answer
29 views
problems with svndumpfilter not excluding paths
I am getting strange results from svndumpfilter - I need to obliterate 24 instances of 2 specific files in our repo, scattered amongst many branches. I am running the command as documented like so:
...
1
vote
4answers
220 views
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 ...
1
vote
0answers
378 views
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 ...
1
vote
1answer
347 views
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 ...
0
votes
3answers
812 views
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 ...