[Asterisk-Users] Roll back from CVS Head to v1.09
Kevin Bockman
asterisk at wunderkin.com
Wed Sep 28 08:46:39 MST 2005
Mark Phillips wrote:
> OK, I'm running CVS Head as of about 3 weeks ago. I want to roll back
> to V1.09. Other than downloading the code, how do I do it? I thought
> someone once said that I have to delete all my modules or something?
rm -rf /usr/include/asterisk/*
rm -rf /usr/lib/asterisk/modules/*
cd /usr/src
export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
cvs login - the password is anoncvs.
cvs checkout -r v1-0 zaptel libpri asterisk asterisk-addons asterisk-sounds
I think v1-0 will get you 1.0.9 which I think is 'stable'. If not, try
v-1-0-9? Not sure on that one.
Kevin
More information about the asterisk-users
mailing list