VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: websnail on April 09, 2008, 21:09:16 PM

Title: Tip : Build from SVN
Post by: websnail on April 09, 2008, 21:09:16 PM
Just found this out the hard way but in case anyone else was feeling particularly adventurous and trying to build Virtuemart from the SVN trunk.

the svn.dir path must be written in unix format (ie: using / and not the windows \ for directory/folder seperations otherwise you get an error "basedir does not exist!"

eg:

svn.dir = C:\mysvn\VirtueMart\virtuemart   (WRONG!)

svn.dir = C:/mysvn/VirtueMart/virtuemart   (CORRECT!)

Took me about 2 hours to figure that one out...