No CVS in NetBeans...
Gustavo De Nardin
gustavodn at gmail.com
Fri Nov 19 21:59:20 GMT 2004
Hello.
On Fri, 19 Nov 2004 18:35:58 +0100, Ralf Folkerts <ralf.folkerts at gmx.de> wrote:
> I go to "Filesystem", RMB, then select "Mount" -> "Version Control". I
> get a Dialog "New Wizard - Generic VCS". The Dialog contains a "Version
> Control System Profile" ComboBox. However, that ComboBox only contains
> one Entry: "<Select a Profile>"; there's no CVS or anything else there.
Here is a workaround:
- extract 'org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml'
from 'netbeans/modules/cvs-profile.jar'
- edit cvs.xml, changing this (it's at the start of the file):
<compatible>"Unix", "Windows"</compatible>
to this:
<compatible>"FreeBSD", "Unix", "Windows"</compatible>
- copy the resulting cvs.xml to
'~/.netbeans/3.6/system/vcs/config/cvs.xml' or (system wide)
'netbeans/system/vcs/config/cvs.xml' (maybe you'll have to create the
directories).
- (re)start Netbeans
Then you'll have a CVS profile to chose when mounting a VCS filesystem.
Dunno how the OS identification is done, but (obviously?) FreeBSD is
not identified as "Unix".
--
(null)
More information about the freebsd-java
mailing list