Line 307: |
Line 307: |
| - To retrieve a package or a full tree as an anonymous user, cd into a work directory and issue following commands: | | - To retrieve a package or a full tree as an anonymous user, cd into a work directory and issue following commands: |
| * for smeserver | | * for smeserver |
− | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smeserver checkout -P packagename [individual package] | + | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver checkout -P packagename [individual package] |
− | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smeserver co -P rpms [full tree] | + | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver co -P rpms [full tree] |
| | | |
| * for smecontribs | | * for smecontribs |
− | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs checkout -P packagename [individual package] | + | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smecontribs checkout -P packagename [individual package] |
− | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs co -P rpms [full tree] | + | cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smecontribs co -P rpms [full tree] |
| | | |
| Note: If at a later stage you obtain a valid account with CVS, you will need to edit ALL packages /CVS/Root in order to save your work in CVS. As an example, for package "packagename", CVS/Root will need to be edited to be exactly as shown below: | | Note: If at a later stage you obtain a valid account with CVS, you will need to edit ALL packages /CVS/Root in order to save your work in CVS. As an example, for package "packagename", CVS/Root will need to be edited to be exactly as shown below: |
| [chris@buildcos9 work]$ cat packagename/CVS/Root | | [chris@buildcos9 work]$ cat packagename/CVS/Root |
− | :ext:shell.koozali.org:/cvsroot/smeserver | + | :ext:shell.koozali.org:/cvs/smeserver |
| | | |
| ok - CVS/Root uses 'ext' which should be SSH access | | ok - CVS/Root uses 'ext' which should be SSH access |