On Sun, Jun 23, 2002 at 02:11:12PM +0200, Leo Sutic wrote: > Desperately trying to get the code into CVS: > > cvs add readme.txt (in directory > C:\Home\leo\private\Apache\jakarta-avalon\src\proposal\microcontainer\) > cvs server: cannot add file on non-branch tag HEAD
I've found the CVS HEAD tag is not always equivalent to the real head. Try.. cvs up -A Your CVS/Entries file should contain lines ending with just '/', not '/THEAD'. > ---------------------------------------------------- > > Anyway: here's the readme.txt... > > AVALON MICROCONTAINER > - --------------------- - > > PURPOSE > > One of the barriers of entry to Avalon is the fact that you are buying > into an entire architecture. Instead of just getting a set of classes > that you can use as you were used to, you get a set of Avalon Components > that must be put in a container and managed. Often this involves XML > config files and other niceties that, while providing amazing > flexibility, makes it difficult to lure unsuspecting developers into > Avalon. We lose the "first component is for free" / "I can see that > you're special, so I got something special for you" opportunity. Very promising-sounding stuff :) Anything that lowers the cost of entry will do enormous good. --Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
