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


You can try using netdrive , here's a tutorial.



+3


a source


I think http (or ssh) is the way to go:

but if you don't like doing it yourself, you can probably find hosting there:

/ Johan

0


a source


Why aren't you using SSH (putty)?

Most hosting companies nowadays offer this service. I have combined Tortoise on my machine and a Subversion remote client on the server and it works great!

-1


a source







All Articles