You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/11/18 10:44:43 UTC

svn commit: r1036370 - /incubator/lcf/site/update-site.bat

Author: kwright
Date: Thu Nov 18 09:44:43 2010
New Revision: 1036370

URL: http://svn.apache.org/viewvc?rev=1036370&view=rev
Log:
A simple script that updates the site from the current doc directory

Added:
    incubator/lcf/site/update-site.bat   (with props)

Added: incubator/lcf/site/update-site.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/site/update-site.bat?rev=1036370&view=auto
==============================================================================
--- incubator/lcf/site/update-site.bat (added)
+++ incubator/lcf/site/update-site.bat Thu Nov 18 09:44:43 2010
@@ -0,0 +1,3 @@
+svn -m "Update web site" remove https://svn.apache.org/repos/asf/incubator/lcf/site/publish
+svn -m "Update web site" mkdir https://svn.apache.org/repos/asf/incubator/lcf/site/publish
+svn -m "Update web site" import . https://svn.apache.org/repos/asf/incubator/lcf/site/publish

Propchange: incubator/lcf/site/update-site.bat
------------------------------------------------------------------------------
    svn:eol-style = CRLF