4a21cc87df2d3332d4cc4a366d5f8d39031331ea
coding/svn.md
... | ... | @@ -1,10 +1,11 @@ |
1 | 1 | # svn |
2 | 2 | |
3 | -- [cheatsheet](https://www.cheatography.com/davechild/cheat-sheets/subversion/) |
|
4 | -- [cheatsheet2](https://www.abbeyworkshop.com/howto/misc/svn01/) |
|
3 | +[dave child cheatsheet][] |
|
4 | + |
|
5 | +[abbey workshop howto][] |
|
5 | 6 | |
6 | 7 | ``` |
7 | -svn checkout --username=dudley.burrows http://code.ward.ie/svn/support-tools/trunk support-tools |
|
8 | +svn checkout --username=pyratebeard http://example.com/svn/repo/trunk localrepo |
|
8 | 9 | |
9 | 10 | svn status |
10 | 11 | |
... | ... | @@ -17,3 +18,6 @@ svn add /path|file |
17 | 18 | |
18 | 19 | svn commit -m "message" /path|file |
19 | 20 | ``` |
21 | + |
|
22 | +[dave child cheatsheet]: https://www.cheatography.com/davechild/cheat-sheets/subversion/ |
|
23 | +[abbey workshop howto]: https://www.abbeyworkshop.com/howto/misc/svn01/ |