News:

Support the VirtueMart project and become a member

Main Menu

Tip : Build from SVN

Started by websnail, April 09, 2008, 21:09:16 PM

Previous topic - Next topic

websnail

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...