Reputation: 11
I'm trying to set up a repository that is accessible to other members of my project over the internet using TortoiseSVN.
Right now, we're working with the mindset that we might want to sell the finished product eventually, which means whatever we use needs to be free for commercial use.
I was hoping someone on here would be kind enough to either provide a step-by-step or point me to one that would explain what I need to do to create a repository that can be accessed over the internet.
Thank you in advance.
Upvotes: 0
Views: 3325
Reputation: 30662
TortoiseSVN is a Subversion client; you need a server to make your repositories accessible remotely. While you can use Subversion locally without any server, if you want to make your repositories available to other team members remotely then you have to deploy a Subversion server or use some online Subversion hosting service.
Therefore, there are numerous options:
Upvotes: 3
Reputation: 26972
These guys will give you free svn hosting and there are instructions on how to set up your repo.
https://helpdesk.assembla.com/customer/portal/articles/1604338-subversion-svn-getting-started-guide
After your repo is created and configured adding it to your svn client should be easy.
Upvotes: 0