We are planning a project in PHP and our locations are different , We are working in SVN, So that please any one suggest us a good online SVN or SVN over FTP .
Please help
Thanks in advance
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.
If you guys have a server with ssh access, you could also do svn over ssh.
So all commands will go through
svn+sshprotocol, but once you checkout from remote server, you can dosvn commit,svn updateetc as per normal (no need to specify full path)