This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 12255 - cvs.exe does not work with NB 3.2
Summary: cvs.exe does not work with NB 3.2
Status: VERIFIED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-18 07:58 UTC by sapex
Modified: 2001-07-20 20:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sapex 2001-05-18 07:58:51 UTC
Some commands work (diff) but most don't (log, commit...)
This is perhaps the same problem as described in bug #11547.
System is NT 4 (cvs server on HP-UX).
cvs.exe client on NT is version 1.9

Here is the error:

Command Log failed.
Check the full output of the command on the Runtime tab in Explorer. The error 
output follows:
cvs [server aborted]: no such directory `com/profor/sapex/saxdb/gui'

Also I have the following exception:

java.lang.NullPointerException
at 
org.netbeans.modules.vcscore.commands.CommandOutputPanel$1.run(CommandOutputPane
l.java:311)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
[catch] at 
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

Here are some CVS admin files:

Entries:
/Machine.java/1.20/Wed Oct 11 09:10:19 2000//
/Material.java/1.21/Wed Oct 11 09:10:19 2000//
/Messages.java/1.9/Wed Nov 29 09:40:17 2000//

Repository:
/users/cni/cvsroot/saxdb/dev/api/com/profor/sapex/saxdb

Root:
:pserver:pg@aneto:/users/cni/cvsroot

Also note that there are no spaces in the paths.
Comment 1 Martin Entlicher 2001-05-18 09:40:50 UTC
> This is perhaps the same problem as described in bug #11547.

Does it mean, that you use cvs from CygWin distribution ? Or a native Windows
executable ?
If you use cvs from CygWin, can you please try cvs.exe for Windows from
www.cvshome.org ? (We recommend 1.11 or 1.11.1p1 version)
Thanks.
Comment 2 sapex 2001-05-23 08:25:11 UTC
You're right. I've tried with cvs.exe from cvshome.org
and now it seems to work.
Before that, we used a cvs.exe built from FSF source code,
version 1.9, and it had always worked until NB 3.2.
Perhaps you use parameters that don't exist in cvs 1.9?
The supported cvs version should be noted somewhere.
Thanks!
Comment 3 Jiri Kovalsky 2001-05-23 08:58:39 UTC
Resolving as INVALID. Anyway you are right that this information should be 
provided as it is in Release Notes file of Forte for Java. I'll try to mention 
it next time.
Comment 4 Jiri Kovalsky 2001-06-11 15:26:52 UTC
Yes, I agree with myself, it is really invalid. Verified.