On my work machine, I do not have the permissions to install anything, and astoundingly, there are not any version control software packages set up. I am using VS2008, and was hoping to work around depending on SourceSafe. I've talked to the network admin, and all I could get was "We don't have any version control set up." Are there any good ways of going about this, or do I have to just bite the bullet?
views:
113answers:
7Are there any good version control programs for a Windows box that do not have to be installed?
The real way of going about this is to make the case to management (your management, not IT administration) that source control is a vital component to any software development effort.
I used http://subversion.apache.org/ for a long time and I don't recall it needing to be installed. Just extracted and set a .bat file in my startup. I think the one by collab was what I used before.
I'm in exactly this situation and so in the end I just zip up all the files in the project whenever I would normally have checked it in and then put a new zip on a network drive and rename them to the current date + time + a comment of what's been done
. That together with WinMerge or some other diff tool sort of works.
But TFS will be setup any moment now I'm sure (maybe even before the contract finishes :)).
I think people are approaching this the wrong way. You should try VS add-ins. A quick search yielded several free SVN add-ins. You probably have some for others as well.