<?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 Error when trying clone release 5.6.0-HF31 in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/error-when-trying-clone-release-5-6-0-hf31/m-p/325960#M12961</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When I trying to clone release 5.6.0-HF31 I have this error&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;python clone.py release-5.6.0-HF31
$&amp;gt; git fetch origin
$&amp;gt; git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q
fatal: Cannot update paths and switch to branch 'release-5.6.0-HF31' at the same time.
Did you intend to checkout 'origin/release-5.6.0-HF31' which can not be resolved as commit?
[ERROR] Command 'git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q' returned non-zero exit code (128)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then, if I try to checkout release 5.6.0-HF31 I have also this error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;error: pathspec 'release-5.6.0-HF30' did not match any file(s) known to git.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I go on github, the repository nuxeo root doesn't have release 5.6.0-HF30 and 5.6.0-HF31 whereas on the nuxeo-dm repository the release 5.6.0-HF30 and HF31 exists.&lt;/P&gt;
&lt;P&gt;How can I checkout releasea 5.6.0-HF31 ?&lt;/P&gt;
&lt;P&gt;Thanks for your help.
David&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2014 18:03:21 GMT</pubDate>
    <dc:creator>djoncour_</dc:creator>
    <dc:date>2014-02-27T18:03:21Z</dc:date>
    <item>
      <title>Error when trying clone release 5.6.0-HF31</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-when-trying-clone-release-5-6-0-hf31/m-p/325960#M12961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When I trying to clone release 5.6.0-HF31 I have this error&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;python clone.py release-5.6.0-HF31
$&amp;gt; git fetch origin
$&amp;gt; git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q
fatal: Cannot update paths and switch to branch 'release-5.6.0-HF31' at the same time.
Did you intend to checkout 'origin/release-5.6.0-HF31' which can not be resolved as commit?
[ERROR] Command 'git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q' returned non-zero exit code (128)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then, if I try to checkout release 5.6.0-HF31 I have also this error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;error: pathspec 'release-5.6.0-HF30' did not match any file(s) known to git.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I go on github, the repository nuxeo root doesn't have release 5.6.0-HF30 and 5.6.0-HF31 whereas on the nuxeo-dm repository the release 5.6.0-HF30 and HF31 exists.&lt;/P&gt;
&lt;P&gt;How can I checkout releasea 5.6.0-HF31 ?&lt;/P&gt;
&lt;P&gt;Thanks for your help.
David&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 18:03:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-when-trying-clone-release-5-6-0-hf31/m-p/325960#M12961</guid>
      <dc:creator>djoncour_</dc:creator>
      <dc:date>2014-02-27T18:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying clone release 5.6.0-HF31</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-when-trying-clone-release-5-6-0-hf31/m-p/325961#M12962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've pushed the missing tag release-5.6.0-HF30.&lt;BR /&gt; /&amp;gt;
About release-5.6.0-HF31, you must issue "&lt;CODE&gt;git fetch --tags&lt;/CODE&gt;" to retrieve the tags (fetch command does not include all tags by default):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;$ git fetch --tags 
$ ./clone.py release-5.6.0-HF31
[.]
$&amp;gt; git fetch origin
$&amp;gt; git checkout release-5.6.0-HF31 -q
(...)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I created a JIRA issue to improve the clone script, making it include tags: &lt;A href="https://jira.nuxeo.com/browse/NXP-14044"&gt;NXP-14044&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:21:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-when-trying-clone-release-5-6-0-hf31/m-p/325961#M12962</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2014-03-18T15:21:13Z</dc:date>
    </item>
  </channel>
</rss>

