|
From: Julian S. <js...@ac...> - 2006-02-20 01:56:24
|
On Monday 20 February 2006 01:45, David Kimdon wrote:
> It looks like the COMPVBITS branch isn't tracking VEX head, which
> version of VEX should I be using to try out the COMPVBTIS branch?
Yeh, I was trying to shake out a 64-bit bug just now and also had
difficulties on checkout. Eventually I did this:
svn co -r "{2006-01-12}" svn://svn.valgrind.org/valgrind/branches/COMPVBITS \
cvbit
cd cvbit
rm -rf VEX
svn co -r "{2006-01-12}" svn://svn.valgrind.org/vex/trunk VEX
J
|