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?
Asked
Active
Viewed 719 times
0
-
Do you mean that you want to plug the USB drive into a remote server and get access to it from outside? – Álvaro González Sep 12 '11 at 06:53
-
Please clarify your question. The svn repository is on a USB drive on your local system and you're trying to check out a working copy to a remote system? – Jens Mühlenhoff Sep 12 '11 at 07:41
1 Answers
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