My most common tasks: svn checkout svn update svn commit compare to head * blame (show annotations / show who changed what line in what commit)* *show history* switch to earlier revision *correct/change old commit message*
The ones you don't have are bolded. Ben On Wed, Apr 4, 2012 at 1:57 PM, Burke Mamlin <[email protected]>wrote: > Devs, > > I'd like to compile a list of tasks typically performed with subversion in > preparation for next week's OpenMRS University on learning Git equivalents. > > Are there task you do with subversion that aren't listed below? > > - List available commands > - View content of repository (svn list) > - Checkout code > - Get updates > - Compare working copy to head (what have I changed?) > - Add new file(s)/folder(s) to version control > - Delete file(s)/folder(s) > - Ignore certain file(s)/folder(s) > - Commit changes with comment (all or some of changes in working copy) > - Get basic information about working copy (svn info) > - Revert changes (all or some changes in working copy) > - Create a patch (diff of working copy from head) > - Apply a patch > - Resolve conflicts > - Create a branch (e.g., space for new module) > - Close a branch > - Tag a release > - Switch working copy to new SVN location > - Detach working copy > > Thanks. > > -Burke > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

