We Recommend

Version Control with Subversion Version Control with Subversion
Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.


Posted By

mountainash on 02/12/07


Tagged

svn keyword shortcut quick lesstyping


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

silentstorm


Command shortform


Published in: SVN 


This is just a collection of shortened SVN commands (may take a split-second of time less than normal)


  1. svn st = svn status
  2. svn ci = svn commit
  3. svn up = svn update
  4. svn di = svn diff
  5. svn co = svn checkout
  6. svn mv = svn move
  7. svn cp = svn copy
  8. svn rm = svn delete
  9. svn ls = svn list
  10. svn h = svn help

Report this snippet 

You need to login to post a comment.