damien clochard wrote: > Hi ! > > As i said 6 months ago, it is impossible to checkout the slony's website > CVS : > > $ export CVSROOT=":pserver:[email protected]:/slony1" > $ cvs co slony1-www/ > cvs checkout: Updating slony1-www > cvs checkout: failed to create lock directory for `/slony1/slony1-www' > (/slony1/slony1-www/#cvs.lock): Permission denied > cvs checkout: failed to obtain dir lock in repository `/slony1/slony1-www' > cvs [checkout aborted]: read lock failed - giving up > > > Am i doing something wrong ? Is there a reason for not giving public > access to this repository ? Maybe the CVS is not used anymore ? If this > is a problem, what can i do to help ? > Looks like you forgot to "cvs login". Just do it like so:
CVSROOT=":pserver:[email protected]:/slony1" cvs login CVSROOT=":pserver:[email protected]:/slony1" cvs co slony1-engine -- Jeff Frost <[email protected]> COO, PostgreSQL Experts, Inc. Phone: 1-888-PG-EXPRT x506 http://www.pgexperts.com/ _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
