Re: Git repository setting

2016-11-09 Thread Barret Rennie
Hi Chaitanya,

You will have to upgrade to at least 1.7.13 from 1.7.6.

Regards,
Barret
> On Nov 10, 2016, at 1:16 AM, Chaitanya vulli  
> wrote:
> 
> Hi David,
> 
> I am using RB version Review board 1.7.6. I want to integrate my Bitbucket 
> Git repository with reviewboard. I could not see GIT in the repository type 
> dropdown list. It is only contains Mercurial for BitBucket Host service. 
> Please help me, if I miss any configuration
> 
> Thank you 
> 
> Regards,
> Chaitanya
> 
> On Wednesday, 14 May 2014 02:31:02 UTC+5:30, David Trowbridge wrote:
> Git on BitBucket is supported as of Review Board 1.7.13, but you *must* use 
> rbtools to create and post your changes (as opposed to `git diff`).
> 
> -David
> 
> 
> On Tue, May 13, 2014 at 6:32 AM,  
> wrote:
> Hi Christian / David,
> 
> Could you please confirm if this issue with Review Board / BitBucket Git 
> intergration has now been addressed?
> 
> I am inferring that this is the case, due to this post
> 
> http://blog.rbcommons.com/page/2/ 
> 
> But I want to be sure.
> 
> Thanks
> 
> 
> 
> On Monday, May 20, 2013 1:14:10 AM UTC-5, David Trowbridge wrote:
> Unfortunately not. We've repeatedly asked BitBucket if they can implement the 
> relatively trivial API that ReviewBoard needs, and as of yet they haven't.
> 
> -David
> 
> 
> On Sun, May 19, 2013 at 11:07 PM, Yang Fan > wrote:
> Hi Christian,
> 
> I noticed this issue was discovered last year. 
> Have you solved the bitbucket git integration issue?
> 
> Thank you!
> Yang.
> 
> On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:
> You'd need to upload the private key to Review Board. Review Board needs a 
> key it can use to authenticate with other services, and a public key is no 
> more useful to it than it would be for you if you were to try to SSH into 
> another box.
> 
> It's important to know that BitBucket's Git support in their API is broken, 
> and useless to us. Unfortunately, until they fix that, it's impossible to use 
> a third-party service to integrate with BitBucket to fetch files with the 
> revision information contained in a diff.
> 
> I've been in contact with BitBucket, and they're aware of the problem, but 
> there's no ETA on it, unfortunately.
> 
> Christian
> 
> -- 
> Christian Hammond - chi...@chipx86.com <>
> 
> Review Board - http://www.reviewboard.org 
> VMware, Inc. - http://www.vmware.com 
> 
> 
> On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang > wrote:
> Hey Chris,
> 
> Thanks for replying. I understand now (at least we have a last resort). Our 
> code is also hosted on Bitbucket using git, but I noticed that RB doesn't 
> support git for Bitbucket (the dropdown menu has only mercurial), so I also 
> tried to set it up manually:
> 
> Hosting service: None
> Repository type: Git
> Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git 
> 
> Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
> Raw file URL mask: 
> https://api.bitbucket.org/1.0/repositories/USERNAME/PROJECT/raw/ 
> /
> 
> When I click save, RB asks me to either upload a ssh key or generate one, I 
> tried upload a public key that worked for me but RB says "Error uploading SSH 
> key: this SSH key is not a valid RSA or DSS key". If I use the generated one, 
> when I click save RB would say "Unable to authenticate against this 
> repository using one of the supported authentication types (publickey)"
> 
> Is there anything thing wrong with my settings?
> 
> 
> On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:
> Hi Michael,
> 
> RB doesn't manage the clone at all. You'd need a script to keep it up-to-date.
> 
> What we strongly recommend is to use something like cgit/gitweb on the server 
> with the Git repository, and use that for access. Sounds like that's a 
> problem with Heroku though? Can you go into more detail about that?
> 
> Christian
> 
> -- 
> Christian Hammond - chi...@chipx86.com <>
> 
> Review Board - http://www.reviewboard.org 
> VMware, Inc. - http://www.vmware.com 
> 
> 
> On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang > wrote:
> Hi RB devs, thanks for such a cool tool.
> 
> I am trying to set up a custom git repo (since my app was hosted on Heroku, 
> it doesn't seem to have web access for remote files). I guess my only bet is 
> to use the "local clone" approach described here? 
> http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone
>  
> 
> 
> If I understand the doc correctly, am I responsible for keeping the local 
> clone on the RB server in sync, or RB 

Re: Git repository setting

2016-11-09 Thread Chaitanya vulli
Hi David,

I am using RB version Review board 1.7.6. I want to integrate my Bitbucket 
Git repository with reviewboard. I could not see GIT in the repository type 
dropdown list. It is only contains Mercurial for BitBucket Host service. 
Please help me, if I miss any configuration

Thank you 

Regards,
Chaitanya

On Wednesday, 14 May 2014 02:31:02 UTC+5:30, David Trowbridge wrote:
>
> Git on BitBucket is supported as of Review Board 1.7.13, but you *must* 
> use rbtools to create and post your changes (as opposed to `git diff`).
>
> -David
>
>
> On Tue, May 13, 2014 at 6:32 AM,  > wrote:
>
>> Hi Christian / David,
>>
>> Could you please confirm if this issue with Review Board / BitBucket Git 
>> intergration has now been addressed?
>>
>> I am inferring that this is the case, due to this post
>>
>> http://blog.rbcommons.com/page/2/
>>
>> But I want to be sure.
>>
>> Thanks
>>
>>
>>
>> On Monday, May 20, 2013 1:14:10 AM UTC-5, David Trowbridge wrote:
>>
>>> Unfortunately not. We've repeatedly asked BitBucket if they can 
>>> implement the relatively trivial API that ReviewBoard needs, and as of yet 
>>> they haven't.
>>>
>>> -David
>>>
>>>
>>> On Sun, May 19, 2013 at 11:07 PM, Yang Fan  wrote:
>>>
 Hi Christian,

 I noticed this issue was discovered last year. 
 Have you solved the bitbucket git integration issue?

 Thank you!
 Yang.

 On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:

> You'd need to upload the private key to Review Board. Review Board 
> needs a key it can use to authenticate with other services, and a public 
> key is no more useful to it than it would be for you if you were to try 
> to 
> SSH into another box.
>
> It's important to know that BitBucket's Git support in their API is 
> broken, and useless to us. Unfortunately, until they fix that, it's 
> impossible to use a third-party service to integrate with BitBucket to 
> fetch files with the revision information contained in a diff.
>
> I've been in contact with BitBucket, and they're aware of the problem, 
> but there's no ETA on it, unfortunately.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com
>
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang  
> wrote:
>
>> Hey Chris,
>>
>> Thanks for replying. I understand now (at least we have a last 
>> resort). Our code is also hosted on Bitbucket using git, but I noticed 
>> that 
>> RB doesn't support git for Bitbucket (the dropdown menu has only 
>> mercurial), so I also tried to set it up manually:
>>
>> Hosting service: None
>> Repository type: Git
>> Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
>> Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
>> Raw file URL mask: https://api.bitbucket.or
>> g/1.0/repositories/USERNAME/PROJECT/raw//
>>
>> When I click save, RB asks me to either upload a ssh key or generate 
>> one, I tried upload a public key that worked for me but RB says "Error 
>> uploading SSH key: this SSH key is not a valid RSA or DSS key". If I use 
>> the generated one, when I click save RB would say "Unable to 
>> authenticate 
>> against this repository using one of the supported authentication types 
>> (publickey)"
>>
>> Is there anything thing wrong with my settings?
>>
>>
>> On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:
>>
>>> Hi Michael,
>>>
>>> RB doesn't manage the clone at all. You'd need a script to keep it 
>>> up-to-date.
>>>
>>> What we strongly recommend is to use something like cgit/gitweb on 
>>> the server with the Git repository, and use that for access. Sounds 
>>> like 
>>> that's a problem with Heroku though? Can you go into more detail about 
>>> that?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>>
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang  
>>> wrote:
>>>
 Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on 
 Heroku, it doesn't seem to have web access for remote files). I guess 
 my 
 only bet is to use the "local clone" approach described here? 
 http://www.reviewboard.org/docs/manual/dev/admin/confi
 guration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the 
 local clone on the RB server in sync, or RB will automatically pull 
 the 

Re: Git repository setting

2014-05-13 Thread atod
Hi Christian / David,

Could you please confirm if this issue with Review Board / BitBucket Git 
intergration has now been addressed?

I am inferring that this is the case, due to this post

http://blog.rbcommons.com/page/2/

But I want to be sure.

Thanks



On Monday, May 20, 2013 1:14:10 AM UTC-5, David Trowbridge wrote:

 Unfortunately not. We've repeatedly asked BitBucket if they can implement 
 the relatively trivial API that ReviewBoard needs, and as of yet they 
 haven't.

 -David


 On Sun, May 19, 2013 at 11:07 PM, Yang Fan bunny...@gmail.comjavascript:
  wrote:

 Hi Christian,

 I noticed this issue was discovered last year. 
 Have you solved the bitbucket git integration issue?

 Thank you!
 Yang.

 On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:

 You'd need to upload the private key to Review Board. Review Board needs 
 a key it can use to authenticate with other services, and a public key is 
 no more useful to it than it would be for you if you were to try to SSH 
 into another box.

 It's important to know that BitBucket's Git support in their API is 
 broken, and useless to us. Unfortunately, until they fix that, it's 
 impossible to use a third-party service to integrate with BitBucket to 
 fetch files with the revision information contained in a diff.

 I've been in contact with BitBucket, and they're aware of the problem, 
 but there's no ETA on it, unfortunately.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang airfa...@gmail.comwrote:

  Hey Chris,

 Thanks for replying. I understand now (at least we have a last resort). 
 Our code is also hosted on Bitbucket using git, but I noticed that RB 
 doesn't support git for Bitbucket (the dropdown menu has only mercurial), 
 so I also tried to set it up manually:

 Hosting service: None
 Repository type: Git
 Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
  Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
 Raw file URL mask: https://api.bitbucket.org/1.0/repositories/USERNAME/
 PROJECT/raw/revision/filename

 When I click save, RB asks me to either upload a ssh key or generate 
 one, I tried upload a public key that worked for me but RB says Error 
 uploading SSH key: this SSH key is not a valid RSA or DSS key. If I use 
 the generated one, when I click save RB would say Unable to authenticate 
 against this repository using one of the supported authentication types 
 (publickey)

 Is there anything thing wrong with my settings?


 On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

  Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it 
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on the 
 server with the Git repository, and use that for access. Sounds like 
 that's 
 a problem with Heroku though? Can you go into more detail about that?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfa...@gmail.comwrote:

  Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on 
 Heroku, it doesn't seem to have web access for remote files). I guess my 
 only bet is to use the local clone approach described here? 
 http://www.reviewboard.org/docs/manual/dev/admin/confi
 guration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the 
 local clone on the RB server in sync, or RB will automatically pull the 
 latest version of the files via mirror path whenever a review request is 
 posted?

 Thanks!

 -- 
 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...@google
 groups.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...@
 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...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received 

Re: Git repository setting

2014-05-13 Thread David Trowbridge
Git on BitBucket is supported as of Review Board 1.7.13, but you *must* use
rbtools to create and post your changes (as opposed to `git diff`).

-David


On Tue, May 13, 2014 at 6:32 AM, a...@clearpathrobotics.com wrote:

 Hi Christian / David,

 Could you please confirm if this issue with Review Board / BitBucket Git
 intergration has now been addressed?

 I am inferring that this is the case, due to this post

 http://blog.rbcommons.com/page/2/

 But I want to be sure.

 Thanks



 On Monday, May 20, 2013 1:14:10 AM UTC-5, David Trowbridge wrote:

 Unfortunately not. We've repeatedly asked BitBucket if they can implement
 the relatively trivial API that ReviewBoard needs, and as of yet they
 haven't.

 -David


 On Sun, May 19, 2013 at 11:07 PM, Yang Fan bunny...@gmail.com wrote:

  Hi Christian,

 I noticed this issue was discovered last year.
 Have you solved the bitbucket git integration issue?

 Thank you!
 Yang.

 On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:

 You'd need to upload the private key to Review Board. Review Board
 needs a key it can use to authenticate with other services, and a public
 key is no more useful to it than it would be for you if you were to try to
 SSH into another box.

 It's important to know that BitBucket's Git support in their API is
 broken, and useless to us. Unfortunately, until they fix that, it's
 impossible to use a third-party service to integrate with BitBucket to
 fetch files with the revision information contained in a diff.

 I've been in contact with BitBucket, and they're aware of the problem,
 but there's no ETA on it, unfortunately.

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang airfa...@gmail.comwrote:

  Hey Chris,

 Thanks for replying. I understand now (at least we have a last
 resort). Our code is also hosted on Bitbucket using git, but I noticed 
 that
 RB doesn't support git for Bitbucket (the dropdown menu has only
 mercurial), so I also tried to set it up manually:

 Hosting service: None
 Repository type: Git
 Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
  Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
 Raw file URL mask: https://api.bitbucket.or
 g/1.0/repositories/USERNAME/PROJECT/raw/revision/filename

 When I click save, RB asks me to either upload a ssh key or generate
 one, I tried upload a public key that worked for me but RB says Error
 uploading SSH key: this SSH key is not a valid RSA or DSS key. If I use
 the generated one, when I click save RB would say Unable to authenticate
 against this repository using one of the supported authentication types
 (publickey)

 Is there anything thing wrong with my settings?


 On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

  Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on
 the server with the Git repository, and use that for access. Sounds like
 that's a problem with Heroku though? Can you go into more detail about 
 that?

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfa...@gmail.comwrote:

  Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on
 Heroku, it doesn't seem to have web access for remote files). I guess my
 only bet is to use the local clone approach described here?
 http://www.reviewboard.org/docs/manual/dev/admin/confi
 guration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the
 local clone on the RB server in sync, or RB will automatically pull the
 latest version of the files via mirror path whenever a review request is
 posted?

 Thanks!

 --
 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...@google
 groups.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...@
 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 

Re: Git repository setting

2013-05-20 Thread Yang Fan
Hi Christian,

I noticed this issue was discovered last year. 
Have you solved the bitbucket git integration issue?

Thank you!
Yang.

On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:

 You'd need to upload the private key to Review Board. Review Board needs a 
 key it can use to authenticate with other services, and a public key is no 
 more useful to it than it would be for you if you were to try to SSH into 
 another box.

 It's important to know that BitBucket's Git support in their API is 
 broken, and useless to us. Unfortunately, until they fix that, it's 
 impossible to use a third-party service to integrate with BitBucket to 
 fetch files with the revision information contained in a diff.

 I've been in contact with BitBucket, and they're aware of the problem, but 
 there's no ETA on it, unfortunately.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang airfa...@gmail.comjavascript:
  wrote:

 Hey Chris,

 Thanks for replying. I understand now (at least we have a last resort). 
 Our code is also hosted on Bitbucket using git, but I noticed that RB 
 doesn't support git for Bitbucket (the dropdown menu has only mercurial), 
 so I also tried to set it up manually:

 Hosting service: None
 Repository type: Git
 Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
 Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
 Raw file URL mask: 
 https://api.bitbucket.org/1.0/repositories/USERNAME/PROJECT/raw/
 revision/filename

 When I click save, RB asks me to either upload a ssh key or generate one, 
 I tried upload a public key that worked for me but RB says Error uploading 
 SSH key: this SSH key is not a valid RSA or DSS key. If I use the 
 generated one, when I click save RB would say Unable to authenticate 
 against this repository using one of the supported authentication types 
 (publickey)

 Is there anything thing wrong with my settings?


 On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

 Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it 
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on the 
 server with the Git repository, and use that for access. Sounds like that's 
 a problem with Heroku though? Can you go into more detail about that?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang 
 airfa...@gmail.comjavascript:
  wrote:

 Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on 
 Heroku, it doesn't seem to have web access for remote files). I guess my 
 only bet is to use the local clone approach described here? 
 http://www.reviewboard.**org/docs/manual/dev/admin/**
 configuration/repositories/#**local-clonehttp://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the 
 local clone on the RB server in sync, or RB will automatically pull the 
 latest version of the files via mirror path whenever a review request is 
 posted?

 Thanks!

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com javascript:
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://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...@googlegroups.com javascript:
 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
--- 
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/groups/opt_out.




Re: Git repository setting

2013-05-20 Thread David Trowbridge
Unfortunately not. We've repeatedly asked BitBucket if they can implement
the relatively trivial API that ReviewBoard needs, and as of yet they
haven't.

-David


On Sun, May 19, 2013 at 11:07 PM, Yang Fan bunnyc1...@gmail.com wrote:

 Hi Christian,

 I noticed this issue was discovered last year.
 Have you solved the bitbucket git integration issue?

 Thank you!
 Yang.

 On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:

 You'd need to upload the private key to Review Board. Review Board needs
 a key it can use to authenticate with other services, and a public key is
 no more useful to it than it would be for you if you were to try to SSH
 into another box.

 It's important to know that BitBucket's Git support in their API is
 broken, and useless to us. Unfortunately, until they fix that, it's
 impossible to use a third-party service to integrate with BitBucket to
 fetch files with the revision information contained in a diff.

 I've been in contact with BitBucket, and they're aware of the problem,
 but there's no ETA on it, unfortunately.

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang airfa...@gmail.com wrote:

  Hey Chris,

 Thanks for replying. I understand now (at least we have a last resort).
 Our code is also hosted on Bitbucket using git, but I noticed that RB
 doesn't support git for Bitbucket (the dropdown menu has only mercurial),
 so I also tried to set it up manually:

 Hosting service: None
 Repository type: Git
 Path: 
 ssh://g...@bitbucket.org/**USERNAME/PROJECT.githttp://g...@bitbucket.org/USERNAME/PROJECT.git
  Mirror Path: g...@bitbucket.org:USERNA**ME/PROJECT.git
 Raw file URL mask: https://api.bitbucket.**
 org/1.0/repositories/USERNAME/**PROJECT/raw/https://api.bitbucket.org/1.0/repositories/USERNAME/PROJECT/raw/
 revision/**filename

 When I click save, RB asks me to either upload a ssh key or generate
 one, I tried upload a public key that worked for me but RB says Error
 uploading SSH key: this SSH key is not a valid RSA or DSS key. If I use
 the generated one, when I click save RB would say Unable to authenticate
 against this repository using one of the supported authentication types
 (publickey)

 Is there anything thing wrong with my settings?


 On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

  Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on the
 server with the Git repository, and use that for access. Sounds like that's
 a problem with Heroku though? Can you go into more detail about that?

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfa...@gmail.comwrote:

  Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on
 Heroku, it doesn't seem to have web access for remote files). I guess my
 only bet is to use the local clone approach described here?
 http://www.reviewboard.**o**rg/docs/manual/dev/admin/**confi**
 guration/repositories/#**local-**clonehttp://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the
 local clone on the RB server in sync, or RB will automatically pull the
 latest version of the files via mirror path whenever a review request is
 posted?

 Thanks!

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**don**ate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**use**rs/http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**google*
 *groups.com

 For more options, visit this group at http://groups.google.com/**group
 **/reviewboard?hl=enhttp://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com

 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://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 

Re: Git repository setting

2012-07-02 Thread Michael Fang
Hey Chris,

Thanks for replying. I understand now (at least we have a last resort). Our 
code is also hosted on Bitbucket using git, but I noticed that RB doesn't 
support git for Bitbucket (the dropdown menu has only mercurial), so I also 
tried to set it up manually:

Hosting service: None
Repository type: Git
Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
Raw file URL 
mask: 
https://api.bitbucket.org/1.0/repositories/USERNAME/PROJECT/raw/revision/filename

When I click save, RB asks me to either upload a ssh key or generate one, I 
tried upload a public key that worked for me but RB says Error uploading 
SSH key: this SSH key is not a valid RSA or DSS key. If I use the 
generated one, when I click save RB would say Unable to authenticate 
against this repository using one of the supported authentication types 
(publickey)

Is there anything thing wrong with my settings?


On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

 Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it 
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on the 
 server with the Git repository, and use that for access. Sounds like that's 
 a problem with Heroku though? Can you go into more detail about that?

 Christian

 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfang...@gmail.com wrote:

 Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on 
 Heroku, it doesn't seem to have web access for remote files). I guess my 
 only bet is to use the local clone approach described here? 
 http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the local 
 clone on the RB server in sync, or RB will automatically pull the latest 
 version of the files via mirror path whenever a review request is posted?

 Thanks!

 -- 
 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: Git repository setting

2012-07-02 Thread Christian Hammond
You'd need to upload the private key to Review Board. Review Board needs a
key it can use to authenticate with other services, and a public key is no
more useful to it than it would be for you if you were to try to SSH into
another box.

It's important to know that BitBucket's Git support in their API is broken,
and useless to us. Unfortunately, until they fix that, it's impossible to
use a third-party service to integrate with BitBucket to fetch files with
the revision information contained in a diff.

I've been in contact with BitBucket, and they're aware of the problem, but
there's no ETA on it, unfortunately.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang airfang...@gmail.com wrote:

 Hey Chris,

 Thanks for replying. I understand now (at least we have a last resort).
 Our code is also hosted on Bitbucket using git, but I noticed that RB
 doesn't support git for Bitbucket (the dropdown menu has only mercurial),
 so I also tried to set it up manually:

 Hosting service: None
 Repository type: Git
 Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
 Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
 Raw file URL mask:
 https://api.bitbucket.org/1.0/repositories/USERNAME/PROJECT/raw/
 revision/filename

 When I click save, RB asks me to either upload a ssh key or generate one,
 I tried upload a public key that worked for me but RB says Error uploading
 SSH key: this SSH key is not a valid RSA or DSS key. If I use the
 generated one, when I click save RB would say Unable to authenticate
 against this repository using one of the supported authentication types
 (publickey)

 Is there anything thing wrong with my settings?


 On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

 Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on the
 server with the Git repository, and use that for access. Sounds like that's
 a problem with Heroku though? Can you go into more detail about that?

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfang...@gmail.comwrote:

 Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on
 Heroku, it doesn't seem to have web access for remote files). I guess my
 only bet is to use the local clone approach described here?
 http://www.reviewboard.**org/docs/manual/dev/admin/**
 configuration/repositories/#**local-clonehttp://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the
 local clone on the RB server in sync, or RB will automatically pull the
 latest version of the files via mirror path whenever a review request is
 posted?

 Thanks!

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard+unsubscribe@**
 googlegroups.com reviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://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


-- 
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: Git repository setting

2012-07-02 Thread Michael Fang
Good to know. For now I guess we can live with automatic syncing.

Thanks Chris!

On Sunday, July 1, 2012 11:16:03 PM UTC-7, Christian Hammond wrote:

 You'd need to upload the private key to Review Board. Review Board needs a 
 key it can use to authenticate with other services, and a public key is no 
 more useful to it than it would be for you if you were to try to SSH into 
 another box.

 It's important to know that BitBucket's Git support in their API is 
 broken, and useless to us. Unfortunately, until they fix that, it's 
 impossible to use a third-party service to integrate with BitBucket to 
 fetch files with the revision information contained in a diff.

 I've been in contact with BitBucket, and they're aware of the problem, but 
 there's no ETA on it, unfortunately.

 Christian

 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 11:12 PM, Michael Fang airfang...@gmail.comwrote:

 Hey Chris,

 Thanks for replying. I understand now (at least we have a last resort). 
 Our code is also hosted on Bitbucket using git, but I noticed that RB 
 doesn't support git for Bitbucket (the dropdown menu has only mercurial), 
 so I also tried to set it up manually:

 Hosting service: None
 Repository type: Git
 Path: ssh://g...@bitbucket.org/USERNAME/PROJECT.git
 Mirror Path: g...@bitbucket.org:USERNAME/PROJECT.git
 Raw file URL mask: 
 https://api.bitbucket.org/1.0/repositories/USERNAME/PROJECT/raw/
 revision/filename

 When I click save, RB asks me to either upload a ssh key or generate one, 
 I tried upload a public key that worked for me but RB says Error uploading 
 SSH key: this SSH key is not a valid RSA or DSS key. If I use the 
 generated one, when I click save RB would say Unable to authenticate 
 against this repository using one of the supported authentication types 
 (publickey)

 Is there anything thing wrong with my settings?


 On Sunday, July 1, 2012 11:57:49 AM UTC-7, Christian Hammond wrote:

 Hi Michael,

 RB doesn't manage the clone at all. You'd need a script to keep it 
 up-to-date.

 What we strongly recommend is to use something like cgit/gitweb on the 
 server with the Git repository, and use that for access. Sounds like that's 
 a problem with Heroku though? Can you go into more detail about that?

 Christian

 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfang...@gmail.comwrote:

 Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on 
 Heroku, it doesn't seem to have web access for remote files). I guess my 
 only bet is to use the local clone approach described here? 
 http://www.reviewboard.**org/docs/manual/dev/admin/**
 configuration/repositories/#**local-clonehttp://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the 
 local clone on the RB server in sync, or RB will automatically pull the 
 latest version of the files via mirror path whenever a review request is 
 posted?

 Thanks!

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard+unsubscribe@*
 *googlegroups.com reviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://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




-- 
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

Git repository setting

2012-07-01 Thread Michael Fang
Hi RB devs, thanks for such a cool tool.

I am trying to set up a custom git repo (since my app was hosted on Heroku, 
it doesn't seem to have web access for remote files). I guess my only bet 
is to use the local clone approach described here? 
http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

If I understand the doc correctly, am I responsible for keeping the local 
clone on the RB server in sync, or RB will automatically pull the latest 
version of the files via mirror path whenever a review request is posted?

Thanks!

-- 
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: Git repository setting

2012-07-01 Thread Christian Hammond
Hi Michael,

RB doesn't manage the clone at all. You'd need a script to keep it
up-to-date.

What we strongly recommend is to use something like cgit/gitweb on the
server with the Git repository, and use that for access. Sounds like that's
a problem with Heroku though? Can you go into more detail about that?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Sun, Jul 1, 2012 at 4:02 AM, Michael Fang airfang...@gmail.com wrote:

 Hi RB devs, thanks for such a cool tool.

 I am trying to set up a custom git repo (since my app was hosted on
 Heroku, it doesn't seem to have web access for remote files). I guess my
 only bet is to use the local clone approach described here?
 http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone

 If I understand the doc correctly, am I responsible for keeping the local
 clone on the RB server in sync, or RB will automatically pull the latest
 version of the files via mirror path whenever a review request is posted?

 Thanks!

 --
 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