On Wed, Feb 17, 2010 at 6:21 AM, Tamas Rudnai wrote: > I am wondering if anyone use any type of project management software, > especially if that is freeware. I have googled on these terms, but not > sure which one is useful, so I would need you personal experience > instead of just links :-) I use subversion for source control. I like it. You can use any CVS-alike as a project manager. Subversion (and others) do binary revision control too so they can handle your schematics and PDFs and images. The text merging of code is really easy and painless. It's also nice to go back in time to any version of your code/project. Also, this is the best and easiest way to work on projects with others at the same time. Check out your project, modify it, and check it back in. It will alert you in the case of merge conflicts. I have used mercurial too, which is nice, and free like subversion or CVS, but subversion has more popularity. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist