You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Davanum Srinivas <di...@yahoo.com> on 2003/08/29 10:09:36 UTC

ws-site auto sync (Re: cvs commit: ws-site/targets/axis toc.html)

fyi, added a cron job that updates the web site twice a day 12 midnight and 12 noon PST.

-- dims

--- Toshiyuki Kimura <to...@apache.org> wrote:
> Still have a problem below ...
> 
> > cvs update
> ? .htaccess
> ? dist
> ? mail
> ? security
> ? axis/dist
> ? soap/dist
> ? soap/docs
> ? wsif/dist
> cvs server: Updating .
> cvs server: Updating axis
> P axis/toc.html
> cvs [update aborted]: cannot open .new.toc.html: Permission denied
> 
> P.S.
>  I wonder when you have a sleep ... :-)
> 
> --
> Toshi <to...@apache.org>
> 
> On Tue, 26 Aug 2003, Davanum Srinivas wrote:
> 
> > changed permissions...please try again.
> >
> > --- Toshiyuki Kimura <to...@apache.org> wrote:
> > > Hi dims, Sam and Kitahata-san,
> > >
> > > # I see regarding the new url, Kitahata-san - But ...
> > >
> > >   I tried (provisionally) to update the content to
> > > the url, however I couldn't it with some errors of
> > > 'Permission denied'.
> > >
> > >   I'd like to wait dims to solve this problem.
> > > Almost of contents have the following permission
> > > on /www/ws.apache.org/axis.
> > >  '-rw-r--r--   1 dims  ws .....'
> > >
> > > I'm not sure whether it's the cause of the problem
> > > or not ...
> > >
> > > --
> > > Toshi <to...@apache.org>


=====
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: ws-site auto sync (Re: cvs commit: ws-site/targets/axis toc.html)

Posted by Toshiyuki Kimura <to...@apache.org>.
  Thank you for the notice, dims.

  Do you mean that the auto sync of ws-site now has provided,
so that you have no plan to provide a manual update ?
If you have the plan, the followings may help you.

#1.Change the working directory
    cd /www/ws.apache.org/axis
#2.Backup the current settings
    ls -l > /tmp/.current-setting.tmp
#3.Change the permissions of all files to "rw-rw-r--"
    chmod 664 *
#4.Change some directories to "rwxrwxr-x"
    chmod 775 . CVS changelogs docs

--
Toshi <to...@apache.org>

On Fri, 29 Aug 2003, Davanum Srinivas wrote:

> fyi, added a cron job that updates the web site twice a day
> 12 midnight and 12 noon PST.
>
> -- dims