=Objectives and Overview= This wiki page describes how to download the DVC source code. You can can get source code in a zip archive or tarball, or download the most up to date source code using Subversion. [[toc]] ==Browse the source code== ---- You can browse the code without downloading it, follow [[https://dvc.svn.sourceforge.net/svnroot/dvc/trunk|this link]]. ==Download source archive== ---- Note, the source archives are not as up to date as code from subversion. * [[http://sourceforge.net/project/showfiles.php?group_id=213222|sourceforge download page]] ==Download source using subversion== ---- Subversion is usually run from the command line, but if you are using Windows you may want to install [[http://tortoisesvn.net/downloads|TortoiseSVN]]. ===Command line=== [[code]] svn co https://dvc.svn.sourceforge.net/svnroot/dvc/trunk dvc [[code]] This command will download the main trunk of the DVC source and place it in a folder named dvc. ===TortoiseSVN=== Download the code with the following repository url: https://dvc.svn.sourceforge.net/svnroot/dvc/trunk