Tagged Questions

4
votes
2answers
162 views

Does “svnadmin dump” lock the repository?

... what happens if someone tries to commit during a svnadmin dump REPOS_PATH? The subversion book doesn't say anything about that.
0
votes
2answers
38 views

Does svnadmin pack work on non-upgraded 1.6 repos?

I've been attempting to run svnadmin pack on repos that were originally created with SVN 1.6. However, I see no output to suggest the command is doing anything. Is it the case that shard packing …
0
votes
1answer
57 views

How to copy between Subversion repositories preserving properties but not preserving history.

How can I copy a folder from one existing Subversion repository to another without preserving history, and in such a way that preserves relevant svn properties (e.g. preserve svn:ignore, svn:eol-style …
0
votes
1answer
216 views

svnadmin load error

I am getting an error when trying to restore a svn repository taken from another machine. The error is svnadmin: Dump stream contains a malformed header (with no ':') at The dump was created on …
2
votes
3answers
554 views

How do I know which version current svn repository is?

Recently, I made a decision to upgrade my svn repository from v1.5 to v1.6. After I run the upgrading command then I saw the message left in CMD windows. D:\svn>svnadmin upgrade repo Repository …
2
votes
3answers
665 views

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. …
4
votes
1answer
152 views

Piping data on Windows command prompt

I need to get a backup dump of a large (~8gb) svn repository. My current method involves using svnadmin dump to a file and then using 7-Zip to compress and split the file. > svnadmin dump …