This is a discussion on Re: No CVS in NetBeans... - FreeBSD ; Hello. On Fri, 19 Nov 2004 18:35:58 +0100, Ralf Folkerts 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 ...
Hello.
On Fri, 19 Nov 2004 18:35:58 +0100, Ralf Folkertswrote:
> 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: "
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):
"Unix", "Windows"
to this:
"FreeBSD", "Unix", "Windows"
- 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)
_______________________________________________
freebsd-java@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"