Re: TortoiseHg Review Board Dialog

2011-03-03 Thread Leonel Togniolli
Hi. Looks really nice.

I'm not familiar with the history of TortoiseHG. Is it a fork of
TortoiseSVN or does it only have the turtle in common? I'm wondering
how much effort would be to adapt this for SVN.

On Wed, Mar 2, 2011 at 8:41 PM, Michael De Wildt
michael.dewi...@gmail.com wrote:
 Gday All,
 I thought id let you know that TortoiseHg 2.0 is now bundled with a dialog
 that I wrote that allows users to post reviews to reviewboard directly from
 the TortoiseHg workbench.
 It is a GUI for the mercurial-reviewboard extension and, hopefully, it will
 be a valuable tool for people who use Mercurial and Reviewboard.
 You can read all about it in my blog
 - http://www.mikeyd.com.au/projects/tortoisehg-reviewboard/
 Any comments or suggestions will be appreciated.
 Cheers,
 Mikey

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: TortoiseHg Review Board Dialog

2011-03-03 Thread Michael De Wildt


 I'm not familiar with the history of TortoiseHG. Is it a fork of
 TortoiseSVN or does it only have the turtle in common? 

Only the turtle and the idea are common. TortoiseHg is written in Python and 
TortoiseSVN is written in C++.

 I'm wondering
 how much effort would be to adapt this for SVN.

The dialog I wrote uses a Mercurial extension that was based on the 
postreview tool provided by Reviewboard. 

So In order to get this to work for TortoiseSVN first you would need to 
write a SVN extension that uses the SVN API that allows you to post a review 
from the command line eg svn postreview. Alas you could skip this step and 
access the API directly from the dialog, but id say the former is preferred.

Once that is done you could use the Python dialog as a base and port it to 
C++, but It will probably be easier to write a dialog for TortoiseSVN from 
scratch using one of their current dialogs as an example.

This is a bit of a digression from the topic of this mailing list but hope 
this helps.

Cheers,
Mikey
 

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

TortoiseHg Review Board Dialog

2011-03-02 Thread Michael De Wildt
Gday All,

I thought id let you know that TortoiseHg 2.0 is now bundled with a dialog 
that I wrote that allows users to post reviews to reviewboard directly from 
the TortoiseHg workbench.

It is a GUI for the mercurial-reviewboard extension and, hopefully, it will 
be a valuable tool for people who use Mercurial and Reviewboard.

You can read all about it in my blog - 
http://www.mikeyd.com.au/projects/tortoisehg-reviewboard/

Any comments or suggestions will be appreciated.

Cheers,
Mikey

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en