<p>I had some work/school emergencies this week. What I have worked on though is, I guess, trying figure out the inner workings of server process. It has been enlightening, what I hope to do is start working on what we discussed at last weeks meeting and to finish up the DB stuff. </p>

<p>Max</p>
<p><blockquote type="cite">On Mar 28, 2010 11:44 PM, &quot;C. Titus Brown&quot; &lt;<a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a>&gt; wrote:<br><br>To the list, please!<br>
<br>
On Sun, Mar 28, 2010 at 10:42:40PM -0500, Khushboo Shakya wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; This week I worked on fixing the branch problem of nose script. During this<br>
&gt; process, I had to pull from your branch and it removed all my work for<br>
&gt; mechanize from my computer so, I writing the script again.Now, I am working<br>
&gt; on the .ponybuild folder.<br>
<br>
Hi Khushboo,<br>
<br>
it shouldn&#39;t have removed it; it&#39;s probably in another branch (maybe<br>
your master branch?)<br>
<br>
Try<br>
<br>
  git branch<br>
<br>
and then<br>
<br>
  git checkout &lt;various branch names&gt;<br>
<br>
&#39;git&#39; will try very hard not to actually delete anything...<br>
<br>
cheers,<br>
--titus<br>
<br>
_______________________________________________<br>
pony-build mailing list<br>
<a href="mailto:pony-build@lists.idyll.org" target="_blank">pony-build@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/pony-build" target="_blank">http://lists.idyll.org/listinfo/pony-build</a><br>
</blockquote></p>