Preston L. Bannister { random memes }

2004.04.11

ActiveCVS

Filed under: Software — Preston @ 9:28 pm

Took another look at rewriting the ActiveCVS code to incorporate the last bit of inspiration. As it turns out when the SCC API is called about all you can count on is the (absolute) filename passed. This means you basically ignore the initialize and open-project calls. Instead you base your implementation on a map of filenames, and associate with each filename the SCC context.