On 03/03/2011 22:21, Isaac Marino Bavaresco wrote: > Em 3/3/2011 18:52, Marcel Duchamp escreveu: >> On 3/3/2011 1:26 PM, Manu Abraham wrote: >>> Actually, for newbies to get started you don't even need to know all >>> the mercurial commands >>> >>> A quick n' dirty way to get started would be as simple as 5 commands >>> >>> - Creating a repository >>> >>> hg init: create a new repo >>> hg addremove: addremove files in one go >>> >>> - Working on the repository >>> >>> hg clone: if you want to clone another repository >>> hg commit: commit your changes >>> hg log: view the commit logs >>> >>> I don't think a VCS usage can be any simpler to get started. >> How does mercurial mesh with an existing IDE? For example, say I'm >> writing code in some compiler using the compilers code editor and >> periodically saving edits. Does mercurial watch this and grab the saved >> edits? How does it know when I want to save something? Do I have to >> alt-tab out to mercurial, run some command line, and then go back to >> writing code? Or do I code all day and then make copies of my work into >> some mercurial folder? Basically, is it working in the background >> continually on my behalf or do I have to invoke it to do stuff for me? >> >> I've never been exposed to a version control system, obviously. > > I don't know how Mercurial does, but with TortoiseSVN (Subversion GUI > shell), just open an Explorer window and right-click on your sources > directory. The context-menu has the "SVN Commit..." option together with > two other options and a Subversion sub-menu with a lot of more options. > > Isaac > I use TortoiseSVN too - would certainly recommend it to anyone looking=20 for a version control system, pretty easy to get started (and well=20 documented) You can actually use it (and other VCS) direct from MPLAB, just set the=20 VCS in the options and direct it to the exe file. I just do as Isaac=20 mentions above though (I tried it but didn't work for me, didn't have=20 time or inclination to figure out why when the standard way works just=20 fine anyway) --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .