I want to Use svn, for subversioning. Can i use any machine as a repository on the LAN or just the one which is Server.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can install SVN server on any machine.
However it would be easier to use some service that offers svn, because installing and administrating it is not always straightforward. If it’s no problem for you make your project open-source, you can use Google code or SourceForge. If you need a private repository See https://stackoverflow.com/questions/59791/free-online-private-svn-repositories, there you can find some private repositories
Since you’ve tagged eclipse, in order to use SVN in eclipse, you need subclipse or subversive.