views:

1807

answers:

4

Hi All!

I am working on a project which is based on an FTP user with few more programmers. I want they should be able to collaborate and be able to manage revisions with [1]: http://tortoisesvn.tigris.org/ "Tortoise SVN"].

How can I accomplish that?

+3  A: 

That's not quite how SVN works. You should look at setting up an SVN repository with someone such as Assembla or Unfuddle and then each person would work from your own local copies on your individual machines. The SVN Book might help, it may also help you set up your own repository somewhere if you don't want to pay.

spmason
A: 

Why don't you use SSH (putty)?

Nowadays, most hosting companies offer this service. I´ve combined Tortoise on my machine and a remote Subversion client in the server and works perfect!

ozke
A: 

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

but if you don't feel like doing it yourself you could probably find a hosting out there:

/Johan

Johan
A: 

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

Raveren