grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 4a21cc87df2d3332d4cc4a366d5f8d39031331ea
parent f0d8f451fc49dad3e0774021df19b47148587974
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 16:00:42 +0000

changes

Diffstat:
Mcoding/svn.md | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

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