views:

10

answers:

1

I have installed VisualSVN Server on Windows Server 2008. I was trying to create a hotcopy backup using svnadmin tool. It seems that I don't have this tool installed:

C:\>svnadmin hotcopy C:\Repositories\Develop C:\temp\svnbackup
'svnadmin' is not recognized as an internal or external command,
operable program or batch file.

Does VisualSVN Server include svnadmin tool? How can I get this tool?

A: 

I actually found the solution:

I have these tools in this folder: C:\Program Files (x86)\VisualSVN Server\bin. I just had to add this to path enviromental values.

atricapilla