Okay the build-nose is  here.<div><br></div><div><a href="http://github.com/kshakya/pony-build/blob/titus/client/build-nose">http://github.com/kshakya/pony-build/blob/titus/client/build-nose</a></div><div><br></div><div><a href="http://github.com/kshakya/pony-build/blob/titus/client/build-nose"></a>Thanks</div>
<div><br></div><div>Khushboo </div><div><br><div class="gmail_quote">On Sat, Mar 27, 2010 at 12:55 PM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu">ctb@msu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Sat, Mar 27, 2010 at 12:50:06PM -0500, Khushboo Shakya wrote:<br>
&gt; *I am trying to pull from your repo and this is what I get:*<br>
<div class="im">&gt;<br>
&gt; Khushboo@KHUSHBOO-PC ~/Desktop/pony-build1/client (master)<br>
&gt; $ git pull git://<a href="http://github.com/ctb/pony-build.git" target="_blank">github.com/ctb/pony-build.git</a> master<br>
&gt; &gt;From git://<a href="http://github.com/ctb/pony-build" target="_blank">github.com/ctb/pony-build</a><br>
&gt;  * branch            master     -&gt; FETCH_HEAD<br>
&gt; Already up-to-date.<br>
<br>
</div>Try:<br>
<br>
   git fetch git://<a href="http://github.com/ctb/pony-build.git" target="_blank">github.com/ctb/pony-build.git</a> master:titus<br>
   git checkout titus<br>
<br>
&#39;git pull&#39; does a merge, while &#39;get fetch&#39; does a complete replace, which<br>
is what you want.<br>
<br>
I&#39;m not sure what the &#39;build-nose~ files are...<br>
<font color="#888888"><br>
--titus<br>
</font></blockquote></div><br></div>