Line 79:
Line 79:
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 "e-smith-backup", 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 "e-smith-backup", CVS/Root will need to be edited to be exactly as shown below:
[chris@build-system testsf]$ cat e-smith-backup/CVS/Root
[chris@build-system testsf]$ cat e-smith-backup/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]
* 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 e-smith-backup
+
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver checkout -P e-smith-backup
−
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smeserver co -P rpms
+
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver co -P rpms
or for smecontribs
or for smecontribs
−
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs checkout -P e-smith-backup
+
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smecontribs checkout -P e-smith-backup
−
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs co -P rpms
+
cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smecontribs co -P rpms
* To retrieve a package or a full tree as a registered user, cd into a work directory and issue following commands:
* To retrieve a package or a full tree as a registered user, cd into a work directory and issue following commands:
for smeserver
for smeserver
−
cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P e-smith-backup
+
cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P e-smith-backup
−
cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P rpms
+
cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P rpms
or for smecontribs
or for smecontribs
−
cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smecontribs co -P smeserver-diskusage
+
cvs -z3 -d:ext:shell.koozali.org:/cvs/smecontribs co -P smeserver-diskusage
−
cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smecontribs co -P rpms
+
cvs -z3 -d:ext:shell.koozali.org:/cvs/smecontribs co -P rpms
===PACKAGE MODIFICATION===
===PACKAGE MODIFICATION===
Line 104:
Line 104:
[chris@build-system ~]$ mkdir work
[chris@build-system ~]$ mkdir work
[chris@build-system ~]$ cd work/
[chris@build-system ~]$ cd work/
−
[chris@build-system testsf]$ cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P e-smith-backup
+
[chris@build-system testsf]$ cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P e-smith-backup
* To refresh run the following from the rpms directory, or any lower directory with a CVS dir
* To refresh run the following from the rpms directory, or any lower directory with a CVS dir
Line 238:
Line 238:
[chris@build-system ~]$ cd work/
[chris@build-system ~]$ cd work/
−
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P e-smith-radiusd
+
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P e-smith-radiusd
cvs checkout: Updating e-smith-radiusd
cvs checkout: Updating e-smith-radiusd
Line 394:
Line 394:
*Get package from CVS
*Get package from CVS
−
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P qpsmtpd
+
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P qpsmtpd
−
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P smeserver-qpsmtpd
+
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P smeserver-qpsmtpd
[chris@build-system work]$ ls
[chris@build-system work]$ ls
Line 457:
Line 457:
[chris@build-system sme8]$ cvs diff -u qpsmtpd.spec
[chris@build-system sme8]$ cvs diff -u qpsmtpd.spec
Index: qpsmtpd.spec
Index: qpsmtpd.spec
−
RCS file: /cvsroot/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v
+
RCS file: /cvs/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v
retrieving revision 1.31
retrieving revision 1.31
diff -r1.31 qpsmtpd.spec
diff -r1.31 qpsmtpd.spec
Line 610:
Line 610:
/home/chris/work
/home/chris/work
−
[chris@bui work]$ cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smeserver checkout -P e-smith-base
+
[chris@bui work]$ cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver checkout -P e-smith-base
[chris@build-system work]$ cd e-smith-base/sme8/
[chris@build-system work]$ cd e-smith-base/sme8/
Line 674:
Line 674:
Index: e-smith-base.spec
Index: e-smith-base.spec
===================================================================
===================================================================
−
RCS file: /cvsroot/smeserver/rpms/e-smith-base/sme8/e-smith-base.spec,v
+
RCS file: /cvs/smeserver/rpms/e-smith-base/sme8/e-smith-base.spec,v
retrieving revision 1.142
retrieving revision 1.142
diff -r1.142 e-smith-base.spec
diff -r1.142 e-smith-base.spec
Line 730:
Line 730:
* Get package
* Get package
−
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P e-smith-openssh
+
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P e-smith-openssh
* Get patch from workstation to build:
* Get patch from workstation to build:
Line 797:
Line 797:
Index: e-smith-openssh.spec
Index: e-smith-openssh.spec
===================================================================
===================================================================
−
RCS file: /cvsroot/smeserver/rpms/e-smith-openssh/sme9/e-smith-openssh.spec,v
+
RCS file: /cvs/smeserver/rpms/e-smith-openssh/sme9/e-smith-openssh.spec,v
retrieving revision 1.3
retrieving revision 1.3
diff -u -r1.3 e-smith-openssh.spec
diff -u -r1.3 e-smith-openssh.spec
Line 925:
Line 925:
/home/chris/work
/home/chris/work
−
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P qpsmtpd
+
[chris@build-system work]$ cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P qpsmtpd
* Update
* Update
Line 948:
Line 948:
Index: qpsmtpd.spec
Index: qpsmtpd.spec
−
RCS file: /cvsroot/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v
+
RCS file: /cvs/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v
retrieving revision 1.33
retrieving revision 1.33
diff -r1.33 qpsmtpd.spec
diff -r1.33 qpsmtpd.spec
Line 960:
Line 960:
cvs commit: Examining .
cvs commit: Examining .
Checking in qpsmtpd.spec;
Checking in qpsmtpd.spec;
−
/cvsroot/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v <-- qpsmtpd.spec
+
/cvs/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v <-- qpsmtpd.spec
new revision: 1.34; previous revision: 1.33
new revision: 1.34; previous revision: 1.33
done
done
Line 975:
Line 975:
To: smeserver-cvscommits@lists.shell.shell.koozali.org
To: smeserver-cvscommits@lists.shell.shell.koozali.org
−
Update of /cvsroot/smeserver/rpms/qpsmtpd/sme8
+
Update of /cvs/smeserver/rpms/qpsmtpd/sme8
In directory sfp-cvs-1.v30.ch3.shell.shell.koozali.org:/tmp/cvs-serv13622
In directory sfp-cvs-1.v30.ch3.shell.shell.koozali.org:/tmp/cvs-serv13622
Line 985:
Line 985:
Index: qpsmtpd.spec
Index: qpsmtpd.spec
===================================================================
===================================================================
−
RCS file: /cvsroot/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v
+
RCS file: /cvs/smeserver/rpms/qpsmtpd/sme8/qpsmtpd.spec,v
retrieving revision 1.33
retrieving revision 1.33
retrieving revision 1.34
retrieving revision 1.34