Can't find git plugin in Netbeans 7.0 beta 2
Although it's written in several pag开发者_开发百科es of the NetBeans beta 2 release notes (there's even a tutorial), I downloaded the linux version and I can't find how to install the promised git plugin that will add git support to NetBeans.
Have anyone tried the beta and found the same problem as me?
I'm on Netbeans Beta 2 for Linux.
I have done:
1) Go to Tools>Plugins and you must click on Available Plugins you will find: Git. Check it. Install it.
2) Then, right click on your project properties, choose: versioning > initialise git repository
The tutorial that you mention, does it all: http://netbeans.org/kb/docs/ide/git.html
Perhaps was a temporary issue?
If you consider the history of NBGit project:
M4 (7.0 Beta2) 17 February 2011 - IDE integration
- finalize status recognition and caching (DONE)
- finalize file events handling (DONE)
- bugtracking integration - commit (DONE), search history,
Covered Use Cases
- Ignore (DONE)
Branching and Merging
- Checkout (DONE)
- Create Branch (DONE)
- Switch to Branch (DONE), the same as Checkout
- maybe also Merge from Branch (DONE)
, you need to:
- grab the sources with the large (Mercurial!) repo http://hg.netbeans.org/main-silver (the two Git repo mentionned for the sources are quite obsolete: myabc/nbgit and jonas/nbgit
- build and release
- install
精彩评论