Pavel Sanda wrote: > Peter Kümmel wrote: >> Christian will crreate the account, but I don't know If he as already done, >> atm I cant commit. >> >> Will it work by simply checking out as anon, and then to commit on this >> checkout? > > you make anon checkout. then for the first commit svn will ask you for pass > and > store it for all future commits.
OK, hope Christian could manage it today to add my account. > >>>> But why do we still use boost? >>> my memory is fading away, but wasn't there some compilation problems >>> when we tried to replace something with tr1 in berlin? >> I don't know, Andre started working on this but then he stopped. > > in my memory someone with win compiler started to scream because of > compilation > problems, so he canceled the work. Vincent (?) only had msvc 2005 installed which doesn't support tr1. > pavel > What's also new now, is the possibility to use an extenal boost lib, so we have always boost::tr1 as fallback for systems/GCCs which do not support tr1 properly. Peter