Jazilla |
|||||
| Participation | FAQ | Glossary | Search | Download | |
| Jazilla.Org About Us Who's Who Project News Jazilla.Status Administration Front End Back End Mail & News To Do Lists Jazilla.Developer Documentation Technologies CASE Tools Software Design Info. Offsite Links Jazilla.Public Button Contest Jazilla Banners Jazilla Slogans Portal Contest Jazilla.Feedback |
/--End of links on the left-->
The recommended way to retrieve the source code is via CVS (it's easier to keep your copy of the code up to
date). CVS is available from . You should get version
1.9 or later. To get the Jazilla code you should ensure that CVSROOT is set to :pserver:cvs@cvs.jazilla.org:/cvsroot
Getting the codeAfter setting the CVSROOT you should type; cvs login (you will be asked for a password, just press return) Once you have successfully logged in change into the directory into which you want the source code to be put and type; cvs co javamozilla When you wish to update your files you should go into the directory javamozilla and type; cvs update -dP For those who can check code inFor the privileged few who can check code in, there are two ways: New code Type the following, enter the comment when asked; cvs add filename (Note from Chris Floersch: Use cvs add -kb filename for binary files) Removing files from the repository (from Chris) Type the following, enter the comment when asked; cvs remove filename (Note: The file should be deleted from your hard disk before you type the command) Updating existing code Type the following, enter the comment for the check in when asked, and all should be OK cvs commit filename (Note from Chris Floersch: Use cvs admin-kb filename before cvs commit filename when updating binary files which were not uploaded as binaries)
For those who can't check in codeIf you don't have update access to the repository you should contact one of the following people to get your code checked in;
Final NoteIf you have any problems please consult the online manual, mail the list, and as a last resort Email Al ;). |
|||||||||||||||||||||||||||||||