0

I have an svn repository that I keep on a usb drive. How do I checkout the local repository from a remote server in ssh? Something like svn checkout file://local_repository but on the remote server this doesn't exist. I am thinking maybe I have to chain svn command with scp?

Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

1

If you are not the server administrator, you should ask him/her how to acces it. Anyway, it's quite common to have a server set up that allows you to connect to the svn server via ssh tunneling. You could give it a try.

Antonio Pérez
  • 6,702
  • 4
  • 36
  • 61