Re: pre-commit review request with svn integration

2014-07-15 Thread neel roy
the first one - I want reviewboard to commit the code..

On Wednesday, July 9, 2014 10:55:56 PM UTC+2, David Trowbridge wrote:

 Are you wanting it so that Review Board commits the code, or do you want 
 it so that `svn commit` will only succeed if the code has been reviewed?

 -David


 On Wed, Jul 9, 2014 at 12:36 AM, neel roy neel...@rediffmail.com 
 javascript: wrote:

 anyone? specially about #4?


 On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote:

 Hi,

 This is what I want to do. I am sure it's not possible today but can I 
 know a) whether you find it useful enough to put in the next release or b) 
 is there a way for me to write an extension that will do this without me 
 having to create a private build of reviewboard everytime I update the 
 review board?

 !. I have SVN repository
 2. When I click on SVN commit or use command line to commit a change, 
 internally a review request should be created which will use preset user 
 preferences based on branch and username
 3. post it to reviewboard
 4. once it gets a ship it! and user clicks submit, it should actually 
 go in repository

 I know that I can write a wrapper over svn command line utility and do 
 the stuff that I need to do in #2. But I wanted to know if there is better 
 way.
 For #4, I wanted to know whether it is possible currently in reviewboard 
 and\or I can write an extension which will do it without having to make a 
 private build every time.

 Thanks in advance,
 -Neel.

  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pre-commit review request with svn integration

2014-07-15 Thread David Trowbridge
We have long-term plans of adding a button that can commit the code, but
it's going to be quite some time before that feature happens.

-David


On Tue, Jul 15, 2014 at 5:29 AM, neel roy neelsm...@rediffmail.com wrote:

 the first one - I want reviewboard to commit the code..


 On Wednesday, July 9, 2014 10:55:56 PM UTC+2, David Trowbridge wrote:

 Are you wanting it so that Review Board commits the code, or do you want
 it so that `svn commit` will only succeed if the code has been reviewed?

 -David


 On Wed, Jul 9, 2014 at 12:36 AM, neel roy neel...@rediffmail.com wrote:

 anyone? specially about #4?


 On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote:

 Hi,

 This is what I want to do. I am sure it's not possible today but can I
 know a) whether you find it useful enough to put in the next release or b)
 is there a way for me to write an extension that will do this without me
 having to create a private build of reviewboard everytime I update the
 review board?

 !. I have SVN repository
 2. When I click on SVN commit or use command line to commit a change,
 internally a review request should be created which will use preset user
 preferences based on branch and username
 3. post it to reviewboard
 4. once it gets a ship it! and user clicks submit, it should
 actually go in repository

 I know that I can write a wrapper over svn command line utility and do
 the stuff that I need to do in #2. But I wanted to know if there is better
 way.
 For #4, I wanted to know whether it is possible currently in
 reviewboard and\or I can write an extension which will do it without having
 to make a private build every time.

 Thanks in advance,
 -Neel.

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pre-commit review request with svn integration

2014-07-09 Thread neel roy
anyone? specially about #4?

On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote:

 Hi,

 This is what I want to do. I am sure it's not possible today but can I 
 know a) whether you find it useful enough to put in the next release or b) 
 is there a way for me to write an extension that will do this without me 
 having to create a private build of reviewboard everytime I update the 
 review board?

 !. I have SVN repository
 2. When I click on SVN commit or use command line to commit a change, 
 internally a review request should be created which will use preset user 
 preferences based on branch and username
 3. post it to reviewboard
 4. once it gets a ship it! and user clicks submit, it should actually 
 go in repository

 I know that I can write a wrapper over svn command line utility and do the 
 stuff that I need to do in #2. But I wanted to know if there is better way.
 For #4, I wanted to know whether it is possible currently in reviewboard 
 and\or I can write an extension which will do it without having to make a 
 private build every time.

 Thanks in advance,
 -Neel.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pre-commit review request with svn integration

2014-07-09 Thread David Trowbridge
Are you wanting it so that Review Board commits the code, or do you want it
so that `svn commit` will only succeed if the code has been reviewed?

-David


On Wed, Jul 9, 2014 at 12:36 AM, neel roy neelsm...@rediffmail.com wrote:

 anyone? specially about #4?


 On Friday, July 4, 2014 7:37:02 PM UTC+5:30, neel roy wrote:

 Hi,

 This is what I want to do. I am sure it's not possible today but can I
 know a) whether you find it useful enough to put in the next release or b)
 is there a way for me to write an extension that will do this without me
 having to create a private build of reviewboard everytime I update the
 review board?

 !. I have SVN repository
 2. When I click on SVN commit or use command line to commit a change,
 internally a review request should be created which will use preset user
 preferences based on branch and username
 3. post it to reviewboard
 4. once it gets a ship it! and user clicks submit, it should actually
 go in repository

 I know that I can write a wrapper over svn command line utility and do
 the stuff that I need to do in #2. But I wanted to know if there is better
 way.
 For #4, I wanted to know whether it is possible currently in reviewboard
 and\or I can write an extension which will do it without having to make a
 private build every time.

 Thanks in advance,
 -Neel.

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


pre-commit review request with svn integration

2014-07-04 Thread neel roy
Hi,

This is what I want to do. I am sure it's not possible today but can I know 
a) whether you find it useful enough to put in the next release or b) is 
there a way for me to write an extension that will do this without me 
having to create a private build of reviewboard everytime I update the 
review board?

!. I have SVN repository
2. When I click on SVN commit or use command line to commit a change, 
internally a review request should be created which will use preset user 
preferences based on branch and username
3. post it to reviewboard
4. once it gets a ship it! and user clicks submit, it should actually go 
in repository

I know that I can write a wrapper over svn command line utility and do the 
stuff that I need to do in #2. But I wanted to know if there is better way.
For #4, I wanted to know whether it is possible currently in reviewboard 
and\or I can write an extension which will do it without having to make a 
private build every time.

Thanks in advance,
-Neel.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.