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 3: |
8 |
|
Stuff |
9 |
|
Course web page: http://computers.douglasthrift.net/code/ |
10 |
< |
Do you have a lab account? If not, get one now! |
11 |
< |
Reading: _Version_Control_with_Subversion_ Preface and Chapters 1-3 |
12 |
< |
Assignment: ls |
13 |
< |
|
14 |
< |
Version Control |
15 |
< |
What is it? |
16 |
< |
Why is it useful? |
17 |
< |
Subversion |
18 |
< |
|
19 |
< |
Using Subversion for this Class |
20 |
< |
Check Out |
21 |
< |
Make Directory |
22 |
< |
Add |
23 |
< |
Status |
24 |
< |
Properties (svn:ignore, svn:eol-style) |
25 |
< |
Update |
26 |
< |
Check In |
27 |
< |
Things that *should* go in the repository *for this class*: |
28 |
< |
Source Code |
29 |
< |
Makefiles/Build Scripts |
30 |
< |
Things that *should not* go in the repository *for this class*: |
31 |
< |
Compiled Code of Any Kind |
10 |
> |
Assignment: Early and Often For Real This Time |
11 |
> |
|
12 |
> |
How did you go about writing your ls 0.9? |
13 |
> |
How did you begin? |
14 |
> |
What design choices did you make? |
15 |
> |
What challenges did you face? |
16 |
> |
What resources did you use? |
17 |
> |
Open discussion |
18 |
> |
|
19 |
> |
A look at BSD ls and GNU ls |
20 |
> |
What did they do? |
21 |
> |
Open discussion |
22 |
> |
|
23 |
> |
Get over your fears of checking in code |
24 |
> |
Why don't you check in code? |
25 |
> |
Why don't you check in code early? |
26 |
> |
Why don't you check in code often? |
27 |
> |
Stop doing that! |
28 |
> |
|
29 |
> |
Come up with an Early and Often project |
30 |
> |
What is something that you want to do? |
31 |
> |
Maybe a tool that will help you do a task that you have to do often? |
32 |
> |
Ideas that I have implemented: |
33 |
> |
A program that sends me text messages when my credit card is due |
34 |
> |
A web page with daily and random Jargon File entries (also feeds) |
35 |
> |
A tool to generate a Google Sitemap file from Subversion metadata |
36 |
> |
Tools for showing del.icio.us bookmarks on my site including tags |
37 |
> |
from bundles and thumbnails for flickr picture bookmarks |
38 |
> |
A program that makes the del.icio.us bookmarks on Britta's site |
39 |
> |
have fancy quotes rather than straight quotes |
40 |
> |
A program that makes a site map from my Search Engine's XML index |
41 |
> |
A system of makefiles to keep my site in line and such |
42 |
> |
Talk about your ideas |
43 |
> |
Tell me what you are going to do |
44 |
> |
Maybe even commit the beginnings of your project during class |