I’m coding a Rails project in a Windows environment and using Eclipse (with the Aptana plug-in) as my development environment.
I’m far enough along in my project now that I don’t want to lose any of my work, and would like to start version controlling it.
What would you suggest I use? I’ve Googled and seen some responses for Git and TortoiseSVN, but I like the responses I usually get from the StackOverflow crowd. Anything that integrates well with Eclipse? Or are they all command line?
There’s plugin named Subclipse that provides SVN support for Eclipse.
There’re several git plugins but I am not sure they are stable enough.