What I need in order to share my SVN repository over the internet?

2.4k Views Asked by At

I am using TortoiseSVN, I created a new repository, added users to the passwd file and committed a couple files to it locally. I checked out locally and it seems to work.

Now I want to share that repository location with a friend over the Internet so that we can collaborate when my computer's on. What steps do I need to take? What IP or URL do I need to give him/her?

2

There are 2 best solutions below

0
On

Have a look at Collabnet Subversion Edge. From that page:

Free fully-automated installer/updater for software stacks of Subversion, Apache, and ViewVC frontend by a powerful web console for administration and server health check monitoring.

I've used it with success for a few years now. Just be aware, you might have some problems using the latest version (4.0.1) with older repositories, so if you can, recreate your repo with SVNEdge.

0
On

You will need a Subversion server that you can create on your end, doing the configuration and the installation, or you can also use a Subversion repository as a Service, which means that you can just use the Subversion repository on a hosting solution without doing anything, just enabling the service.

Subversion repositories are really cheap and you can also find some providers which could provide you some storage for free, you just need to look for it on Internet. As an example, you can use 2 GB for free on this provider.or

You should compare both options, and just choose the best option for your case.