VirtueMart - 1.1 Developer's Guide

Page of 44
SVN Access
29
Feel free to apply whatever copyrights you desire. When formatting this tag, the year should be in four
digit format and if a span of years is involved, use a hyphen between the earliest and latest year. The
copyright holder can be you, a list of people, a company, the PHP Group, etc. Examples:
* @copyright 2003 John Doe and Jennifer Buck
* @copyright 2001-2004 John Doe
* @copyright 2005 XYZ Corporation
5.3. SVN Access
5.3.1. How to obtain the latest VirtueMart source code
from SVN
5.3.1.1. General Information
In order to download source code from the SVN repositories you’ll need a SVN client software. A
recommended SVN client is SmartSVN [http://www.syntevo.com/smartsvn/] or TortoiseSVN [http://
tortoisesvn.tigris.org/
].
You can access the repository read-only anonymously by using an empty password.
Please note that the SVN server is case-sensitive. Fill in the details into your SVN client just as they
are provided here.
5.3.1.2. Development Version
You  can  checkout  the  development  version  of  VirtueMart  from  https://dev.virtuemart.net/svn/
virtuemart/trunk.
If the "trunk" is downloaded, you will have 4 new directories:
• build_scripts (batch/shell scripts to build installable archives)
• documentation (the documentation sources)
• languagemanager  (the  language  manager  component  to  modify  language  files  and  add/modify/
delete language tokens)
• virtuemart (the VirtueMart 1.1.x sources)
5.3.1.3. Latest code from VirtueMart 1.0.x (stable branch)
You  can  checkout  the  latest  version  from  the  stable  branch  of  VirtueMart  from  https://
dev.virtuemart.net/svn/virtuemart/branches/virtuemart-1_0_0.
If the branch “virtuemart-1_0_0” is downloaded, you will have 2 new directories:
• build_scripts (batch/shell scripts to build installable archives)
• virtuemart (the VirtueMart 1.0.x sources)
5.3.1.4. How to build an installable archive from the sources
Before you can install VirtueMart you will have to build installable archives. There are 2 types of
build scripts available - one version for Windows and one for Linux, which can help you build the
correct archives. You should have got the build scripts by following the instructions from the first
section on this page.