$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Your Boost Needs You!
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-12-31 04:10:18
> According to the docs, a branch initially makes a link in the repository
> pointing to a specific tree/revision and does not do a full copy.
An SVN copy is how you create a branch - in fact there are no branches as
such in SVN - just "cheap copies" when you move from part of the repository
to another (Trunk and Sandbox are part of the same SVN tree but have
different commit permissions).
John.