I've moved the site repository to site/trunk and merged that to
site/branches/live.  You should use:

  svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk

to update a checkout of .../harmony/standard/site to use the new trunk.

Hopefully it will be migrated to the new svn pub sub system soon but in
the meantime the workflow for changes is:

  edit/commit in site/trunk

  # extra steps begin here
  
  svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
  cd live
  svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
  # review changes
  svn ci -m "Merging from trunk."

  # end of extra steps

  ssh people.apache.org
  cd /x1/www/harmony.apache.org
  sh UPDATE

I will send another update once the pub/sub change is in place.

Regards,
 Mark.


Reply via email to