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.

link|improve this question

40% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.