tortoisesvn - Is it possible to set-up a personal SVN Remote Repository which can be accessed through the Internet? -
What I have to do, is a SVN server on a computer, and TortoiseVN on other 3 computers, for example, and These 3 computers will be able to file from the SVN server and can do all this through the internet, and for free, as much as possible for free. Is this possible? Can you tell me some good tutorials? Thanks
So far, I know that this way can be obtained through LAN. Take a look at the server configuration in
You have three options - svnserve Using svnserve on SSH, or Apache HTTP is every person / party, and these are discussed, note that you will need to configure according to the need for your firewall (port-forwarding etc.) .
From the Red Book article:
If you are trying to install the simplest server for your group, installing a vanilla svnserve is the easiest, fastest route. Note, however, that your repository data will be clearly broadcast on the network. If your deployment is completely within your company's LAN or VPN, then this is not a problem. If the repository becomes aware of the wide-open Internet, then you can ensure that the contents of the repository are not sensitive (i.e. only open source code in it), or you can configure additional miles network SASL to encrypt communication
(my emphasis)
Comments
Post a Comment