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 |
< |
|
7 |
> |
Outline 1: |
8 |
|
Stuff |
9 |
|
Course web page: http://computers.douglasthrift.net/code/ |
10 |
< |
Do you have a lab account? If not, get it now! |
11 |
< |
Assignment: ls |
10 |
> |
Do not waste class time with fixing broken Subversion authentication! |
11 |
> |
Possible schedule change? Monday night? Please? |
12 |
> |
Assignment: ls 0.9 |
13 |
|
|
14 |
< |
Version Control |
15 |
< |
What is it? |
16 |
< |
Why is it useful? |
17 |
< |
Subversion |
18 |
< |
... |
14 |
> |
Using Subversion for this Class |
15 |
> |
Check Out |
16 |
> |
Make Directory |
17 |
> |
Add |
18 |
> |
Status |
19 |
> |
Properties (svn:ignore, svn:eol-style) |
20 |
> |
Update |
21 |
> |
Check In |
22 |
> |
Things that *should* go in the repository *for this class*: |
23 |
> |
Source Code |
24 |
> |
Makefiles/Build Scripts |
25 |
> |
Things that *should not* go in the repository *for this class*: |
26 |
> |
Compiled Code of Any Kind |
27 |
|
|
28 |
< |
... |
28 |
> |
How did you go about writing your ls? |
29 |
> |
How did you begin? |
30 |
> |
What design choices did you make? |
31 |
> |
What challenges did you face? |
32 |
> |
What resources did you use? |
33 |
> |
Open discussion |