Re: mercurial repo configuration

2014-10-23 Thread Angelo Diego Crabolu
Nevermind it was a configuration problem
I used a local hg clone on the reviewboard server and 
confiugerd .reviewboardrc on the client and everything worked
thanks

On Thursday, 23 October 2014 08:27:53 UTC+2, Angelo Diego Crabolu wrote:
>
> David thanks for the answer, 
> the original problem was that my review requests don't contain diffs, I 
> thought it was because of a repo misconfiguration, what I do is call 
> post-review from the command prompt and expect either the unpushed or 
> uncommitted changes to be shown in reviewboard with a diff attached, all I 
> get is an empty review request with the correct repo assigned.
> Any Idea on how to fix that?
> ADC
>
> On Wednesday, 22 October 2014 20:55:15 UTC+2, David Trowbridge wrote:
>>
>> The post-commit UI is only available for GitHub and SVN repositories 
>> right now. Support for additional repository types will be coming in later 
>> releases, but we don't have a timeline for that. In the meantime, if you 
>> want to post existing commits, you can use RBTools to upload the changes.
>>
>> -David
>>
>> On Wed, Oct 22, 2014 at 7:15 AM, Angelo Diego Crabolu <
>> angelodie...@gmail.com> wrote:
>>
>>> I've checked the documentation to setup reviewboard with mercurial but 
>>> without much luck, 
>>> I've set up my repository path as  
>>> http://myhgserver.mydomain.com/myrepository (using it in a web browser 
>>> on the same machine I get to the repository listing so I suppose it's 
>>> correct) but when i go to http://myreviewboardserver/r/new/ there are 
>>> no commits under my repo,
>>> on the same machine I've added a test subversion repository and I see my 
>>> commits.
>>> I've already set debug = true in settings_local.py but the only thing I 
>>> see in the logs is DEBUG -  - Initialized HgWebClient with url=u'
>>> http://myhgserver.mydomain.com, username=u''
>>> Any guess on how to fix that?
>>>
>>> -- 
>>> 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.


Re: mercurial repo configuration

2014-10-22 Thread Angelo Diego Crabolu
David thanks for the answer, 
the original problem was that my review requests don't contain diffs, I 
thought it was because of a repo misconfiguration, what I do is call 
post-review from the command prompt and expect either the unpushed or 
uncommitted changes to be shown in reviewboard with a diff attached, all I 
get is an empty review request with the correct repo assigned.
Any Idea on how to fix that?
ADC

On Wednesday, 22 October 2014 20:55:15 UTC+2, David Trowbridge wrote:
>
> The post-commit UI is only available for GitHub and SVN repositories right 
> now. Support for additional repository types will be coming in later 
> releases, but we don't have a timeline for that. In the meantime, if you 
> want to post existing commits, you can use RBTools to upload the changes.
>
> -David
>
> On Wed, Oct 22, 2014 at 7:15 AM, Angelo Diego Crabolu <
> angelodie...@gmail.com > wrote:
>
>> I've checked the documentation to setup reviewboard with mercurial but 
>> without much luck, 
>> I've set up my repository path as  
>> http://myhgserver.mydomain.com/myrepository (using it in a web browser 
>> on the same machine I get to the repository listing so I suppose it's 
>> correct) but when i go to http://myreviewboardserver/r/new/ there are no 
>> commits under my repo,
>> on the same machine I've added a test subversion repository and I see my 
>> commits.
>> I've already set debug = true in settings_local.py but the only thing I 
>> see in the logs is DEBUG -  - Initialized HgWebClient with url=u'
>> http://myhgserver.mydomain.com, username=u''
>> Any guess on how to fix that?
>>
>> -- 
>> 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.


Re: mercurial repo configuration

2014-10-22 Thread David Trowbridge
The post-commit UI is only available for GitHub and SVN repositories right
now. Support for additional repository types will be coming in later
releases, but we don't have a timeline for that. In the meantime, if you
want to post existing commits, you can use RBTools to upload the changes.

-David

On Wed, Oct 22, 2014 at 7:15 AM, Angelo Diego Crabolu <
angelodiego.crab...@gmail.com> wrote:

> I've checked the documentation to setup reviewboard with mercurial but
> without much luck,
> I've set up my repository path as
> http://myhgserver.mydomain.com/myrepository (using it in a web browser on
> the same machine I get to the repository listing so I suppose it's correct)
> but when i go to http://myreviewboardserver/r/new/ there are no commits
> under my repo,
> on the same machine I've added a test subversion repository and I see my
> commits.
> I've already set debug = true in settings_local.py but the only thing I
> see in the logs is DEBUG -  - Initialized HgWebClient with url=u'
> http://myhgserver.mydomain.com, username=u''
> Any guess on how to fix that?
>
> --
> 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.