From: | Sandeep Thakkar <sandeeptt(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Getting pgsnmpd using rsync/sup |
Date: | 2010-05-07 06:29:07 |
Message-ID: | 549693.75187.qm@web52005.mail.re2.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I checkout the pgsnmpd using command
"cvs -d pserver:anonymous(at)cvs(dot)pgfoundry(dot)org:/cvsroot/pgsnmpd checkout -r REL1_0 pgsnmpd"
Now, I want to setup the local mirror and wants to checkout the sources
from there. I use the following command:
$rsync -av cvs.pgfoundry.org:/cvsroot/pgsnmpd/* .
Password:
But, it asks me for password. What password should I enter?
$ rsync -av cvs.pgfoundry.org::
pgfoundry Mirror: ftp.postresql.org
pgfoundry_all Backup: tribble.postresql.org
pgfoundry-cvs pgFoundry CVS
pgfoundry-files pgFoundry files
Please help. Thanks.
Sandeep.
From | Date | Subject | |
---|---|---|---|
Next Message | Ivan Sergio Borgonovo | 2010-05-07 08:30:19 | unable to avoid a deadlock at the end of a long transaction |
Previous Message | Tom Lane | 2010-05-07 04:47:19 | Re: How to deal with NULL values on dynamic queries? |