13 |
|
|
14 |
|
Stuff |
15 |
|
Course web page: http://computers.douglasthrift.net/code/ |
16 |
< |
Do you have a lab account? If not, get it now! |
16 |
> |
Do you have a lab account? If not, get one now! |
17 |
> |
Reading: _Version_Control_with_Subversion_ Preface and Chapters 1-3 |
18 |
|
Assignment: ls |
19 |
|
|
20 |
|
Version Control |
21 |
|
What is it? |
22 |
|
Why is it useful? |
23 |
|
Subversion |
23 |
– |
... |
24 |
|
|
25 |
< |
... |
25 |
> |
Using Subversion for this Class |
26 |
> |
Check Out |
27 |
> |
Make Directory |
28 |
> |
Add |
29 |
> |
Status |
30 |
> |
Properties (svn:ignore, svn:eol-style) |
31 |
> |
Update |
32 |
> |
Check In |
33 |
> |
Things that *should* go in the repository *for this class*: |
34 |
> |
Source Code |
35 |
> |
Makefiles/Build Scripts |
36 |
> |
Things that *should not* go in the repository *for this class*: |
37 |
> |
Compiled Code of Any Kind |