grimoire

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

svn.md (449B)


      1 # svn
      2 
      3 [dave child cheatsheet][]
      4 
      5 [abbey workshop howto][]
      6 
      7 ```
      8 svn checkout --username=pyratebeard http://example.com/svn/repo/trunk localrepo
      9 
     10 svn status 
     11 
     12 svn update /path
     13 ```
     14 
     15 only need add for new directories or files
     16 ```
     17 svn add /path|file
     18 
     19 svn commit -m "message" /path|file
     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/