1 |
douglas |
881 |
Coder's Workshop |
2 |
|
|
|
3 |
|
|
Douglas Thrift |
4 |
|
|
|
5 |
|
|
$Id$ |
6 |
|
|
|
7 |
|
|
Outline 0: |
8 |
|
|
Introductions |
9 |
|
|
Give your name, rank, and serial number (major) |
10 |
|
|
Why are you here? |
11 |
|
|
What was your first programming experience? |
12 |
|
|
What have you programmed? |
13 |
|
|
|
14 |
|
|
Stuff |
15 |
|
|
Course web page: http://computers.douglasthrift.net/code/ |
16 |
douglas |
882 |
Do you have a lab account? If not, get one now! |
17 |
douglas |
881 |
Assignment: ls |
18 |
|
|
|
19 |
|
|
Version Control |
20 |
|
|
What is it? |
21 |
|
|
Why is it useful? |
22 |
|
|
Subversion |
23 |
|
|
|
24 |
douglas |
883 |
Using Subversion for this Class |
25 |
|
|
Check Out |
26 |
|
|
Add |
27 |
|
|
Status |
28 |
|
|
Properties (Ignore) |
29 |
|
|
Update |
30 |
|
|
Check In |
31 |
|
|
Things that *should* go in the repository *for this class*: |
32 |
|
|
Source Code |
33 |
|
|
Makefiles/Build Scripts |
34 |
|
|
Things that *should not* go in the repository *for this class*: |
35 |
|
|
Compiled Code of Any Kind |