06-05-2011, 09:51 AM
Why don't you use:
in the main vdrift source dir for fetching bullet library so that you can just use:
to fetch the latest code? Just like you do with data. It would be nice, don't you think so? Thanks!
Code:
svn checkout http://bullet.googlecode.com/svn/trunk/src bullet
in the main vdrift source dir for fetching bullet library so that you can just use:
Code:
cd bullet; svn update; cd ..
to fetch the latest code? Just like you do with data. It would be nice, don't you think so? Thanks!