Hi all,
I'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? Cheers, Offray _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hi Offray
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 on PC http://tortoisesvn.tigris.org/ is very popular as it integrates with Windows Explorer on Mac/PC/Linux (requires registration for 30-day trial) http://www.syncrosvnclient.com/ a Mac svn client which uses the command line is at http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip and there are other packages for linux (eg on Ubuntu look for the package 'subversion') 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 'check out' a copy of the sources to a local copy on your disk. If you end up using a svn command line client the command to check out the SBE sources would be svn checkout https://www.iam.unibe.ch/scg/svn_repos/SqueakByExample/ 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 'svn update' command. For much (!) more information about Subversion, you can refer to the book at http://svnbook.red-bean.com/ Hope this helps Cheers Steve On Fri, Apr 18, 2008 at 5:24 PM, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: Hi all, _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hi Steve,
I was pretty busy with a lot of things but this answer helps me a lot. I'm now using this for the translation. I would use mercurial or any decentralized control version system, instead of SVN and TeXmacs instead of LaTeX for the spanish version (because of its graphical and easy to use interface). The Spanish wiki page for the Spanish Translation project is this: http://slcolombia.org/SqueakMedianteEjemplos I will be posting advances in that place. I would like to make a personal project at the same time that I made the translation because, from my previous experience I learn mores in this way (not only by example, but also driven by personal projects/problems). At this moment I want to make a tag cloud in Squeak and know if there is any special consideration for using Squeak with touch screens? Thanks again. Saying this was one of that important things that you have not done, but is still important. Cheers, Offray Steve Lloyd escribió: > Hi Offray > > 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 > > on PC http://tortoisesvn.tigris.org/ is very popular as it integrates > with Windows Explorer > > on Mac/PC/Linux (requires registration for 30-day trial) > http://www.syncrosvnclient.com/ > > a Mac svn client which uses the command line is at > http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip > > and there are other packages for linux (eg on Ubuntu look for the > package 'subversion') > > 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 'check out' a copy of the sources to a local copy on your disk. > > If you end up using a svn command line client the command to check out > the SBE sources would be > > svn checkout https://www.iam.unibe.ch/scg/svn_repos/SqueakByExample/ > > 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 'svn update' command. > > For much (!) more information about Subversion, you can refer to the > book at http://svnbook.red-bean.com/ > > Hope this helps > > > Cheers Steve > > > > On Fri, Apr 18, 2008 at 5:24 PM, Offray Vladimir Luna Cárdenas > <[hidden email] <mailto:[hidden email]>> > wrote: > > Hi all, > > I'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? > > Cheers, > > Offray > _______________________________________________ > Beginners mailing list > [hidden email] > <mailto:[hidden email]> > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > > ------------------------------------------------------------------------ > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |