narendra babu wrote: > Hi , > I am working on Linux project . > I would like to know which are best source code control . > I have worked in RCS,CVS, SCCS on Unix env . > But i have requirement to maintain version control for binaries or images , > do we have open source tool for version control of binaries or image files . > and which could be easy and best for source control systems . > Suppose i want to install RCS , any document /URL for the same will be > helpful . > if so please let me know .
If you want a centralized version control system, SVN would be your best option. Or if you prefer a decentralized/distributed system, I would say, go for git. Sujith -- http://sujith-m.blogspot.com _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
