$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-12-11 04:26:59
Jan Gaspar wrote:
> Hi,
>
> I tried to commit a file change into the SVN trunk but I got an error:
>
> Modified: debug.hpp
> Error: Commit failed (details follow):
> Error: CHECKOUT of
> '/svn/boost/!svn/ver/38329/trunk/boost/circular_buffer/debug.hpp':
> 403 Forbidden (https://svn.boost.org)
That usually happens if the repository was checked out from http://whatever
rather than https://whatever.
HTH, John.