kimoa / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
3 stars 0 forks source link

Download trunk build? #805

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there an easy way to download the trunk build?

Original issue reported on code.google.com by AndrewLe...@gmail.com on 24 Mar 2011 at 4:07

GoogleCodeExporter commented 9 years ago
Hi Andrew,

Depends what you mean by easy. You need to have SVN installed on your computer 
or server. Once that is taken care of, it is extremely to download, and more 
importantly to update when new revisions to the code are committed to the 
repository.

If you are on Windows, you can download TortoiseSVN (http://tortoisesvn.net/) 
or on a Mac try Versions (http://versionsapp.com/) or on linux your 
distribution will likely a subversion package (for example on debian/ubuntu you 
could simply: aptitude install subversion).

Once you have a subversion client installed, you can download the trunk with:
http://code.google.com/p/svg-edit/source/checkout

Then, when you want to update to the latest revision, simply:
svn update

HTH,
Adrian

Original comment by adrianbj...@gmail.com on 24 Mar 2011 at 4:23

GoogleCodeExporter commented 9 years ago
You are my hero. 

*bows* :)

Original comment by AndrewLe...@gmail.com on 24 Mar 2011 at 4:25

GoogleCodeExporter commented 9 years ago
Sorry, I should have clarified that you need to use the anonymous checkout link 
that you will find listed second on the checkout page that I listed above.

Original comment by adrianbj...@gmail.com on 24 Mar 2011 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by adrianbj...@gmail.com on 24 Mar 2011 at 5:22