Re: reviewboard link with Gitblit set up issue

2013-04-23 Thread shendong70
hi Chirstian,

The SSH_ASKPASS issue has been solved. When we create a new repositories, 
it will not get error about SSH_ASKPASS issue. but it still hang at there 
and also there is no any error log. 

Is there any other method or log to let us check where block the create 
process?

we can run git ls-remote  HEAD on reviewboard server, it can pop the 
HEAD ASH no.



在 2013年3月13日星期三UTC+8上午3时06分10秒,Christian Hammond写道:
>
> We don't use or respect SSH_ASKPASS. We provide our own ssh binary that 
> should do the right thing, provided you generate an SSH key that does not 
> require a password.
>
> Christian
>
>
> On Mar 11, 2013, at 22:39, 李海梅 > wrote:
>
> When I add a new git repo, server log gives me : 
>
> "Git: Failed to find valid repository 
> http://csit-git.corp.webex.com/git/SBP/webexBRM.git:
> (gnome-ssh-askpass:32689): Gtk-WARNING **: cannot open display:"
>
> And I use this command on reviewboard server: unset SSH_ASKPASS
> And then, I save again. It doesn't give error, but saving for so long time, 
> no result.
>
> Does something wrong with "unset SSH_ASKPASS" command?
> What's relationship between this error and SSH SETTINGS which is in 
> adminstrator's dashboard?
>
> Thanks for your suggestion.
>
>
> On Tue, Mar 12, 2013 at 3:36 AM, Christian Hammond 
> 
> > wrote:
>
>> You'd have to look at the process list and see if anything spawned. Could 
>> look to see if rbssh is running and stuck. It might be asking for input, 
>> which would indicate you don't have an SSH key set up correctly, or the key 
>> you have requires a password (which we don't support).
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com 
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Sun, Mar 10, 2013 at 7:12 PM, 李海梅 > >wrote:
>>
>>> Thanks Christian.
>>>
>>> We are using ReviewBoard is 1.7.1
>>>
>>> We try the command in reviewboard server :git ls-remote  HEAD, it 
>>> can work fine. After we key in user id and password, it will return 
>>> hashcode id for HEAD very fast. The  is the link we set up in 
>>> repoistory form.  But this link is not working in repoisotry form and keep 
>>> checking something when we klick save buttom.
>>>
>>> Is there some log we can know which step block the process or how many 
>>> check step will done by reviewboard for a new repository adding ?  
>>>
>>> And currently we want set the url link to git server diretly, we dont 
>>> want create a local repo on reviewboard server. The git server we use 
>>> GitBlit, the repository url we used is metioned in GitBlit. So we fill the 
>>> raw RUL like : http://gittest.com/gitblit/raw/?f=&r=p
>>> rojectname.git&h=also,
>>>  even we remove the raw RUL set also is the same issue.
>>>
>>>
>>> Thanks for your suggestion again.
>>>
>>>
>>>  
>>>
>>> On Fri, Mar 8, 2013 at 9:27 AM, Christian Hammond 
>>> 
>>> > wrote:
>>>
 Hi,

 When saving the repository form, Review Board will try to do a 'git 
 ls-remote  HEAD'. Might want to check that that does what you expect 
 from that server.

 What version of Review Board are you using?

 Christian

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


 On Wed, Mar 6, 2013 at 2:59 AM, 李海梅 
 > wrote:

>  hi,
>
> I got some issue on we set up reviewboard with GitBlit, i set up the 
> path like: 
> http://gittest.com/git/projectname.git
> and also set the raw RUL like : http://gittest
> .com/gitblit/raw/?f=&r=projectname.git&h=
> and also provide user id and password. After I click save bottom, it 
> will keep running and no error feedback in error log, even more than half 
> hour.  How I know what the reviewboard server is doing?
>
> Could you help on this, or do you have some suggestion on it?
>
>
> 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...@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...@googlegroups.com .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>

  -- 
>

Re: reviewboard link with Gitblit set up issue

2013-03-12 Thread Christian Hammond
We don't use or respect SSH_ASKPASS. We provide our own ssh binary that should 
do the right thing, provided you generate an SSH key that does not require a 
password.

Christian


On Mar 11, 2013, at 22:39, 李海梅  wrote:

> When I add a new git repo, server log gives me : 
> "Git: Failed to find valid repository 
> http://csit-git.corp.webex.com/git/SBP/webexBRM.git:
> (gnome-ssh-askpass:32689): Gtk-WARNING **: cannot open display:"
> 
> And I use this command on reviewboard server: unset SSH_ASKPASS
> And then, I save again. It doesn't give error, but saving for so long time, 
> no result.
> 
> 
> Does something wrong with "unset SSH_ASKPASS" command?
> What's relationship between this error and SSH SETTINGS which is in 
> adminstrator's dashboard?
> 
> Thanks for your suggestion.
> 
> On Tue, Mar 12, 2013 at 3:36 AM, Christian Hammond  
> wrote:
>> You'd have to look at the process list and see if anything spawned. Could 
>> look to see if rbssh is running and stuck. It might be asking for input, 
>> which would indicate you don't have an SSH key set up correctly, or the key 
>> you have requires a password (which we don't support).
>> 
>> Christian
>> 
>> -- 
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>> 
>> 
>> On Sun, Mar 10, 2013 at 7:12 PM, 李海梅  wrote:
>>> Thanks Christian.
>>> 
>>> We are using ReviewBoard is 1.7.1
>>> 
>>> We try the command in reviewboard server :git ls-remote  HEAD, it can 
>>> work fine. After we key in user id and password, it will return hashcode id 
>>> for HEAD very fast. The  is the link we set up in repoistory form.  
>>> But this link is not working in repoisotry form and keep checking something 
>>> when we klick save buttom.
>>> 
>>> Is there some log we can know which step block the process or how many 
>>> check step will done by reviewboard for a new repository adding ?  
>>> 
>>> And currently we want set the url link to git server diretly, we dont want 
>>> create a local repo on reviewboard server. The git server we use GitBlit, 
>>> the repository url we used is metioned in GitBlit. So we fill the raw RUL 
>>> like : 
>>> http://gittest.com/gitblit/raw/?f=&r=projectname.git&h= 
>>> also, even we remove the raw RUL set also is the same issue.
>>> 
>>> 
>>> Thanks for your suggestion again.
>>> 
>>> 
>>>  
>>> 
>>> On Fri, Mar 8, 2013 at 9:27 AM, Christian Hammond  
>>> wrote:
 Hi,
 
 When saving the repository form, Review Board will try to do a 'git 
 ls-remote  HEAD'. Might want to check that that does what you expect 
 from that server.
 
 What version of Review Board are you using?
 
 Christian
 
 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 On Wed, Mar 6, 2013 at 2:59 AM, 李海梅  wrote:
> hi,
> 
> I got some issue on we set up reviewboard with GitBlit, i set up the path 
> like: http://gittest.com/git/projectname.git
> and also set the raw RUL like : 
> http://gittest.com/gitblit/raw/?f=&r=projectname.git&h=
> and also provide user id and password. After I click save bottom, it will 
> keep running and no error feedback in error log, even more than half 
> hour.  How I know what the reviewboard server is doing?
> 
> Could you help on this, or do you have some suggestion on it?
> 
> 
> 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
> --- 
> 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.
 
 -- 
 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 a topic in the 
 Google Groups "reviewboard" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/reviewboard/MxFwhtvNa6k/unsubscribe?hl=en.
 To unsubscribe from this group and all

Re: reviewboard link with Gitblit set up issue

2013-03-11 Thread 李海梅
When I add a new git repo, server log gives me :

"Git: Failed to find valid repository
http://csit-git.corp.webex.com/git/SBP/webexBRM.git:
(gnome-ssh-askpass:32689): Gtk-WARNING **: cannot open display:"

And I use this command on reviewboard server: unset SSH_ASKPASS
And then, I save again. It doesn't give error, but saving for so long
time, no result.

Does something wrong with "unset SSH_ASKPASS" command?
What's relationship between this error and SSH SETTINGS which is in
adminstrator's dashboard?

Thanks for your suggestion.


On Tue, Mar 12, 2013 at 3:36 AM, Christian Hammond wrote:

> You'd have to look at the process list and see if anything spawned. Could
> look to see if rbssh is running and stuck. It might be asking for input,
> which would indicate you don't have an SSH key set up correctly, or the key
> you have requires a password (which we don't support).
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Sun, Mar 10, 2013 at 7:12 PM, 李海梅  wrote:
>
>> Thanks Christian.
>>
>> We are using ReviewBoard is 1.7.1
>>
>> We try the command in reviewboard server :git ls-remote  HEAD, it
>> can work fine. After we key in user id and password, it will return
>> hashcode id for HEAD very fast. The  is the link we set up in
>> repoistory form.  But this link is not working in repoisotry form and keep
>> checking something when we klick save buttom.
>>
>> Is there some log we can know which step block the process or how many
>> check step will done by reviewboard for a new repository adding ?
>>
>> And currently we want set the url link to git server diretly, we dont
>> want create a local repo on reviewboard server. The git server we use
>> GitBlit, the repository url we used is metioned in GitBlit. So we fill the
>> raw RUL like : http://gittest.com/gitblit/raw/?f=&r=projectname
>> .git&h=also,
>>  even we remove the raw RUL set also is the same issue.
>>
>>
>> Thanks for your suggestion again.
>>
>>
>>
>>
>> On Fri, Mar 8, 2013 at 9:27 AM, Christian Hammond wrote:
>>
>>> Hi,
>>>
>>> When saving the repository form, Review Board will try to do a 'git
>>> ls-remote  HEAD'. Might want to check that that does what you expect
>>> from that server.
>>>
>>> What version of Review Board are you using?
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Wed, Mar 6, 2013 at 2:59 AM, 李海梅  wrote:
>>>
  hi,

 I got some issue on we set up reviewboard with GitBlit, i set up the
 path like: 
 http://gittest.com/git/projectname.git
 and also set the raw RUL like : http://gittest
 .com/gitblit/raw/?f=&r=projectname.git&h=
 and also provide user id and password. After I click save bottom, it
 will keep running and no error feedback in error log, even more than half
 hour.  How I know what the reviewboard server is doing?

 Could you help on this, or do you have some suggestion on it?


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



>>>
>>>  --
>>> 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 a topic in the
>>> Google Groups "reviewboard" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/reviewboard/MxFwhtvNa6k/unsubscribe?hl=en
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> reviewboard+unsubscr...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/op

Re: reviewboard link with Gitblit set up issue

2013-03-11 Thread Christian Hammond
You'd have to look at the process list and see if anything spawned. Could
look to see if rbssh is running and stuck. It might be asking for input,
which would indicate you don't have an SSH key set up correctly, or the key
you have requires a password (which we don't support).

Christian

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


On Sun, Mar 10, 2013 at 7:12 PM, 李海梅  wrote:

> Thanks Christian.
>
> We are using ReviewBoard is 1.7.1
>
> We try the command in reviewboard server :git ls-remote  HEAD, it can
> work fine. After we key in user id and password, it will return hashcode id
> for HEAD very fast. The  is the link we set up in repoistory form.
> But this link is not working in repoisotry form and keep checking something
> when we klick save buttom.
>
> Is there some log we can know which step block the process or how many
> check step will done by reviewboard for a new repository adding ?
>
> And currently we want set the url link to git server diretly, we dont want
> create a local repo on reviewboard server. The git server we use GitBlit,
> the repository url we used is metioned in GitBlit. So we fill the raw RUL
> like : http://gittest.com/gitblit/raw/?f=&r=projectname
> .git&h=also,
>  even we remove the raw RUL set also is the same issue.
>
>
> Thanks for your suggestion again.
>
>
>
>
> On Fri, Mar 8, 2013 at 9:27 AM, Christian Hammond wrote:
>
>> Hi,
>>
>> When saving the repository form, Review Board will try to do a 'git
>> ls-remote  HEAD'. Might want to check that that does what you expect
>> from that server.
>>
>> What version of Review Board are you using?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Wed, Mar 6, 2013 at 2:59 AM, 李海梅  wrote:
>>
>>>  hi,
>>>
>>> I got some issue on we set up reviewboard with GitBlit, i set up the
>>> path like: 
>>> http://gittest.com/git/projectname.git
>>> and also set the raw RUL like : http://gittest
>>> .com/gitblit/raw/?f=&r=projectname.git&h=
>>> and also provide user id and password. After I click save bottom, it
>>> will keep running and no error feedback in error log, even more than half
>>> hour.  How I know what the reviewboard server is doing?
>>>
>>> Could you help on this, or do you have some suggestion on it?
>>>
>>>
>>> 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
>>> ---
>>> 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.
>>>
>>>
>>>
>>
>>  --
>> 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 a topic in the
>> Google Groups "reviewboard" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/reviewboard/MxFwhtvNa6k/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> reviewboard+unsubscr...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
>
> --
> Haimei Li
> CISCO,Hangzhou,China
> E-Mail: lihaimei880...@gmail.com
>
> --
> 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...@googlegro

Re: reviewboard link with Gitblit set up issue

2013-03-10 Thread 李海梅
Thanks Christian.

We are using ReviewBoard is 1.7.1

We try the command in reviewboard server :git ls-remote  HEAD, it can
work fine. After we key in user id and password, it will return hashcode id
for HEAD very fast. The  is the link we set up in repoistory form.
But this link is not working in repoisotry form and keep checking something
when we klick save buttom.

Is there some log we can know which step block the process or how many
check step will done by reviewboard for a new repository adding ?

And currently we want set the url link to git server diretly, we dont want
create a local repo on reviewboard server. The git server we use GitBlit,
the repository url we used is metioned in GitBlit. So we fill the raw RUL
like : http://gittest.com/gitblit/raw/?f=&r=projectname
.git&h=also,
even we remove the raw RUL set also is the same issue.


Thanks for your suggestion again.




On Fri, Mar 8, 2013 at 9:27 AM, Christian Hammond wrote:

> Hi,
>
> When saving the repository form, Review Board will try to do a 'git
> ls-remote  HEAD'. Might want to check that that does what you expect
> from that server.
>
> What version of Review Board are you using?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Wed, Mar 6, 2013 at 2:59 AM, 李海梅  wrote:
>
>> hi,
>>
>> I got some issue on we set up reviewboard with GitBlit, i set up the path
>> like: 
>> http://gittest.com/git/projectname.git
>> and also set the raw RUL like : http://gittest
>> .com/gitblit/raw/?f=&r=projectname.git&h=
>> and also provide user id and password. After I click save bottom, it
>> will keep running and no error feedback in error log, even more than half
>> hour.  How I know what the reviewboard server is doing?
>>
>> Could you help on this, or do you have some suggestion on it?
>>
>>
>> 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
>> ---
>> 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.
>>
>>
>>
>
>  --
> 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 a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/MxFwhtvNa6k/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Haimei Li
CISCO,Hangzhou,China
E-Mail: lihaimei880...@gmail.com

-- 
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: reviewboard link with Gitblit set up issue

2013-03-07 Thread Christian Hammond
Hi,

When saving the repository form, Review Board will try to do a 'git
ls-remote  HEAD'. Might want to check that that does what you expect
from that server.

What version of Review Board are you using?

Christian

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


On Wed, Mar 6, 2013 at 2:59 AM, 李海梅  wrote:

> hi,
>
> I got some issue on we set up reviewboard with GitBlit, i set up the path
> like: 
> http://gittest.com/git/projectname.git
> and also set the raw RUL like : http://gittest
> .com/gitblit/raw/?f=&r=projectname.git&h=
> and also provide user id and password. After I click save bottom, it will
> keep running and no error feedback in error log, even more than half hour
> .  How I know what the reviewboard server is doing?
>
> Could you help on this, or do you have some suggestion on it?
>
>
> 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
> ---
> 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.
>
>
>

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




reviewboard link with Gitblit set up issue

2013-03-06 Thread 李海梅
hi,

I got some issue on we set up reviewboard with GitBlit, i set up the path 
like: 
http://gittest.com/git/projectname.git
and also set the raw RUL like : http://gittest
.com/gitblit/raw/?f=&r=projectname.git&h=
and also provide user id and password. After I click save bottom, it will 
keep running and no error feedback in error log, even more than half hour.  How 
I know what the reviewboard server is doing?

Could you help on this, or do you have some suggestion on it?


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