<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><div><span style="font-family: courier new,monospace;" class="gmail_quote">On 10/1/07, <b class="gmail_sendername">Dimitry Golubovsky
</b> <<a href="mailto:golubovsky@gmail.com">golubovsky@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex; font-family: courier new,monospace;">
Hi,<br><br>OK, this makes sense (as I looked at git_org.sh)<br><br>Now, is it a valid approach just not to download stuff I do not need<br>by commenting out certain pieces of the script?</blockquote><div style="font-family: courier new,monospace;">
<br>Yes, I would expect that to be true (although I didn't use git_org.sh)<br></div><br style="font-family: courier new,monospace;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex; font-family: courier new,monospace;">
For example, I do not need any of the apps for this project. Is it<br>valid just not to check out apps (also saves a lot of time)?</blockquote><div style="font-family: courier new,monospace;"><br>Yes.<br></div><br style="font-family: courier new,monospace;">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex; font-family: courier new,monospace;">Or, do I have to download the full tree, but then manipulate with the
<br>build script?</blockquote><div style="font-family: courier new,monospace;"><br>No, you don't need to download the full tree, but the hard part is knowing<br>exactly what you  _do_ need to download if your only trying to build a subset.
<br><br>My approach (for _my_ subset) was to download everything, compile what I<br>(thought I) needed, then I had to compile missing stuff (that I didn't<br>realize I needed) because of dependencies, or to run my app only to find
<br>out I left some parts (libraries) out.<br><br>In the end, I only really needed 17 pieces of the tree to get _my_<br>requirements met.<br></div><br></div><br>