Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Private online SVN repositories [closed]

Tags:

repository

svn

I am planning to start a project with a team of 3-4 people and I was researching some online SVN repositories for a while to work when working as a team on the single project.

I'm hesitating to choose a free version to start with. I want a service that enables you to do the basic SVN stuff( Commit changes, update, merge, checkout) and maybe debug facilities.

I am trying to choose between ProjectLocker and Origo but I will be glad if you point me to another similar SVN repository to work with for free. I would appreciate suggestions and recommendations based on experience! Thanks

like image 953
Saher Ahwal Avatar asked Jul 18 '10 14:07

Saher Ahwal


People also ask

How do I access SVN repository over the Internet?

You can either store your repositories locally and access them using the file:// protocol or you can place them on a server and access them with the http:// or svn:// protocols. The two server protocols can also be encrypted. You use https:// or svn+ssh:// , or you can use svn:// with SASL.

Can you work offline with SVN?

In SVN offline mode, the implicit locking and all commands that access the SVN repository are not possible.

Where is my SVN repository located?

If the URL is file://C:\Path\to\repository then the path is C:\Path\to\repository .


1 Answers

I'm currently using http://www.assembla.com. As well as SVN it has GIT and a number of other tools including ticketing. However I've only really used it for SVN, but for that it's pretty solid and I've never had any trouble with it. Works out at about $2/user/month for the private, https svn repositories. Public svn repositories are free.

like image 120
Castrohenge Avatar answered Oct 12 '22 19:10

Castrohenge