I&#39;ve solved my problem (temporarily, I hope) by modifying /etc/sbopkg/repos.d/30-SBo-git.repo to:<br><br># Repo Branch Description Tag Tool Link CheckGPG<br>#SBo-git current &quot;Unofficial repository for -current&quot; _SBo git git://<a href="http://github.com/Ponce/SBo-git.git@current">github.com/Ponce/SBo-git.git@current</a> &quot;&quot;<br>
SBo-git current &quot;Unofficial repository for -current&quot; _SBo &quot;&quot; &quot;&quot; &quot;&quot;<br><br>I am, of course, used to the rsync repository from SBo, so I made the mistake of thinking that the git repository would work like the rsync one, &amp; only update when I used the sync command. My current assumption is that the git repository is updated every time sbopkg is started. My next assumption is that to update the repository, I would have to remove the &quot;#&quot; from line 2 above, add it to line 3 &amp; start sbopkg. Is that correct? I really don&#39;t need it to sync every time I start the program<br>
Regards,<br>Bill<br><br><div class="gmail_quote">On Thu, May 6, 2010 at 5:27 AM, Mauro Giachero <span dir="ltr">&lt;<a href="mailto:mauro.giachero@gmail.com">mauro.giachero@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Sbopkg simply issues a &#39;git pull&#39; command, so the slowness you experience has nothing to do with sbopkg itself.<br><br>You may want to try using a local folder instead of an NFS share. Also, I vaguely remember the existence of a way to download only a single revision instead of the whole project history (can&#39;t find it right now, sorry). You could try to investigate in that direction and hack the git_command() function.<br>



<br>-- <br><font color="#888888">Mauro Giachero<br>
</font><br>_______________________________________________<br>
sbopkg-users mailing list<br>
<a href="mailto:sbopkg-users@sbopkg.org">sbopkg-users@sbopkg.org</a><br>
<a href="http://sbopkg.org/mailman/listinfo/sbopkg-users" target="_blank">http://sbopkg.org/mailman/listinfo/sbopkg-users</a><br>
<br></blockquote></div><br>