$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-08-02 12:17:31
On Aug 2, 2007, at 9:53 AM, Paul A Bristow wrote:
> I am unable to commit any file or files to Boost-sandbox
> \math_toolkit with the following message.
Did you perform a clean check-out after 7PM EDT yesterday? If not,
I'm guessing that's the problem.
You can "svn diff > p" in your old Subversion checkout then "patch -
p0 < p" in your new Subversion checkout to move over any changes.
- Doug