[horde] RELENG version of Ingo
Eric Rostetter
eric.rostetter at physics.utexas.edu
Fri Jul 11 20:56:05 PDT 2003
Quoting Horde Mailing List <horde at pris.ca>:
> I do have CVS now, could you please tell me how I would go about getting
> the file using CVS (command line, options, switches etc..)
See below.
> I have no idea how this works and one of the other fellows on the list had
> cvs -d CVSROOT=:pserver:cvsread at anoncvs.horde.org:/repository login
> in his message so I tried it but simply get an error.
Yeah, that doesn't look right to me. Anyway, try the following, assuming
you are using unix/linux/etc.
For sh, ksh, bash, etc:
export CVSROOT=:pserver:cvsread at anoncvs.horde.org:/repository
For csh, tcsh, etc:
setenv CVSROOT :pserver:cvsread at anoncvs.horde.org:/repository
I'd suggest adding the above to your startup files if you use unix, e.g.
.profile or .cshrc or .login or where ever you like to put such things.
Then it will always be ready, and you won't need to type it in each time.
Then, go to your horde directory (where ever that is):
For RedHat, something like:
cd /var/www/html/horde
For others, maybe something more like:
cd /usr/local/apache/html
or where ever you put horde at. Then, do your cvs checkout of the RELENG_1
branch of ingo:
cvs login
(when asked for a password, enter: horde)
cvs co -r RELENG_1 ingo
You should now have the ingo. If you later want to update it, you do
everything the same except in the last line change "co" to "update" from
inside the ingo directory, something like:
cd ingo
cvs updat -r RELENG_1
Hope that helps!
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the horde
mailing list