Reviewboard 2.0.20: Clearcase Repository

2015-11-11 Thread Robert Bolen
Hello, 1) When using the repository clearcase with the path /view/testReviewBoardView in the Admin Dashboard for some reason Review Board is cutting off the forward slash for my filepath when uploading a diff file and trying to view the diff. The error I received is below and the forward

SCMError while posting review from clearcase repository; no setview found

2015-07-04 Thread Viney Yadav
Hi, I was trying to integrate ReviewBoard with the Clearcase repository today. ReviewBoard version is 2.5 and it is hosted on an RHEL system while the Clearcase repository is on another RHEL. The view configured in the ReviewBoard admin page for this repository was mounted on the ReviewBoard

Re: SCMError('Unsupported View Type') when adding Clearcase Repository

2013-02-27 Thread hitendra chauhan
I also faced the same issue.. and struggling with it since 1 week.. On Wednesday, 27 February 2013 02:26:49 UTC+5:30, Jay Lawrence wrote: I've tried my best to setup ReviewBoard with Clearcase, but when I try to add a Repository the logfile ends up with the message 'Unsupported View

Re: SCMError('Unsupported View Type') when adding Clearcase Repository

2013-02-27 Thread Jay Lawrence
I've done some debug today by hacking inside the scmtools/clearcase.py file. I have 30 years of experience in C/C++/Perl, but my python is weak. I did manage to sprinkle enough logging.debug statements around to determine that the ClearCaseTool._get_view_type method is getting no output from

SCMError('Unsupported View Type') when adding Clearcase Repository

2013-02-26 Thread Jay Lawrence
I've tried my best to setup ReviewBoard with Clearcase, but when I try to add a Repository the logfile ends up with the message 'Unsupported View Type'. I have created a Clearcase dynamic view local to the server as user 'apache' (which is the user that runs httpd). I have ensured that the

Re: issue in listing clearcase repository in new review request

2013-02-19 Thread Jan Koprowski
Hi You must use post-review to submit diffs. Each clearcase diff must contain oids which are generated by post-review (part of rbtools). W dniu piątek, 15 lutego 2013 19:30:23 UTC+1 użytkownik hitendra chauhan napisał: It seems that the clearcase repository is not added correctly

Re: Issue 2640 in reviewboard: I can not upload diff file when connect to clearcase repository

2012-12-23 Thread reviewboard
Updates: Status: SetupIssue Comment #1 on issue 2640 by trowb...@gmail.com: I can not upload diff file when connect to clearcase repository http://code.google.com/p/reviewboard/issues/detail?id=2640 This looks like an issue in your system path--make sure cleartool is in the web

Issue 2640 in reviewboard: I can not upload diff file when connect to clearcase repository

2012-06-18 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2640 by zise4551...@gmail.com: I can not upload diff file when connect to clearcase repository http://code.google.com/p/reviewboard/issues/detail?id=2640 * NOTE: Do not post confidential information in this bug report

Getting Error The executable cleartool is not in the path. while adding ClearCase Repository

2012-02-26 Thread Sanjay Lal
Hi, I am trying to add a ClearCase vob as a repositoy in Review Board 1.6 and getting the error The executable cleartool is not in the path. . Any idea where am I supposed to provide the path to cleartool? In the shell PATH it is already added in PATH. Here are the details - RB version - 1.6 OS -

Re: Getting Error The executable cleartool is not in the path. while adding ClearCase Repository

2012-02-26 Thread David Trowbridge
Make sure that your web server's PATH is configured similarly. -David On Sun, Feb 26, 2012 at 11:16 PM, Sanjay Lal sklqui...@gmail.com wrote: Hi, I am trying to add a ClearCase vob as a repositoy in Review Board 1.6 and getting the error The executable cleartool is not in the path. . Any

Re: Clearcase Repository

2011-07-12 Thread Jan Koprowski
Marcel, Everything what I can tell You was written in this document: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango I was trying configure ReviewBoard alias like You but I did not make it. I gave up and configure ReviewBoard as '/'. There was someone who successfully configure

Re: Clearcase Repository

2011-07-08 Thread Marcel Skalický
Hello Jan, good news! with wsgi we made it work. i can now upload diff for checkouted file! many thanks for your great help. now i need to get back to my --tracking option question. i got error for cleartool get. i am pretty sure it is because it is trying to get copy of directory, but cleartool

Re: Clearcase Repository

2011-07-08 Thread Jan Koprowski
Marcel, Fantastic :) I'm so glad it works. I'm confused. Where do You use --tracking. In dynamic or in snapshot view? 2011/7/8 Marcel Skalický marcel.skali...@gmail.com: Hello Jan, good news! with wsgi we made it work. i can now upload diff for checkouted file! many thanks for your

Re: Clearcase Repository

2011-07-08 Thread Marcel Skalický
jan, it was in dynamic view. i suppose it is used for copy version of file for doing diff. i have tried --tracking because my goal is to get all changes made on one branch. if it is possible to do this without checkout, because some changes are done on another site and such checkouts will

Re: Clearcase Repository

2011-07-08 Thread Jan Koprowski
Marcel, I do not have any idea how it is possible. In my configuration cleartool does not ask about files because dynamic view provide all files, branches, labels just like that. My knwoledge about clearcase told me this is very strange behaviour for clearcase and You. I suspect this can be

Re: Clearcase Repository

2011-07-08 Thread Jan Koprowski
* for clearcase and You should contact with Your IT department to ask about details. sorry :) On Fri, Jul 8, 2011 at 5:52 PM, Jan Koprowski jan.koprow...@gmail.com wrote: Marcel,  I do not have any idea how it is possible. In my configuration cleartool does not ask about files because

Re: Clearcase Repository

2011-07-07 Thread Marcel Skalický
Hello Jan, could you tell me where diffs are stored? because it seems diff can be created but it is not stored. i have found option --tracking for finding chages on given branch but it uses cleartool get, which i have found as function for static views, so it didn't work. am i on right way?

Re: Clearcase Repository

2011-07-07 Thread Jan Koprowski
Hi, I'm still thinking where the problem is. The most important thing for me is: 1. Switch to apache user, 2. Run 'groups' and check is apache user is member of group needed to access VOB 3. Run 'cat /vobs/our_vob/@@/main/our_branch/2/test.txt@@/main/our_branch/6' where

Re: Clearcase Repository

2011-07-07 Thread Jan Koprowski
2011/7/7 Marcel Skalický marcel.skali...@gmail.com: Hello Jan, could you tell me where diffs are stored? because it seems diff can be created but it is not stored. i have found option --tracking for finding chages on given branch but it uses cleartool get, which i have found as function for

Re: Clearcase Repository

2011-07-07 Thread Marcel Skalický
hello jan, i am now off (is there so bloody hot weather in poland too?), but i am pretty sure, i already tested all these things except double cat. apache is added into proper group, cat on long clearcase-like path to file works. now i have an idea, kries did checkout for test.txt file and i

Re: Clearcase Repository

2011-07-07 Thread Jan Koprowski
marcel, It is good news: path is good, and www-user can read it but Apache or Python can't. As far as I know Apache server process run only in context of one group - not more. Did You restart Apache server after You add appropriate groups to www-user? I am only checking :) I hope You are

Re: Clearcase Repository

2011-07-07 Thread Marcel Skalický
jan, i am not sure what do you mean with context of one group. does this mean apache must have proper group as its primary? i have found in reviewboard server logs it can see size of diff. i think there is standard cgi used. i will focus on this tomorrow. it seems like loaded friday... --

Re: Clearcase Repository

2011-07-07 Thread Jan Koprowski
marcel, 2011/7/7 Marcel Skalický marcel.skali...@gmail.com: jan, i am not sure what do you mean with context of one group. does this mean apache must have proper group as its primary? It is quite complicated. It is not must be primary group but process in unix system can be deprived of some

Re: Clearcase Repository

2011-07-06 Thread Jan Koprowski
Hi marcel, Repository path set in Review Board's admin panel should be /vobs/VOBNAME. In current implementation ConfigSpec is not the case. You can not change it - that is all. On server where Review Board is running You need different, dynamic view. I do not know Your configuration but it

Re: Clearcase Repository

2011-07-06 Thread marcel
hello jan, i had this though yesterday so i have added apache user into proper group. now i have tried su'ed to apache enviroment, start view i used for post-review and list file. It is working. i have tried to start post-review ad apache user. there was problem about extracting egg, but it is

Re: Clearcase Repository

2011-07-05 Thread Marcel
hello, i am kries'es collegue and i am now trying to get reviewboard working. we got over this path problem and it is working now. i have created repository and I can start post-review. requests are created but 207 error appears. i am not sure about repository config because it seems file

Re: Clearcase Repository

2011-07-05 Thread Jan Koprowski
Hi Marcel, I'm happy that first problem was solved. Path to file looks perfectly fine. This must be something else. How looks Your repository configuration on ReviewBoard side? On Tue, Jul 5, 2011 at 3:52 PM, Marcel marcel.skali...@gmail.com wrote: hello, i am kries'es collegue and i am now

Re: Clearcase Repository

2011-06-27 Thread Jan Koprowski
Hi Krles, You are perfectly right. When You starting Your HTTP server - Apache/Lighttpd or anything else variable *PATH* does not contain command *cleartool* which is necessery. You must modify *PATH* environment variable to contain *cleartool* command and restart Your web-serwer. Good luck!

Clearcase Repository

2011-06-23 Thread Krles
Greetings, I have problem with clearse case repository. I can't add repository on development installation 1.6 beta2 via admin UI. I get the following error The executable cleartool is not in the path. Mine setup is: Hosting service: Custom Repository type: Clearcase Path: /vobs/testing