Hi Offray<br><br>To download the sources from a svn repository, you should install svn client software on your computer. There are many types of this but examples of versions which provide a graphical user interface are<br>
<a href="http://www.syncrosvnclient.com/" target="_blank"></a><br>
on PC <a href="http://tortoisesvn.tigris.org/" target="_blank">http://tortoisesvn.tigris.org/</a> is very popular as it integrates with Windows Explorer<br><br>on Mac/PC/Linux (requires registration for 30-day trial)&nbsp; <a href="http://www.syncrosvnclient.com/" target="_blank">http://www.syncrosvnclient.com/</a><br>
<br>a Mac svn client which uses the command line is at <a href="http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip">http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip</a><br><br>and there are other packages for linux (eg on Ubuntu look for the package &#39;subversion&#39;)<br>

<br>Once you have the client installed there will be a way of adding a new repository location-put in the location of the SBE sources, and then you can &#39;check out&#39; a copy of the sources to a local copy on your disk.<br>
<br>If you end up using a svn command line client the command to check out the SBE sources would be<br>
<br>
svn checkout <a href="https://www.iam.unibe.ch/scg/svn_repos/SqueakByExample/">https://www.iam.unibe.ch/scg/svn_repos/SqueakByExample/</a><br><br>
The advantage of having the sources under subversion control is that whenever the SBE authors update any part of the documentation, you can bring your copy up to date by doing a &#39;svn update&#39; command.<br><br>For much (!) more information about Subversion, you can refer to the book at&nbsp; <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a><br>
<br>Hope this helps<br><br><br>Cheers Steve <br>
<br><br><br><div class="gmail_quote">On Fri, Apr 18, 2008 at 5:24 PM, Offray Vladimir Luna Cárdenas &lt;<a href="mailto:offray.luna@javeriana.edu.co" target="_blank">offray.luna@javeriana.edu.co</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi all,<br>
<br>
I&#39;m interested in downloading the sources of Squeak By Example Sources from the SVN reposotory. I see that there is a web place to browse the sources, but there is a way to download all them (and the changelog files) to my hard disk?<br>


<br>
Cheers,<br>
<br>
Offray<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div><br>