public
Description: NetBeans Git Module
Homepage: http://nbgit.org/
Clone URL: git://github.com/myabc/nbgit.git
Click here to lend your support to: nbgit and make a donation at www.pledgie.com !
nbgit /
name age message
file .gitignore Thu Sep 04 17:06:44 -0700 2008 Merging in the nbjgit fork to master. [myabc]
file CONTRIBUTORS Fri Sep 05 12:12:27 -0700 2008 Add contact info to CONTRIBUTORS [jonas]
file LICENSE Thu Sep 04 17:06:44 -0700 2008 Merging in the nbjgit fork to master. [myabc]
file README Fri Sep 05 11:26:42 -0700 2008 Cleanup code whitespace [myabc]
file README.markdown Fri Sep 05 04:05:03 -0700 2008 Update README and add CONTRIBUTORS file [myabc]
file build.xml Fri Sep 05 11:26:42 -0700 2008 Cleanup code whitespace [myabc]
directory javahelp/ Fri Sep 05 11:26:42 -0700 2008 Cleanup code whitespace [myabc]
file manifest.mf Thu Sep 04 17:06:44 -0700 2008 Merging in the nbjgit fork to master. [myabc]
directory misc/ Thu Apr 03 19:01:44 -0700 2008 Set module specification to 1.0. [myabc]
directory nbproject/ Sat Sep 13 03:04:19 -0700 2008 Issue 8: Add support for stripping space from c... [jonas]
directory release/ Fri Sep 05 11:26:42 -0700 2008 Cleanup code whitespace [myabc]
directory src/ Sat Sep 13 03:21:16 -0700 2008 Convert boolean strings to "yes" or &... [jonas]
directory test/ Sat Sep 13 03:40:10 -0700 2008 Spell fix test method name [jonas]
README.markdown

NetBeans Git Module

A versioning plugin for working with Git repositories in Netbeans. Presently, it supports the basic tasks of status, diff, commit, and log viewing. Future versions will increase functionality to provide a full set of 'porcelain' commands.

It uses the JGit library for accessing repositories. To ease installation a JGit jar is distributed with the project source in release/modules/ext/.

More information and documentation are available in the form of JavaHelp files which can be found under:

  • javahelp/org/nbgit/docs/

They will also be accessible via the Help menu when the plugin has been installed.

To download the latest version, check the current status of development, or report an issue visit the project page at:

Installation

This module is still under development and thus may randomly crash, eat all your memory, etc. So consider yourself warned! Before installing or upgrading make sure you read the release notes and list of known issues. They can be found in:

  • javahelp/org/nbgit/docs/news.html
  • javahelp/org/nbgit/docs/issues.html

To install from source clone the repository and use File > Open Project to add it to your project list in Netbeans. Then right click on the new project and select "Install/Reload in Development IDE". You are advised to first test the plugin by "running" the project.

Getting the Source

Performing a git clone on either of the following repositories will get you the latest source:

git clone git://github.com/myabc/nbgit.git
git clone git://gitorious.org/nbgit/mainline.git (on gitorious)

The following additional mirrors are available:

git://repo.or.cz/nbgit.git
http://repo.or.cz/r/nbgit.git

Licensing and Copyright

This code is dual-licensed under the **COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0** and the GNU Public License (GPL) v2. Please see LICENSE for licensing and copyright information.

Support