Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2004 19:59:15 -0200
From:      Gustavo De Nardin <gustavodn@gmail.com>
To:        Ralf Folkerts <ralf.folkerts@gmx.de>, freebsd-java@freebsd.org
Subject:   Re: No CVS in NetBeans...
Message-ID:  <50af0a26041119135961187bda@mail.gmail.com>
In-Reply-To: <1100885758.9088.23.camel@beaster>
References:  <1100885758.9088.23.camel@beaster>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

On Fri, 19 Nov 2004 18:35:58 +0100, Ralf Folkerts <ralf.folkerts@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50af0a26041119135961187bda>