The .reviewboardrc is needed for specifying which server to use, but really
this should be done through a property on the SVN server. See the docs in
the script for details on setting this up.

However, .reviewboardrc isn't related to this. The problem is that we're
attempting to execute the clearcase tool in order to see if 1) it's
available and 2) this is a clearcase repository. We do these scans with lots
of tools. What's odd about this one is that we're actually getting an error
back that we don't expect. The call we use *should* return an error code,
not an exception.

Where did you install your Python from?

Christian

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


On Fri, Mar 20, 2009 at 12:29 PM, Laurent Dufrechou <
laurent.dufrec...@gmail.com> wrote:

> It means "File not found"
> By the way taking  a look  @ python script I've seen that it look after a
> .reviewboardrc file.
>
> the fact is i use the script on windows pc client that is not the server.
> So perhaps someone could say me where i can find this file that must me
> configured I think?
> Sorry I fall in all the newbies trap....
> :)
>
>
>
> 2009/3/20 Christian Hammond <chip...@chipx86.com>
>
> I imagine we're trying to detect if it's a clearcase repository and
>> something with the locale is causing us to fail incorrectly. Possibly a
>> locale-related issue. What does "Le fichier spÚcifiÚ est introuvable"
>> translate to in English?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.review-board.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Fri, Mar 20, 2009 at 10:07 AM, Laurent Dufréchou <
>> laurent.dufrec...@gmail.com> wrote:
>>
>>>
>>> Hum yeah...
>>> I've set up a svn repos in the web interface.
>>> But I access it usually via svn://
>>>
>>> (I never heard of Clear Case SCM until now :) )
>>>
>>> > -----Message d'origine-----
>>> > De : reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com
>>> ]
>>> > De la part de Bartlomiej Celary
>>> > Envoyé : vendredi 20 mars 2009 14:33
>>> > À : reviewboard@googlegroups.com
>>> > Objet : Re: Cleartool missing + Svn access issue ?
>>> >
>>> >
>>> > Are you using a Clear Case SCM? Cleartool is the tool needed to manage
>>> > this kind of repo.
>>> >
>>> > If not that means the post-review gives a false positive for a
>>> > clearcase repo instead of detecting subversion (I presume this is what
>>> > you actually need). Are you sure you are in a subversion repository?
>>> >
>>> > Bartek
>>> >
>>> > 2009/3/20 laurent.dufrec...@gmail.com <laurent.dufrec...@gmail.com>:
>>> > >
>>> > > Hello ,
>>> > > in my quest to make reviewboard i've got these issues:
>>> > > 1)using post-review.py under windows got this:
>>> > >>>> cleartool pwv -short
>>> > > Traceback (most recent call last):
>>> > >  File "C:\Users\ldufrechou\Desktop\post-review.py", line 2312, in
>>> > > <module>
>>> > >    main(sys.argv[1:])
>>> > >  File "C:\Users\ldufrechou\Desktop\post-review.py", line 2253, in
>>> > > main
>>> > >    repository_info, tool = determine_client()
>>> > >  File "C:\Users\ldufrechou\Desktop\post-review.py", line 2205, in
>>> > > determine_client
>>> > >    repository_info = tool.get_repository_info()
>>> > >  File "C:\Users\ldufrechou\Desktop\post-review.py", line 744, in
>>> > > get_repository_info
>>> > >    self.viewinfo = execute(["cleartool", "pwv", "-short"])
>>> > >  File "C:\Users\ldufrechou\Desktop\post-review.py", line 1888, in
>>> > > execute
>>> > >    env=env)
>>> > >  File "C:\python25\lib\subprocess.py", line 594, in __init__
>>> > >    errread, errwrite)
>>> > >  File "C:\python25\lib\subprocess.py", line 816, in _execute_child
>>> > >    startupinfo)
>>> > > WindowsError: [Error 2] Le fichier spÚcifiÚ est introuvable
>>> > >
>>> > > It don't know where is cleartool and I also don't get any idea too.
>>> > > Do I missed to install something? Looking on google I've something
>>> > > related to rational rose....
>>> > >
>>> > > 2) I've posted a review directly via the web interface giving a .diff
>>> > > file.
>>> > > Clicking on view diff, I get a blank page.
>>> > > I suspect that review board could not connect to svn repos.
>>> > > How can I check communication? Is there any log somewhere to see
>>> > > authentication failure?
>>> > > Does it support svn acces via : svn://svn.mycompany.com/xxx/xxxx ?
>>> > >
>>> > > Thx for any help  :)
>>> > >
>>> > >
>>> > >
>>> > >
>>> > >
>>> > > >
>>> > >
>>> >
>>> >
>>>
>>>
>>>
>>
>>
>>
>
> >
>

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

Reply via email to