Can Tortoise SVN run on an FTP server?
I am working on a project which is based on an FTP user with several programmers. I want them to be able to collaborate and be able to manage changes with [1]: http://tortoisesvn.tigris.org/ "Tortoise SVN"].
How can i do this?
+1
a source to share
4 answers
This is not exactly how SVN works. You should look at creating an SVN repository with something like Assembla or Unfuddle and then each person will work from your own local copies on your separate machines. SVN Book can help, it can also help you set up your own repository somewhere if you don't want to pay.
+4
a source to share
I think http (or ssh) is the way to go:
- http://howtoforge.com/debian_subversion_websvn (Debian Linux)
- http://www.visualsvn.com/server/ (Windows)
but if you don't like doing it yourself, you can probably find hosting there:
/ Johan
0
a source to share