View previous topic :: View next topic |
Author |
Message |
schlesi Oracle
Joined: Jun 07, 2003 Posts: 234 Location: near Cologne, Germany
|
Posted: Fri Oct 03, 2003 2:30 am Post subject: CVS doesn't work |
|
Ed,
the cvs for NeoOffice doesn't work (on my machine):
[...]
[SchlesisPowerbook:/neooffice] thomas% cvs login
(Logging in to anoncvs@anoncvs.neooffice.org)
CVS password:
[SchlesisPowerbook:/neooffice] thomas% cvs co NeoOffice
cvs server: cannot find module `readlicense_oo' - ignored
cvs server: cannot find module `smoketest' - ignored
cvs server: cannot find module `testshl2' - ignored
cvs [checkout aborted]: cannot expand modules
Is there something wrong with my cvs or is it a cvs-server-problem?
Thomas |
|
Back to top |
|
|
Guest
|
Posted: Fri Oct 03, 2003 10:06 am Post subject: |
|
I think its a server issue. Ed was importing the 1.1 sources last night and updating the modules file, and perhaps he missed a few in the import process since they seem to be in the modules file (otherwise it wouldn't mention them at all). All those 3 modules are new to 1.1.
dan |
|
Back to top |
|
|
OPENSTEP The One
Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
|
Posted: Fri Oct 03, 2003 10:31 am Post subject: |
|
Yes, this was a temporary problem due to missing modules in my 1.1 import from last night. I just finished adding them today, and from the looks of the message you were trying to do a CVS checkout right in the middle of my multiple-day long operation
ed |
|
Back to top |
|
|
schlesi Oracle
Joined: Jun 07, 2003 Posts: 234 Location: near Cologne, Germany
|
Posted: Fri Oct 03, 2003 1:54 pm Post subject: Problem fixed |
|
Ok, the cvs-update works now.
Thomas |
|
Back to top |
|
|
Chris C Guest
|
Posted: Thu Nov 13, 2003 3:03 pm Post subject: had a similar problem |
|
I could not get CVS to work at all on my machine.... would tell me that permission was denied to open .cvspass...even as ROOT!!!! And apparently since I loaded Panther Root no longer has access to the Setenv command. Odd. Weird. Scary.
No joy using the MacCvs gui.
Finally got desperate and fired up the Fink KDE install I have and Cervisia worked like a charm!!! No sassing me about nothin'! And it was easier to use then the MacCvs gui!
Sorry had to vent to somebody on this... I am liking Panther but I am not sure if it is liking me.... |
|
Back to top |
|
|
schlesi Oracle
Joined: Jun 07, 2003 Posts: 234 Location: near Cologne, Germany
|
Posted: Fri Nov 14, 2003 9:45 am Post subject: SETENV |
|
> And apparently since I loaded Panther Root no longer has access to the Setenv command. Odd. Weird. Scary.
Chris,
Apple has changed the command shell from tcsh ("Jaguar") to bash ("Panther"). Unfortunately, bash doesn't know the "setenv"-command.
Use "export CVSROOT=:pserver:anoncvs@anoncvs.neooffice.or
g:/cvs" instead of "setenv CVSROOT=...".
I didn't think of that problem. Sorry. I've updated my build instructions.
Thomas |
|
Back to top |
|
|
|