Tagged Questions

1
vote
3answers
1k 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 ...
0
votes
1answer
59 views

Create VisualSVN Server repository using command line

How do I create a new repository in VisualSVN server from commandline? svnadmin create IKnowIShouldBeUsingMercurialOrGitRepository ...does nothing (allthough it does not fail). What am I missing? ...