Forum OpenACS Q&A: CVS Checkout

Collapse
Posted by emillio e on
hi, i was unable to do cvs checkout on openacs.org, is it still accesible or down for maintainance? $cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot checkout -r oacs-5-1 acs-core $cvs [checkout aborted]: connect to openacs.org(209.202.133.90):2401 failed: Connection timed out
Collapse
2: Re: CVS Checkout (response to 1)
Posted by Rocael Hernández Rizzardini on
try :pserver:anonymous@cvs.openacs.org:/cvsroot
Also, I dont know if there's gonna be CVS upgrade instruction for this change .... someone?
Collapse
3: Re: CVS Checkout (response to 1)
Posted by emillio e on
working fine, thanx...
Collapse
4: Re: CVS Checkout (response to 1)
Posted by Dave Bauer on
http://www.openacs.org/forums/message-view?message_id=215635 That post has the code to update an existing checkout.
 The following bash command will change openacs.org to cvs.openacs.org in all of the CVS/Root files in all subdirectories. So do this to change over a directory:

cd /var/lib/aolserver/service0
for file in `find . -name Root | grep CVS`; do  perl -p -i -e 's/openacs\.org/cvs\.openacs\.org/' $file; done 

Don't do this if you are using anonymous access via pserver (ie, your CVS/Root says ":pserver:anonymous@openacs.org") or you will break your cvs checkout, because pserver hasn't been set up yet for cvs.openacs.org. You can reverse this change by repeating the command with openacs\.org and cvs\.openacs\.org swapped.)
Collapse
5: Re: CVS Checkout (response to 1)
Posted by emillio e on
Encountered the following problem trying to checkout from CVS. $ cvs -z3 -d :pserver:anonymous@cvs.openacs.org:/cvsroot checkout -r oacs-5-1 acs-core can't create temporary directory /tmp/cvs-serv25711 No space left on device
Collapse
6: Re: Re: CVS Checkout (response to 5)
Posted by Jade Rubick on
Emillio: this should be fixed.
Collapse
7: Re: CVS Checkout (response to 1)
Posted by emillio e on
thanx jade, also the CVS browse link on the openacs mainpage is broken and the RSS feed on CVS commit doesnt seems to show any changes lately. cheers
Collapse
8: Re: Re: CVS Checkout (response to 7)
Posted by Jade Rubick on
RSS feeds on CVS commits, and the CVS browse link have both been fixed.