Any TortoiseSVN Expert here ? In fact any Version Control Software expert onboard ?

I wish to implement any free versioning control software at work where the primary repository would stay on a Unix server and the developers would access the stuff from their Windows machines.

Can anyone help me, step by step, in setting up my environment ?

The piece of software that I am interested is TortoiseSVN. Any help is this regard would be really appreciated.
 
you will need svn server on the unix box and tortoisesvn(which is the svn client btw) on the windows box.

btw, git is more recent and is widely used.
 
Back
Top