<div dir="ltr">Hi Roland,<div><br></div><div>Thanks very much. These are quite helpful!</div><div><br></div><div>Comer</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 4, 2015 at 4:20 AM, Roland Haas <span dir="ltr">&lt;<a href="mailto:rhaas@aei.mpg.de" target="_blank">rhaas@aei.mpg.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Comer,<br>
<span class=""><br>
&gt; Concerning the development version, when will it be possible to do git pull<br>
&gt; to get the latest dev version?  I use and contribute to one or two other<br>
&gt; software projects that use github and would hope since ET has or is moving<br>
&gt; to git that the usual methods of cloning various branches would be<br>
&gt; standardly available.  So, what can you say about when this will be<br>
&gt; possible from <a href="http://bitbucket.org" target="_blank">bitbucket.org</a>?<br>
</span>In case you only want to update a single part of the checkout to the<br>
development version, eg. one of the ExternalLibraries (they are still in<br>
subversion and will likely stay because git does not handle large binary<br>
blobs of data like the tarballs very well) you can do:<br>
<br>
cd arrangements/ExternalLibraries/HDF5/<br>
svn switch &#39;^/trunk&#39;<br>
svn update<br>
<br>
and for git based repos<br>
<br>
cd repos/flesh<br>
git checkout master<br>
git pull<br>
<br>
you can use the regular git pull and svn update commands in the<br>
repositories. There is also an update (-u) option to GetComponents<br>
however it may switch branches again since the thornlist specified the<br>
release branch.<br>
<br>
Yours,<br>
Roland<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
My email is as private as my paper mail. I therefore support encrypting<br>
and signing email messages. Get my PGP key from <a href="http://keys.gnupg.net" target="_blank">http://keys.gnupg.net</a>.<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>