> -----Original Message----- > From: Deon Rodden [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 20, 2004 10:58 AM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: RE: [Asterisk-Users] DUNDi in stable? (New subject) > > > That's good to know. But, not to sound dumb, I'm not a heavy > CVS user, how do I get the latest stable? As of now. > > The way I'm used to doing it is: > export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot > cvs login > cvs checkout zaptel libpri asterisk > > > But that doesn't tell me if that's head or stable. The > instructions say: cvs checkout -r v1-0 zaptel libpri asterisk > asterisk-addons asterisk-sounds > > For stable. But my understanding is that will give me version > 1.0; no bug fixes since the release of 1.0. I want the latest > w/ bug fixes but no new features. >
cvs checkout -r v1-0 will get you the latest for version 1.0 including bugfixes and anything else that is added to the 1.0 branch. Using cvs without the -r v1-0 gets you head. Good luck, Robert Jackson _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
