Re: post-review diff upload error on windows XP

2010-08-17 Thread Christian Hammond
It looks like it's trying to find "vbos/" in the path in the diff, but it doesn't exist. I don't have access to ClearCase, and don't really know how it all works. We are the moment a very low-budget project and can't afford a ClearCase license. Our ClearCase support is heavily volunteer-based, so

Re: Repository not found?

2010-08-17 Thread Christian Hammond
Hi, Fuzzy matching for this purpose will be added in a future release, but that doesn't help you right now. I'd recommend not including the part in the repository path for now on your clients. Instead, try setting that in your ~/.ssh/config, like so: Host git.fedorahosted.org User my_user (I t

Re: post-review with clearcase

2010-08-17 Thread Christian Hammond
I just replied to this in the other thread. There's a couple things that could be causing this. Your request only appears to be hanging, because the server is never responding, due to it being stuck, likely on the cat process. Christian -- Christian Hammond - chip...@chipx86.com Review Board - h

Re: Reviewboard on Centos4.8?

2010-08-17 Thread Christian Hammond
That's worrying. Nothing we do should cause a crash. Our code in fact can't crash in this way, as it's just Python code. A few questions... 1) What type of repository is this? 2) Is it Apache crashing, or something else? 3) What are you seeing from the client's end? Christian -- Christian Ha

Re: Roles and Access rights

2010-08-17 Thread Christian Hammond
Hi Sergius, There are plans for this. We plan to have policy support for configuring who can see files in certain repositories, post them, see certain groups, etc. Admins could give access to certain paths on certain repositories or certain review groups to specific users or permission groups. Be

Re: Error while creating review request: Worked fine earlier

2010-08-17 Thread Christian Hammond
Make sure that the Path entered for that repository in Review Board is completely identical to the path in your debug output. That error appears when it can't find an identical match. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - ht

Error while creating review request: Worked fine earlier

2010-08-17 Thread developer 236
hi I had done setup for review board 2 months back and it was working fine. I was also able to create review request from P4 client. Now i am getting error while trying to create review request from perforce client. >>> HTTP POSTing to >>> http://indapdots1srv:80/reviewboard/api/json/reviewrequ

Error while creating review request: Worked fine earlier

2010-08-17 Thread developer 236
hi I had done setup for review board 2 months back and it was working fine. I was also able to create review request from P4 client. Now i am getting error while trying to create review request from perforce client. >>> HTTP POSTing to >>> http://indapdots1srv:80/reviewboard/api/json/reviewrequ

Re: post-review with clearcase

2010-08-17 Thread Shambhu
Hi, I found the exact location where it is hanging. It hangs while uploading a diff at line: r = urllib2.Request(url, body, headers) (in file postreview.py). I read about urllib2.Request, and it says that it requires 'https' to work. So does this mean that i have to create a https webui

Re: LDAP for RB on ubuntu server.

2010-08-17 Thread Chetan
Hello All, i got the ldap working for my setup. Below are the details that got it working for me. Hopefully the same information wud help others facing same kind of issue. Authentication Method:LDAP LDAP Server: ldap://company:389 LDAP Base DN: OU=XYZ USERS,DC=XYZ,DC=NET E-mail Domain: xyz.com E

Re: LDAP for RB on ubuntu server.

2010-08-17 Thread Chetan
Hello All, On Aug 17, 10:18 am, Chetan wrote: >  Hello..i am trying to setup LDAP for RB which is configured on > Ubuntu for users to access from Windows client machines. > > I have provided the required information in GUI Authentication page. > > Authentication Method:LDAP > LDAP Server: ld