Sorry for a tangent, but here's a beautiful book for free on DVCS http://www.ericsink.com/vcbe/ . It have a very good example of common VCS commands and how they map with git.
On Thu, Apr 5, 2012 at 7:25 PM, Burke Mamlin <[email protected]>wrote: > I've started a Git for SVN Users <https://wiki.openmrs.org/x/sQEJAg>page. I > know there are existing resources like this around the web (like this > one <http://git.or.cz/course/svn.html>), but I was hoping to make a > reference specifically directed to & most useful for OpenMRS devs. > > I'm not a Git expert and would appreciate any help in filling out these > pages – i.e., if you can fill in some of the blanks, please don't hesitate > to edit these pages. I've started with command-line tools; ideally, we'd > include tips for IDE users as well. > > Cheers, > > -Burke > > > On Thu, Apr 5, 2012 at 3:00 AM, Rowan Seymour <[email protected]>wrote: > >> Maybe you need to talk about actually migrating a project from svn to git >> if people are going to make the plunge >> >> >> On 4 April 2012 21:15, Ben Wolfe <[email protected]> wrote: >> >>> 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 >>> >>> >>> ------------------------------ >>> Click here to >>> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from >>> OpenMRS Developers' mailing list >>> >> >> >> >> -- >> *Rowan Seymour* >> tel: +250 783835665 >> http://twitter.com/rowanseymour >> >> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from >> OpenMRS Developers' mailing list >> > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list > -- Regards, Kishore Kumar Yekkanti. _________________________________________ 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]

