
Doug Gregor wrote:
The Subversion upgrade on svn.boost.org is now complete, and everything is up and running with Subversion 1.6.3. Trac has also been upgraded to the latest version (0.11.5). If you notice any problems with the upgraded Trac or Subversion, please contact me directly.
Let's give a big thanks to DongInn Kim, system administrator at the Open Systems Lab @ Indiana University, who keeps the Boost servers running (so we can keep writing cutting-edge C++).
Thanks for making this happen. FWIW, I've just did this: $ svn merge --record-only https://svn.boost.org/svn/boost/trunk/libs/program_options . and then: $ time svn merge ^/trunk/libs/program_options real 0m7.333s user 0m0.200s sys 0m0.036s This is definitely much better than direct diff of two branches -- necessary in past. (Note that I have 1.6 client, the "^/" syntax is new in 1.6) Just in case, before running 'merge --record-only', it's best to run diff first to make sure everything is indeed merged. Thanks, Volodya