<br><br><div class="gmail_quote">2011/8/11 Thibault Kruse <span dir="ltr"><<a href="mailto:kruset@in.tum.de">kruset@in.tum.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
OK, I see the problem. In ros_release/vcstools/...svn.py:<br>
matches = [l for l in output.splitlines() if l.startswith('URL: ')]<br>
<br>
Your output is<br>
'URL : '<br>
not<br>
'URL: '<br>
<br>
which might be due to the french translation of the svn output. Should<br>
be easy enough to fix.<br>
<br>
Added a ticket <a href="https://code.ros.org/trac/ros/ticket/3633" target="_blank">https://code.ros.org/trac/ros/ticket/3633</a><br>
follow it to see when it is closed.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br>thanks for your attention. FYI I already experienced locales 6 months ago :<br><a href="https://code.ros.org/trac/ros/ticket/3305">https://code.ros.org/trac/ros/ticket/3305</a><br>
I think that things are related <br><br>A workaround is to set the LANG env variable to :<br><pre>LANG=en_US.utf-8</pre> <br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5">
<br>
<br>
<br>
On Thu, 2011-08-11 at 11:24 +0200, Willy Lambert wrote:<br>
><br>
><br>
> 2011/8/11 Thibault Kruse <<a href="mailto:kruset@in.tum.de">kruset@in.tum.de</a>><br>
>         Hi Willy,<br>
><br>
>         indeed, while the flaw I found exists and fails with a similar<br>
>         exception,<br>
>         the output would also have been slightly different<br>
>         ("Installing None  to<br>
>         /home/kruset/work/bugtest/ros"). In your case<br>
>         self.vcsc.get_url().rstrip('/')  is the part that has the<br>
>         None, so the<br>
>         problem is with detecting the url of the svn that already<br>
>         exists in<br>
>         /opt/ros/ros<br>
><br>
>         your .rosinstall works fine for me, though, even for the<br>
>         second<br>
>         "rosinstall ."<br>
><br>
>         Can you run 'svn info' in your /opt/ros/ros directory and post<br>
>         the results?<br>
><br>
><br>
> here is it<br>
><br>
> ard@ard-host:/opt/ros/ros$ svn info<br>
> Chemin : .<br>
> URL : <a href="https://code.ros.org/svn/ros/stacks/ros/tags/ros-1.6.0" target="_blank">https://code.ros.org/svn/ros/stacks/ros/tags/ros-1.6.0</a><br>
> Racine du dépôt : <a href="https://code.ros.org/svn/ros" target="_blank">https://code.ros.org/svn/ros</a><br>
> UUID du dépôt : 61973afe-1cd6-434e-a0a9-934cb0052259<br>
> Révision : 14636<br>
> Type de nœud : répertoire<br>
> Tâche programmée : normale<br>
> Auteur de la dernière modification : kwc<br>
> Révision de la dernière modification : 14597<br>
> Date de la dernière modification: 2011-08-08 18:30:45 +0200 (lun. 08<br>
> août 2011)<br>
><br>
><br>
><br>
><br>
>         Other things you can try to do to help us:<br>
>         In /opt/ros, run ipython (aptitude install it if required)<br>
>         $ os.path.exists('ros')<br>
>         $ os.path.isdir('ros/.svn')<br>
><br>
> every thing is ok IF i import os before<br>
><br>
> In [5]: import os<br>
> In [6]: os.path.exists('ros')<br>
> Out[6]: True<br>
> In [7]: os.path.isdir('ros/.svn')<br>
> Out[7]: True<br>
> In [8]:<br>
><br>
><br>
><br>
><br>
><br>
>         if that does not return anything strange you could continue in<br>
>         ipython with<br>
>         $ import rosinstall.helpers<br>
>         $ from rosinstall.vcs import svn, bzr, git<br>
>         $ from rosinstall.vcs import vcs_abstraction<br>
>         $ vcsc = vcs_abstraction.VCSClient("svn", '/opt/ros/ros')<br>
>         $ vcsc.detect_presence()<br>
>         $ vcsc.get_url()<br>
><br>
> In [8]: import rosinstall.helpers<br>
> In [9]: from rosinstall.vcs import svn, bzr, git<br>
> In [12]: from rosinstall.vcs import vcs_abstraction<br>
> In [13]: vcsc = vcs_abstraction.VCSClient("svn", '/opt/ros/ros')<br>
> In [14]: vcsc.detect_presence()<br>
> Out[14]: True<br>
> In [15]: vcsc.get_url()<br>
> In [16]:<br>
><br>
> Nothing appeared after last command. No return, No empty line, like a<br>
> retrun void command. I think it is not normal<br>
><br>
<br>
><br>
<br>
</div></div><div><div></div><div class="h5">_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</div></div></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>