|
Eggdrop Development
How do I get the latest Eggdrop v1.6.x using CVS?
Follow these steps:
- Type: cvs -d :pserver:anoncvs:anoncvs@cvs.eggheads.org:/usr/local/cvsroot login
(should respond with Logging in to :pserver:anoncvs@cvs.eggheads.org:2401/usr/local/cvsroot)
note: if you are using cvs v1.10 or older you _should_ upgrade your client
- Type: cvs -d :pserver:anoncvs:anoncvs@cvs.eggheads.org:/usr/local/cvsroot -z9 co eggdrop1.6
(should respond with: cvs server: Updating eggdrop1.6 followed by a bunch of filenames)
- Once the checkout is finished you should have a fresh copy of the latest Eggdrop v1.6.x CVS
- To update your bot in the future, from the eggdrop1.6 directory type: cvs update -dAP
(should respond with: cvs server: Updating . followed by a bunch of filenames)
Want a snaphost of the CVS instead?
Bug Reports
If you wish to report a bug in Eggdrop please follow the guidelines in doc/BUG-REPORT or send a plaintext e-mail to
bugs@eggheads.org with detailed information on your bug.
Submit a patch
If you wish to submit a patch, please make sure the patch is generated against the most recent CVS version of Eggdrop available
and the e-mail it to patches@eggheads.org with a detailed description of what the patch does.
Other Information
If you have any other questions or concerns relating to Eggdrop development, please send an e-mail to
eggdev@eggheads.org.
Thank you,
Eggdrop Development Team
|