1

We need to dump the content of a repository using svnadmin dump, but we are using svnadmin in Windows and we don't find the svnadmin command.

Geo
  • 3,071
  • 11
  • 42
  • 52

2 Answers2

2

You'll find the "svnadmin.exe" binary in %ProgramFiles%\VisualSVN\bin by default. The current version of VisualSVN comes pre-packaged with the Subversion 1.6.3.

Evan Anderson
  • 141,881
  • 20
  • 196
  • 331
0

look where SVN installed, depends on distro might be in different location, but you should have svnadmin binary there (svnadmin.exe) that what you need to use in order to do svnadmin dump

i guess the other thing you could try is to install subversion and use svnadmin from known location

alexus
  • 13,112
  • 32
  • 117
  • 174