0

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?

Kjensen
  • 12,447
  • 36
  • 109
  • 171

1 Answers1

1

You must run this command from path dedicated to VisualSVN repositories.

Yossi
  • 11,778
  • 2
  • 53
  • 66