Prev Chapter 5. Developer Guidelines Next

5.3. SVN Access

5.3.1. How to obtain the latest VirtueMart source code from SVN
5.3.2. Documentation Sources

In order to download source code from the SVN repositories you’ll need a SVN client software. A recommended SVN client is SmartSVN or TortoiseSVN.

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.

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)

You can checkout the latest version from the stable branch of VirtueMart from https://dev.virtuemart.net/svn/virtuemart/branches/virtuemart-1.1.

If the branch “virtuemart-1.1” is downloaded, you will have 2 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)