OpenSolaris

Discussions Communities Projects Download Source Browser

Home » OpenSolaris Forums » tools » discuss

Thread: Mercurial NetBeans plugin - few Mercurial RFE's

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 4 - Last Post: Apr 24, 2007 3:52 PM by: jmr
jmr

Posts: 54
From: IE

Registered: 10/4/06
Mercurial NetBeans plugin - few Mercurial RFE's
Posted: Apr 20, 2007 10:32 AM

  Click to reply to this thread Reply

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



stevel

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

  Click to reply to this thread Reply

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



jmr

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

  Click to reply to this thread Reply

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



alanbur

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

  Click to reply to this thread Reply

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



jmr

Posts: 54
From: IE

Registered: 10/4/06
Re: Mercurial NetBeans plugin - few Mercurial RFE's
Posted: Apr 24, 2007 3:52 PM   in response to: alanbur

  Click to reply to this thread Reply

Thanks Alan - that's great we plan to have the Mercurial module
published on the wiki this Friday for testing against NetBeans 6.0 devel
m9. If all the testing goes well, we'll get it pushed up to the devel
update center a week later. Any testing you could do would be much
appreciated. Any bugs you come across can be logged on Issuezilla under
mercurial and we'll pick them up.

JR

http://wiki.netbeans.org/wiki/view/MercurialVersionControl
Bugs:
http://qa.netbeans.org/issues/buglist.cgi?Submit+query=Submit+query&subcomponent=mercurial&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Issue+Number

Alan Burlison wrote:
> 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.
>

_______________________________________________
tools-discuss mailing list
tools-discuss at opensolaris dot org






Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
Copyright © 1995-2005 Sun Microsystems, Inc.