(From Shawn McMurdo...)
Thanks to John Marco, we now have access to the Enhydra CVS
tree available on www.enhydra.org.
The tree is updated daily, so now you can see the latest developments
before they are released or make diffs against known versions of the
tree, or keep your personal tree in sync with the official tree.
Here's the message from John on how to access it:
I have finished setting up the Anonymous CVS mirror on enhydra.org.
This mirror is incrementally updated at 11PM Sunday through Friday
nights. On Saturday night at 11PM, the entire mirror is updated
to keep things in reasonable sync.
On to the fun part. :)
To use the anonymous CVS service, users need only set their CVSROOT
environment variable as follows:
Bourne shells: (sh,bash,ksh,etc)
CVSROOT=anoncvs@enhydra.org:/cvs ; export CVSROOT
Berkeley shells:(csh,tcsh)
setenv CVSROOT anoncvs@enhydra.org:/cvs
You can then check out either Enhydra or Demos:
cvs co Enhydra
cvs co Demos
You cannot commit changes back to the repository, because it's
read-only.
You CAN, however, do things like "cvs status" and "cvs diff" and any
other
non-modifying cvs command. In particular, this lets you make a patch
release of your changes, relative to a known "official" Enhydra
codebase.
--
Shawn McMurdo mailto:shawn@lutris.com
Lutris Technologies http://www.lutris.com
Enhydra.Org http://www.enhydra.org
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to
majordomo@enhydra.org
with the text "unsubscribe enhydra" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-enhydra@enhydra.org.
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe enhydra-announce" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-enhydra-announce@enhydra.org.
|