SC2012BootcampPlan » History » Version 3

Chris Cannam, 2012-04-24 02:12 PM

1 1 Chris Cannam
h1. Plan for Software Carpentry 2012 Boot Camp on Version Control
2 1 Chris Cannam
3 2 Chris Cannam
h3. Purpose
4 1 Chris Cannam
5 2 Chris Cannam
To explain version control to researchers who have never used it before, or who want to understand it better.
6 2 Chris Cannam
7 2 Chris Cannam
h3. Context
8 2 Chris Cannam
9 2 Chris Cannam
Two hour interactive live workshop, using EasyMercurial and the Mercurial command-line tool.
10 2 Chris Cannam
11 2 Chris Cannam
h2. Outline
12 3 Chris Cannam
13 3 Chris Cannam
The basic plan is:
14 3 Chris Cannam
 # presentation introduction to version control in general (using either whiteboard drawings or a PowerPoint presentation)
15 3 Chris Cannam
 # long worked example in which basic topics of version control are worked through using EasyMercurial and then some more advanced topics are returned to using the command-line tool
16 3 Chris Cannam
 # closing remarks talking about other tools, other topics of interest etc
17 3 Chris Cannam
18 3 Chris Cannam
Detailed outline:
19 3 Chris Cannam
20 3 Chris Cannam
 * A presentation introduction to the concept of version control. Why is it useful? What can go wrong without it? How does a version control system work? *History* + *Collaboration*
21 3 Chris Cannam
 * Check that participants have EasyMercurial installed and working
22 3 Chris Cannam
 * *Worked example, part 1*: Working by myself
23 3 Chris Cannam
 ** We will be working on a recipe for fish stew for a future recipe book
24 3 Chris Cannam
 ** Make a new directory, create a text file @fishstew.txt@ in it, start adding an ingredients list, save
25 3 Chris Cannam
 **