I recently wrote an article published on AgileSOC titled
A Continuous Integration System For ASIC Development.
Hope you enjoy it!
I recently wrote an article published on AgileSOC titled
A Continuous Integration System For ASIC Development.
Hope you enjoy it!
But maybe people should be looking for a better versioning system than CVS?
- paddy.
CVS definitely lacks in many ways and is not what I would use on any new project.
I have started a transition out of CVS, by first removing dependencies on CVS from every script that had them. I also “cornered” CVS into the smallest possible set of scripts, to ease the transition. Next we have to pick an SCM solution, figure out a workflow, write the new tools, and deploy the whole thing without impacting the schedule. There will also be some retraining involved. Lots of work!