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 _________________________________________ 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]

