0

I was trying to take the backup of svn from my linux server to local linux machine.

I am able to take the backup in server using svnadmin dump.

What should i do if I have to make the destination as one of the folder in my local machine.

MrTux
  • 32,350
  • 30
  • 109
  • 146

1 Answers1

0

You can make the backup on the server (in a temporary location) and (s)cp it over to your local machine.

Atafar
  • 697
  • 7
  • 10