Re: ClearCase and Reviewboard setup Continues...

2010-08-10 Thread Shambhu
Hi Karthik, I am facing the same upload diff hanging issue with post-review and webUI both. Any idea how to resolve this? My repository type is "ClearCase" and path is "K:/" (clearcase drive). Please let me know how to resolve this issue. Regards, Shambhu. On Aug 11 2009, 11:15

Re: ClearCase and Reviewboard setup Continues...

2010-08-10 Thread Karthikeyan S
Hi Shambhu, Please look at the last mail sent by Dan Savilonis in the thread link given below, http://groups.google.com/group/reviewboard/browse_thread/thread/1a6124f46fd926a/5cc7b4f94af09873?lnk=gst&q=karthik#5cc7b4f94af09873 Hope it helps. Thanks, Karthik On Tue, Aug 10, 2010 at 12:57 PM,

Re: Email integration

2010-08-10 Thread Christian Hammond
I have no problem with someone writing this support, but it's not trivial to do correctly. It also requires a great deal of setup on the server to be able to intercept e-mails properly, and would I think be a support nightmare. We've decided for the time-being not to take on this work as part of Re

Re: Mercurial, Internal Server Error, RepoError...

2010-08-10 Thread Christian Hammond
It sounds like the publickey method didn't work correctly. Are the files in data/.ssh/ owned by the web server's user, and contain the right permissions? There was another issue we saw recently involving paramiko (the library we use to handle SSH connections), so we're trying to collect all the d

Re: cookies enabled issue.

2010-08-10 Thread Christian Hammond
Review Board absolutely needs cookies to function, and there's not really anything you can do to get around that. I can't imagine that there are many modern tools that will work at your company if cookies are indeed not allowed. I have a hard time understanding the reason for that policy. Surely i

Re: Error creating review request using post-review

2010-08-10 Thread Christian Hammond
What happens if you use a fully-qualified domain? Say, server.yourdomain.com. This sounds like a cookie storage issue. I don't believe Python's HTTP library stores cookies for non-fully-qualified domains, though I'd hope it would at least work for that session... Christian -- Christian Hammond -

Re: Issue starting up reviewboard - Key Error

2010-08-10 Thread Christian Hammond
Looks like there's no PATH environment variable for your user. I haven't seen that problem before, but it should be fairly easy to fix. You'll basically need to have your Apache configuration set the environment variable to standard directories ("/bin:/usr/bin:/usr/local/bin"). I think if you use t

Re: rb-site and mysql socket

2010-08-10 Thread Christian Hammond
Hi, We go through Django for all the database connectivity, so we don't actually have much control over this. What socket should it be using? Can you show me the exact output when running rb-site? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VM

Re: ClearCase and Reviewboard setup Continues...

2010-08-10 Thread Shambhu Sharma
Hi Karthik, I followed the link, but didn't get it working. I have put "K:/" as drive letter. Regards, Shambhu. On Tue, Aug 10, 2010 at 1:16 PM, Karthikeyan S wrote: > Hi Shambhu, >Please look at the last mail sent by Dan Savilonis in the thread link > given belo

Re: post-review diff upload error on windows XP

2010-08-10 Thread Chetan
As suggested by you i enabled logging to debug clearcase error. I given the log information when i execute post-review for clearcase below. ### 2010-08-10 03:39:32,064 - DEBUG - DiffParser.parse: Beginn

Re: Handling non-linear DVCS histories (git)

2010-08-10 Thread Stephen Gallagher
On 08/09/2010 02:32 PM, Yang Zhang wrote: > I'm using reviewboard with git projects, and I'm interested in hearing > how other folks are handling non-linear DVCS histories. Each commit > may have one or two parents - for those with two, how does one > generate a patch from that (if you do at all)?

Re: rb-site and mysql socket

2010-08-10 Thread freetonik
* Installing the site... Building site directories ... OK Building site configuration files ... OK Creating database ... Traceback (most recent call last): File "/project/radio_ott/Python/bin/rb-site", line 7, in ? sys.exit( File "/project/radio_ott/Python/lib/python2.4/site-packages/ Revie

Re: Error creating review request using post-review

2010-08-10 Thread ReviewBoard User
Hi Christian I managed to get it working as below (just in case these tips come handy for anyone else) My working env is 1) ReviewBoard 1.5 installed on RHEL4 with Python 2.4, Subversion 1.4 server, Apache 2.2, Django 1.2 2) Tortoise SVN Client on Windows (1.6) to access SVN over https only. (http:

Re: rb-site and mysql socket

2010-08-10 Thread freetonik
and I want it to use the socket for mysql I've installed in custom folder: /project/blah-blah/mysql.sock On Aug 10, 4:11 am, Christian Hammond wrote: > Hi, > > We go through Django for all the database connectivity, so we don't actually > have much control over this. > > What socket should it be

Re: Help with git configuration

2010-08-10 Thread Dan Savilonis
Hi Yang, This actually brings up a good point. I don't think there currently is a 'better' solution. I hope Christian can perhaps chime in on this, since RB is using git itself. The conventional way to set this up is to configure the mirror url, but this assumes that the client fetch from a remote

Re: Handling non-linear DVCS histories (git)

2010-08-10 Thread Dan Savilonis
My general workflow is to create a topic branch tracking one of the official branches on a remote server and let post-review detect the merge base. This generates a diff between the last state of that branch and my changes. I don't use RB for merge reviews. It would be good if we got an update on

Re: Mercurial, Internal Server Error, RepoError...

2010-08-10 Thread John DeRosa
On Aug 10, 2010, at 1:00 AM, Christian Hammond wrote: > It sounds like the publickey method didn't work correctly. > > Are the files in data/.ssh/ owned by the web server's user, and contain the > right permissions? Yes: r...@reviewboard:/var/www/reviewboard/data# ls -alrt total 12 drwxr-xr-x

How long cache is stored. Can it be stored endlessly?

2010-08-10 Thread sergius
One of the issue for out team is having all review request broken if repository is moved. We wondered if it's possible to have cache stored forever and diff being showable even if repository is not accessible? (of course, without "expand" option). -- Want to help the Review Board project? Donate

Re: How long cache is stored. Can it be stored endlessly?

2010-08-10 Thread Christian Hammond
I think what you really want is for moving the repository to not break anything. What exactly do you mean when you say it's moving? Is it the same repository but in a new location? Or are you doing new work on a new repository but keeping the old one around? You won't get persistent caching unles

Reviewboard - Add attachments feature

2010-08-10 Thread Sapna
Hi, Once we post a review, we need to add in attachments sometimes along with the review (to include binary file/.dll files). Do we know when this feature will be implemented to RB to upload attachments ? Thanks, Sapna -- Want to help the Review Board project? Donate today at http://www.revie

Re: Reviewboard - Add attachments feature

2010-08-10 Thread Christian Hammond
This is planned for 1.6. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Aug 10, 2010 at 2:07 PM, Sapna wrote: > Hi, > > Once we post a review, we need to add in attachments sometimes along > with the

Re: Reviewboard - Add attachments feature

2010-08-10 Thread Sapna Vempati
Thanks Christian ! On Tue, Aug 10, 2010 at 2:17 PM, Christian Hammond wrote: > This is planned for 1.6. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > > > On Tue, Aug 10, 2010 at 2:07 PM, Sapna