Somebody brought this up on Flashcoders an hour ago or so as well. I would say this:
Try Subversion. When I looked at source control solutions for my office, there were very few compelling reasons to use CVS now that Subversion is mature. The workflow is very very similar, and it's a better solution in many ways. The only reason that I saw to stick with CVS over SVN was that CVS is still a more supported solution by third-parties. On a whole, CVS seems like it is more widely supported by various applications, but that's changing rapidly. The Subversion Book is a great resource to get up to speed on setting up and using the product. http://svnbook.red-bean.com/ TortoiseSVN is a great generic SVN client for Windows: http://tortoisesvn.tigris.org/ I don't mean to avoid your question. It's just my opinion that if you were planning on going with CVS, you might as well go with SVN instead. Don Petersen On Thu, 2005-06-30 at 16:38 -0400, Manuel Saint-Victor wrote: > Hey everybody- > Can someone point me to a CVS intro that's easy to learn? I see all of > this great stuff goin on but someof my fundamentals are still not in > place to jump on the bandwagon. > > > Thanks, > > > Mani > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
