27 Aug
Posted by: Brian LeGros in: Primers
In this series our hopes are to talk about some of the ideas/practices that the presenters have come across when working with the different topics of software configuration management. You can see from the initial post, announcing the series, the scope to which we’re hoping this series will cover. As far as our first topic goes, let’s talk a little about revision control.
Revision control (aka source code management [SCM]) tries to tackle a problem inherent to managing shared resources, versioning. As developers, resource versioning provides us with somewhat of a time machine that we can use to inspect and maintain a historical context for our source code; for the purpose of the presentation let’s assume that the only resources we’re concerned with are files and directories. Once we have a historical context for our source code, many different avenues for productivity, accountability, and fail-over become available to us.
In my presentation for September I want to talk about the following topics as it relates to revision control:
I will be using Subversion as a means to show you how these concepts can be implemented. If you are interested in some general reading, check out the always useful Wikipedia. It has a good comparison of revision control software products as well as a great breakdown of definitions for revision control and its basic elements. If I have time, I’ll hopefully be able to get into some details about the cool clients and tools that Subversion supports. If I’m even luckier, I’ll get an opportunity to go into the reasons why we chose to use Subversion at my current and previous employers.
So with all that said, come and join us on September 4th for what hopes to be a somewhat informative and entertaining presentation on revision control (and by that I mean you’ll be dying for Adam’s ColdCourse presentation by the time I’m done).
2 Responses
Adam On Life » Blog Archive » Adogo Meeting Next Tuesday
31|Aug|2007 1[...] 4th. I’ll be giving a short talk on ColdCourse, while Brian LeGros will be giving a talk on Common Revision Control Practices with Subversion. We use Subversion with quite a few people at work, so his talk should be pretty fleshed out [...]
Jim Bambrough
15|Oct|2007 2Hi – is there any way I can get a copy of that ppt presentation? I saw some of it on your breeze preso. Looks really informative.
Thanks,
-Jim
Leave a reply