|
Replies:
4
-
Last Post:
Apr 24, 2007 3:52 PM
by: jmr
|
|
|
Posts:
54
From:
IE
Registered:
10/4/06
|
|
|
|
Mercurial NetBeans plugin - few Mercurial RFE's
Posted:
Apr 20, 2007 10:32 AM
|
|
Hi - we have been working on an initial NetBeans 6.0 Mercurial plugin over the past month or so. We'll be making the first cut available up on the NetBeans Development Update center in the next few weeks. It's focused on local repositories. Rev 2 will support working with remote repositories. All the gory details are up on the NetBeans Mercurial wiki page: http://wiki.netbeans.org/wiki/view/MercurialVersionControl
As we've been working away we've come up against a few issues and Hg RFE's. Wonder if anyone had any thoughts on them:
* Hg view - need to get this working on Solaris. Uses Hgk, we ship the support perl scripts to launch it but not the hgk binary. (CR 6542518)
* Rollback - ability to call hg rollback in information mode to see if a rollback is available and if so what type of rollback. Would also like more information when a rollback is done to tell me what type of rollback has just happened (commit, push/pull etc).
* Hg merge - would like to have hgmerge script modified so you have more control over what happens if there are merge conflicts. Currently on Solaris you are launched into vi, want this controllable through and enviroment setting. Would also like to see support for java version of filemerge being added to the hgmerge script and java filemerge being shipped with NetBeans or available on the Update center.
JR _______________________________________________ tools-discuss mailing list tools-discuss at opensolaris dot org
|
|
|
Posts:
1,156
From:
US
Registered:
3/9/05
|
|
|
|
Re: Mercurial NetBeans plugin - few Mercurial RFE's
Posted:
Apr 20, 2007 10:43 AM
in response to: jmr
|
|
On Fri, Apr 20, 2007 at 06:32:38PM +0100, John Rice wrote: > Hi - we have been working on an initial NetBeans 6.0 Mercurial plugin > over the past month or so. We'll be making the first cut available up on > the NetBeans Development Update center in the next few weeks. It's > focused on local repositories. Rev 2 will support working with remote > repositories. All the gory details are up on the NetBeans Mercurial wiki > page: http://wiki.netbeans.org/wiki/view/MercurialVersionControl > > As we've been working away we've come up against a few issues and Hg > RFE's. Wonder if anyone had any thoughts on them: > > * Hg view - need to get this working on Solaris. Uses Hgk, we ship the > support perl scripts to launch it but not the hgk binary. (CR 6542518)
hgview works nicely: http://www.logilab.org/hg/hgview works out of the box on Solaris and looks quite nice.
> * Rollback - ability to call hg rollback in information mode to see if a > rollback is available and if so what type of rollback. Would also like > more information when a rollback is done to tell me what type of > rollback has just happened (commit, push/pull etc). > > * Hg merge - would like to have hgmerge script modified so you have more > control over what happens if there are merge conflicts. Currently on > Solaris you are launched into vi, want this controllable through and > enviroment setting. Would also like to see support for java version of > filemerge being added to the hgmerge script and java filemerge being > shipped with NetBeans or available on the Update center.
http://www.genunix.org/wiki/index.php/gPyFm
cheers, steve
-- stephen lau // stevel at sun dot com | 650.786.0845 | http://whacked.net opensolaris // solaris kernel development _______________________________________________ tools-discuss mailing list tools-discuss at opensolaris dot org
|
|
|
|
Posts:
54
From:
IE
Registered:
10/4/06
|
|
|
|
Re: Mercurial NetBeans plugin - few Mercurial RFE's
Posted:
Apr 20, 2007 11:03 AM
in response to: stevel
|
|
Great Steve - I'll try them both out, any issues I'll let you know :)
JR
Stephen Lau wrote: > On Fri, Apr 20, 2007 at 06:32:38PM +0100, John Rice wrote: > >> Hi - we have been working on an initial NetBeans 6.0 Mercurial plugin >> over the past month or so. We'll be making the first cut available up on >> the NetBeans Development Update center in the next few weeks. It's >> focused on local repositories. Rev 2 will support working with remote >> repositories. All the gory details are up on the NetBeans Mercurial wiki >> page: http://wiki.netbeans.org/wiki/view/MercurialVersionControl >> >> As we've been working away we've come up against a few issues and Hg >> RFE's. Wonder if anyone had any thoughts on them: >> >> * Hg view - need to get this working on Solaris. Uses Hgk, we ship the >> support perl scripts to launch it but not the hgk binary. (CR 6542518) >> > > hgview works nicely: > http://www.logilab.org/hg/hgview > works out of the box on Solaris and looks quite nice. > > >> * Rollback - ability to call hg rollback in information mode to see if a >> rollback is available and if so what type of rollback. Would also like >> more information when a rollback is done to tell me what type of >> rollback has just happened (commit, push/pull etc). >> >> * Hg merge - would like to have hgmerge script modified so you have more >> control over what happens if there are merge conflicts. Currently on >> Solaris you are launched into vi, want this controllable through and >> enviroment setting. Would also like to see support for java version of >> filemerge being added to the hgmerge script and java filemerge being >> shipped with NetBeans or available on the Update center. >> > > http://www.genunix.org/wiki/index.php/gPyFm > > cheers, > steve > >
_______________________________________________ tools-discuss mailing list tools-discuss at opensolaris dot org
|
|
|
|
Posts:
1,218
From:
Registered:
3/9/05
|
|
|
|
Re: Mercurial NetBeans plugin - few Mercurial RFE's
Posted:
Apr 23, 2007 3:31 AM
in response to: jmr
|
|
John Rice wrote:
> Hi - we have been working on an initial NetBeans 6.0 Mercurial plugin > over the past month or so. We'll be making the first cut available up on > the NetBeans Development Update center in the next few weeks. It's > focused on local repositories. Rev 2 will support working with remote > repositories. All the gory details are up on the NetBeans Mercurial wiki > page: http://wiki.netbeans.org/wiki/view/MercurialVersionControl
I'm using NetBeans exclusively for the work I'm doing on the Oopensolaris.org infrastructure - feel free to ping me when you need some testing doing.
-- Alan Burlison -- _______________________________________________ tools-discuss mailing list tools-discuss at opensolaris dot org
|
|
|
|
Posts:
54
From:
IE
Registered:
10/4/06
|
|
|
|
|
|