May meeting follow-up

We talked about version control software. Here are some of the links were discussed:

There are lots of options available. Fortunately, the most popular ones are also free and include Subversion, Mercurial and GIT.

Subversion uses the centralised model while Mercurial and GIT are distributed. There are technical differences, but one of the things I like best about the distributed model is how easy it is to continue working without being connected to the central repository.

If you don’t want to use the command line interface, all three of these are supported in the Rad Studio IDE. My personal favourite is a free shell extension called Tortoise, which is available for Subversion, Mercurial and GIT among others. Yet another free tool called SourceTree supports both Mercurial and GIT.

Setting up your own hosting isn’t difficult in most cases, but there are free services for both public and private repositories that make them easy to share, offer additional tools or just let you keep your source code off-site for safety purposes. These include GitHub, BitBucket and GitLab.

 

This entry was posted in Events, General. Bookmark the permalink.

2 Responses to May meeting follow-up

  1. Warren Postma says:

    It was a good presentation. Looking forward to more best practices sessions.

  2. Pingback: June meeting follow-up | Toronto Delphi Users Group

Comments are closed.