Re: Accessing over bzr+ssh giving errors

2009-04-10 Thread Christian Hammond
It's likely that it just doesn't support this. Someone may have to write the
support.

Bazaar support was written and used by contributors, but we (the lead
developers) have no experience with it, so it's hard to really help here. Is
any Bazaar contributor able to answer this?

Christian

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


On Thu, Apr 9, 2009 at 12:53 PM, Ritesh Nadhani rite...@gmail.com wrote:


 Hello

 So this is in continuation of my previous messages.

 Just for testing, I checked out a local copy of the repo by doing:

 cd ~/Codes
 bzr co bzr+ssh://hostname/bzr/repo1 repo1

 and then in the settings, I set the repo path to be:

 /home/rnadhani/Codes/repo1

 and its working now.

 So I guess RB is not able to access it over SSH. How can I use this option?

 --
 Ritesh
 http://www.riteshn.com

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: Accessing over bzr+ssh giving errors

2009-04-10 Thread Ritesh Nadhani

Hmm.

I thought so.

I work with Python though mostly along the lines of wxPython and
Twisted but if given a correct poke in my head, I might be able to
look into the problem.

Any pointers where I should start?

Right now we all have SSH keys in our homedirectory so doing
bzr+ssh:// uses that and does not ask for password. I believe when we
are doing from the web, it is foo baring on authentication. Maybe,
adding the SSH key to apache user will work.

No worries as I am just testing right now and in the end RB will be
installed in the same machine as the repo so it will have direct
access.

On Fri, Apr 10, 2009 at 2:42 PM, Christian Hammond chip...@chipx86.com wrote:
 It's likely that it just doesn't support this. Someone may have to write the
 support.

 Bazaar support was written and used by contributors, but we (the lead
 developers) have no experience with it, so it's hard to really help here. Is
 any Bazaar contributor able to answer this?

 Christian

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


 On Thu, Apr 9, 2009 at 12:53 PM, Ritesh Nadhani rite...@gmail.com wrote:

 Hello

 So this is in continuation of my previous messages.

 Just for testing, I checked out a local copy of the repo by doing:

 cd ~/Codes
 bzr co bzr+ssh://hostname/bzr/repo1 repo1

 and then in the settings, I set the repo path to be:

 /home/rnadhani/Codes/repo1

 and its working now.

 So I guess RB is not able to access it over SSH. How can I use this
 option?

 --
 Ritesh
 http://www.riteshn.com




 




-- 
Ritesh
http://www.riteshn.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: Trouble installing Review Board on lighttpd with fastcgi

2009-04-10 Thread joseph.pnc

Hi Dale

I'm encountering exactly the same issue. Have you got a solution?.
I've spent many hours without any clue.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



Issue 1029 in reviewboard: lines

2009-04-10 Thread codesite-noreply


Comment #2 on issue 1029 by sebastien.saunier: lines
http://code.google.com/p/reviewboard/issues/detail?id=1029

I guess this is a duplicated issue of 1028.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1031 in reviewboard: Keyboard shortcut only compatible with QWERTY keyboard

2009-04-10 Thread codesite-noreply

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 1031 by sebastien.saunier: Keyboard shortcut only compatible with  
QWERTY keyboard
http://code.google.com/p/reviewboard/issues/detail?id=1031

Hello,

Our french developper team is going to use RB, but the shorcuts [ and ] for
privous and next comments are not working on a FR keyboard (I assume it's
because [ = AltGr + ( and ] = AltGr + ) on a french keyboard).

I added in /var/www/reviewboard/htdocs/media/rb/js/diffviewer.js the keys
x and c for previous and next comment, but I have two problem :
- What will happen when I will have to do a easy_install -U ReviewBoard
followed by a rb-site upgrade ? Will my change in the code overwritten ?
- I guess it would be nice to allow a personalisation of these shortcuts in
the admin dashboard.

Thank you very much for the good work !

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---



Issue 1028 in reviewboard: diffviewer does not show all comments

2009-04-10 Thread codesite-noreply


Comment #3 on issue 1028 by sebastien.saunier: diffviewer does not show all  
comments
http://code.google.com/p/reviewboard/issues/detail?id=1028

Right, and on http://demo.review-board.org/r/1621/, if you click on 16  
lines hidden
[Expand] below, the second comment does appear.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~--~~~~--~~--~--~---