[KLUG Members] RCS help

Robert G. Brown members@kalamazoolinux.org
Wed, 06 Nov 2002 15:01:49 -0500


>>I run CVS around the house, and a CVS-web interface, so people I'm 
>>collaborating with in lotsa places can check -in and -out their stuff.
>>We also do conflict resolution and related things that way, too. One 
>>of my collabs even uses wget in his Makefiles to fetch up the latest
>>and greatest.
>
>I saw an RPM spec that did this the other day.  Do, say "rpm -bb
>package.spec" and the new copy of package is pulled of an ftp server via
>wget, unpacked, patched, built, and packaged.  Amazing.

The reason I say "Scary" is that it won't work if yuou don't happen to be 
connected. For some things, that's still a pretty big assumption. My buddy has 
to maintain a seperate set of makefiles, or fake out DNS and stuff if he wants 
to wander out in the country (beyond the reach of wireless) and still make 
some progress.

But yes, it's amazing... you want to build an executable, and at the start the 
lastest source and patches may be scattered 'round the planet, but when you're 
done...
							Regards,
							---> RGB <---