This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lirec:version_control_guide [2009-02-09 10:01] – davegriffiths | lirec:version_control_guide [2009-02-09 11:01] (current) – 81.188.78.24 | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| ====Getting the code==== | ====Getting the code==== | ||
| - | Firstly go to a directory where you want to keep your code and run: | + | Firstly go to the directory where you want to keep your code and run: |
| < | < | ||
| Replace " | Replace " | ||
| + | |||
| + | This will populate a directory called lirec with all the code. This is called your working copy. | ||
| + | |||
| ====Make some changes==== | ====Make some changes==== | ||
| Line 127: | Line 130: | ||
| ======More Information====== | ======More Information====== | ||
| - | * Version Control with Subversion: A complete online book: [[http:// | + | * "Version Control with Subversion" |