<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Getting Nuxeo 5.5 source code in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327725#M14726</link>
    <description>&lt;P&gt;I used the instructions to get Nuxeo 5.5 source code from Github (&lt;A href="http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code"&gt;http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code&lt;/A&gt;) :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;I installed Git client&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I ran the following commands :&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;git clone git://github.com/nuxeo/nuxeo.git&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;cd nuxeo&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;git checkout master&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Till now it worked
But when I try to retrieve the release 5.5 with the following python command it fails :
&lt;EM&gt;python clone.py release-5.5&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;It return the following exception :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  **File "clone.py", line 65
    except ExitException, e:
                        ^
SyntaxError: invalid syntax**
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I made the test under Windows (7 64 Bits) and Linux (CentOS 5.8 64 Bits) and the result is the same.
Any idea?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2012 15:54:13 GMT</pubDate>
    <dc:creator>ldreuillat_DREU</dc:creator>
    <dc:date>2012-09-06T15:54:13Z</dc:date>
    <item>
      <title>Getting Nuxeo 5.5 source code</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327725#M14726</link>
      <description>&lt;P&gt;I used the instructions to get Nuxeo 5.5 source code from Github (&lt;A href="http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code"&gt;http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code&lt;/A&gt;) :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;I installed Git client&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I ran the following commands :&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;git clone git://github.com/nuxeo/nuxeo.git&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;cd nuxeo&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;git checkout master&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Till now it worked
But when I try to retrieve the release 5.5 with the following python command it fails :
&lt;EM&gt;python clone.py release-5.5&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;It return the following exception :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  **File "clone.py", line 65
    except ExitException, e:
                        ^
SyntaxError: invalid syntax**
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I made the test under Windows (7 64 Bits) and Linux (CentOS 5.8 64 Bits) and the result is the same.
Any idea?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2012 15:54:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327725#M14726</guid>
      <dc:creator>ldreuillat_DREU</dc:creator>
      <dc:date>2012-09-06T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Nuxeo 5.5 source code</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327726#M14727</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Which Python version did you install? We recommend to install Python 2.7.x.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 12:01:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327726#M14727</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-09-07T12:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Nuxeo 5.5 source code</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327727#M14728</link>
      <description>&lt;P&gt;I made a new test with Pyhton 2.7.3 and now I got the following exception&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:42:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327727#M14728</guid>
      <dc:creator>ldreuillat_DREU</dc:creator>
      <dc:date>2012-09-10T09:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Nuxeo 5.5 source code</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327728#M14729</link>
      <description>&lt;P&gt;Ok. This one is a very different issue, Windows specific. It may happen for various reasons, the most common one being a PATH issue with a conflict between multiple Git versions.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:24:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327728#M14729</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-09-10T12:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Nuxeo 5.5 source code</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327729#M14730</link>
      <description>&lt;P&gt;If you work on Windows with MSysGit, you will also encounter a message saying that .git can't be found while trying to run clone.py. In that case, go for version 5.7 that provides a workaround with option --no_drive_mapping. See the documentation update in &lt;A href="http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code"&gt;Getting the Nuxeo source code&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2012 16:00:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327729#M14730</guid>
      <dc:creator />
      <dc:date>2012-09-10T16:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Nuxeo 5.5 source code</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327730#M14731</link>
      <description>&lt;P&gt;I installed Pyhton 2.7 and I added pyhton and Git pah before Cygwin PATH on my machine and now it works &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 10:07:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/getting-nuxeo-5-5-source-code/m-p/327730#M14731</guid>
      <dc:creator>ldreuillat_DREU</dc:creator>
      <dc:date>2012-10-01T10:07:06Z</dc:date>
    </item>
  </channel>
</rss>

