Can I use Tortoise SVN to have better version control for source code on my personal computer?
I do not have to share the source code with someone, its just that I am tired of creating a new copy of the file every time I have to make some changes to it and keeping track of all these files.
Is there some link that explains the same that you can direct me to? or just tell me what I should be doing...
You can checkout a git repository but you can't do most of other operations. You can setup tortoise git which provides same interface for Git although the commands are different.
TortoiseSVN is a Subversion client, implemented as a Microsoft Windows shell extension, that helps programmers manage different versions of the source code for their programs. It is free software released under the GNU General Public License.
SVN is actually a centralized version control system. It's different from distributed systems, like Git.
TortoiseSVN is an Open Source project developed under the GNU General Public License (GPL). It is free to download and free to use, either personally or commercially, on any number of PCs.
You can just create a "repo" on your filesystem without running a server. This article give detailed instructions. Basically you create a repo folder, use TortiseSVN to create a repository in that folder, and then check out your repo, using the file protocol (file:///path/to/repo
), into your development workspace..
You can do, and I'd recommend you to do so. I was in your state, about a year ago, modify a little piece of code here and there, and couple weeks later found it to be a total mess with no way of knowing what I did when, for what reason.
Install SVN , install the Tortise SVN shell extension, create a local repo and then start committing as and when you require. Have a look for a tutorial by Jeff Atwood - SVN in Windows
( Assuming Windows, you haven't mentioned your OS, Linux should come with svn installed, else just install it from your package manager).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With