garypigott
4th Dec 2011, 08:56 am
Theres a great little freeware version control tool called Tortoise SVN (subversion) its effectively a souped up windows equivalent of Unix source code control and gives the ability to set up code repositories allowing you to check in/check out code and keep a version history of all changes you make (works for code, documents etc).
Its a bit of a faff to set up but once its all working and you've defined the repositories its really quite simple - includes tools like version diff really useful for comparing current code with old versions (especially if you've just introduced a bug).
Anyway Google it and see what you think, it might come in useful.
B)
Its a bit of a faff to set up but once its all working and you've defined the repositories its really quite simple - includes tools like version diff really useful for comparing current code with old versions (especially if you've just introduced a bug).
Anyway Google it and see what you think, it might come in useful.
B)