Search code examples
svnremote-accesssubclipseremote-serversubversive

Remote Repository Connection


I am building an SVN repository on a public IP server at work so that some Devs including myself can access it from anywhere not just from the office. I was wondering how do I get the URL for the SVN Repository i know a local one is file:///svn_repos but I've never tried to do anything like this before. Sorry if I seem like a complete idiot.


Solution

  • Download and install Subversion Edge on the server:

    http://www.collab.net/downloads/subversion

    This will give you a simple web UI for managing your server and repositories. Your clients will be able to access your repositories via http or https.