After many months of self-repair work and generally enjoying life in Portland, its time to bring some code up to date. Especially with the impending release of 5.8.1, MakeMaker, Test::More and Test::Harness all need releases. To anyone with VMS knowledge, I need my Compaq TestDrive account re-Unixified.
I'm currently switching development from CVS to Aegis which will cause some short-term disruption. Conversion of my repositories was easy, but brane retooling might take longer.
Time to make Jarkko's life miserable again.
Aegis vs the competition (Score:1)
Why did you choose Aegis over other version control systems? For example, what does it have or do better than CVS? And why is it better or more suittable than (say) subversion? I've had a quick google, but I can't spot any good online articles comparing the merits of the various source control systems, and which provide more than just source control.
Re:Aegis vs the competition (Score:2)
Moreover, from Aegis webpage, I see that Aegis enforces a development process which requires that change sets "work" before they may be integrated into the project baseline. That's attractive for QA people. (It's possible to do something similar with
Re:Aegis vs the competition (Score:2)
As far as being a superior version control system:
. Sensible branching. In fact, you're almost always working in a branch.
. Change sets (it even figured out change sets when I dumped my CVS repository into it)
. Free (as opposed to Perforce, say)
. Old and Stable (in a good way)
. Sensible cross-branch integration. ie. I can easily clone individual changes from one branch
to another.
. Easily develo