Re: Issuezilla VS. bugzilla
"Trond Norbye" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Andrew Serff said: > > I just joined the project as an observer, but I can't seem to figure out > how to get the source code from CVS. Do I need to ask for dev > permissions? Let me know. Thanks! > Look at: http://www.netbeans.org/devhome/sources/cvs.html or just: export CVSROOT=:pserver:[email protected]:/cvs cvs login (just press enter for password) mkdir -p /opt/source/nb/nb_all cd /opt/source/nb/nb_all cvs co standard tasklist cd nbbuild ant cd ../tasklist ant Trond