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 slash

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: Clearcase Repository

2013-11-07 Thread Saar Netzer
The quickest way is to create a soft link under /usr/bin to cleartool On Tuesday, January 24, 2012 10:27:20 PM UTC+2, thomas mwakibinga wrote: > > How do I accomplish this. How do I modify *PATH* environment variable to > contain *cleartool* command? -- Get the Review Board Power Pack at http:

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

2013-02-27 Thread Jay Lawrence
I have debugged this problem and it is a fundamental Python issue with the use of subprocess.popen with cmdline as a sequence and shell=true. Because this appears fundamental and may attract more attention, I'm going to start a new thread on the topic. Jay On Tuesday, February 26, 2013 3:56:49

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 the

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

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 user

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 cor

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

2012-02-27 Thread Sanjay Lal
Thanks. Sorry to ask very basic question - How/Where should I edit the PATH for the web server ? Would it be somehwre in /usr/loacl/ apache/... httpf.conf by any chance? thanks sanjay On Feb 27, 2:30 am, David Trowbridge wrote: > Make sure that your web server's PATH is configured similarly. > >

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 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 idea where am

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: Clearcase Repository

2012-01-26 Thread thomas mwakibinga
How do I accomplish this. How do I modify *PATH* environment variable to contain *cleartool* command? -- 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/ -~--~~~~--~---

Re: Clearcase Repository

2011-07-11 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 Revie

Re: Clearcase Repository

2011-07-11 Thread Marcel Skalický
hello jan, I would like to ask you again about wsgi configuration. i have changed following: SITE_ROOT = '/' FORCE_SCRIPT_NAME = '/reviewboard' it makes reviewboard partly working, but sometimes it loses reviewboard directory in redirection. Of course because it is missing in site_root. but if i

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 wrote: > 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

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 so

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 complic

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ý : > 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 nee

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-07 Thread Jan Koprowski
marcel, 2011/7/7 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? It is quite complicated. It is not must be primary group but process in unix system can be deprived of some groups which could b

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

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 using

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 thi

Re: Clearcase Repository

2011-07-07 Thread Jan Koprowski
2011/7/7 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,

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 '/vobs/our_vob/@@/main/o

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? gr

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 res

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 looks

Re: Clearcase Repository

2011-07-06 Thread marcel
hello jan, i have repository named by vobtag. hosting service is custom, repository type clearcase and path same as vobtag. rb is in 1.6rc1 with rbtools 0.3.2-py2.4. clearcase in version 7.0.1.1, hosted on rhel5.2 i have found your hint about configspec differences between reviewboard's view and

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 wrote: > hello, > > i am kries'es collegue and i am now trying to get reviewbo

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 could

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! J

Re: Clearcase Repository

2011-06-23 Thread Krles
Hi all I guess cleartool in RB (scmtools) does not have path to Clearcase cleartool on system. Is my idea correct ? If so, how can I edit path ... ( clearcase.py in scmtools ? ) Thank you On Jun 23, 12:10 pm, Krles wrote: > Greetings, > > I have problem with clearse case repository. I can't

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 Wh