Reputation: 979
I'm new to source control, and need a windows based, non command line source control that is easy for a beginner to use. I will use it for coldfusion, if that helps... Any suggestions? Thanks!
Upvotes: 1
Views: 81
Reputation: 176159
If you are on Windows, have a look at TortoiseSVN.
Or, if you are looking for a more advanced distributed version control system, have a look at TortoiseHg, a Mercurial client with graphical user interface.
Upvotes: 3
Reputation: 6402
Easy to use, non-command line and distributed? You named it: Plastic SCM :P
and many more...
Upvotes: 1
Reputation: 5076
Most SCMs are command line based but have GUI interfaces. For Windows, SVN, Mercurial, Git and others have Tortoise GUIs that you can find by searching for Tortoise[SCM name] in Google.
Upvotes: 1