OPENSTEP The One
Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
|
Posted: Wed Dec 22, 2004 11:44 pm Post subject: cvs password for full beta build |
|
In case anyone else comes across this...as part of the build process the neoj makefiles assemble a source code tarball by doing a fresh checkout form anoncvs.neooffice.org. Keep in mind that our anoncvs server does have a password for its login, namely "anoncvs". So before you build open a shell and do the following:
Code: |
csh
setenv CVSROOT :pserver:anoncvs@anoncvs.neooffice.org:/cvs
cvs login
|
and type "anoncvs" at the password prompt. Since cvs remembers your passwords persistently in your .cvspass file, the invocations during the build process will remember the anoncvs password automatically and the tarball generation step of the build process will proceed w/o error.
ed |
|