
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Daniel James Sent: Friday, September 16, 2011 12:15 PM To: boost@lists.boost.org Subject: Re: [boost] [Boost-docs] Getting CVS read/write access boost-sandbox.cvs.sourceforge.net
On 16 September 2011 11:51, Paul A. Bristow <pbristow@hetp.u-net.com> wrote:
so should the boost-sandbox/checks/libs/checks/doc/*.* go to
htdocs/libs/checks/doc/
Yes.
and the l redirect link refer to
htdocs/libs/checks/doc/html/index.html
In your repository 'libs/checks/index.html' should redirect to 'libs/checks/doc/html/index.html' which should then redirect to 'http://boost-sandbox.sourceforget.net/libs/checks/doc/html/index.html'. When you build the documentation it will overwrite 'libs/checks/doc/html/index.html' so then 'libs/checks/index.html' will then redirect to the offline copy.
You can see that in practise in the geometry documentation.
OK, I'll try to copy that.
Sorry if I am being unusually stupid, but
sftp://pbristow,boost-sandbox@web.sourceforge.net/home/project-web
says it is an empty directory. (as is user-web)
If I go to that directory it appears empty, but I can still get to '/home/project-web/boost-sandbox' by entering it into the 'remote site' input box. I think it's a quirk of how their ftp server is setup.
Bizarre, but You are correct and have created a libs/checks/doc directory and can transfer files to it, but now find that I need to first remove /html from svn. Doh! Wish I hadn't ever done that but it allowed Pierre my GSoC student to see my output without building it :-( But I sortof expected to see http://boost-sandbox.cvs.sourceforge.net/viewvc/boost-sandbox/boost-sandbox/... now containing /checks/doc/... does the GNU tarball at http://boost-sandbox.cvs.sourceforge.net/viewvc/boost-sandbox/website/htdocs... actually contain my new stuff? Paul