You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/05/10 14:12:55 UTC

[4/4] wicket-site git commit: Remove SVN related stuff from liveedit.sh

Remove SVN related stuff from liveedit.sh


Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/92ce327b
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/92ce327b
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/92ce327b

Branch: refs/heads/asf-site
Commit: 92ce327b66a753c7b1fba614e7837dc8efd8b1c5
Parents: 545f9ab
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun May 10 15:12:33 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun May 10 15:12:33 2015 +0300

----------------------------------------------------------------------
 _site/atom.xml    | 2 +-
 _site/liveedit.sh | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92ce327b/_site/atom.xml
----------------------------------------------------------------------
diff --git a/_site/atom.xml b/_site/atom.xml
index 73fda5f..3075d67 100644
--- a/_site/atom.xml
+++ b/_site/atom.xml
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2015-05-09T10:05:29+03:00</updated>
+ <updated>2015-05-10T15:09:29+03:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92ce327b/_site/liveedit.sh
----------------------------------------------------------------------
diff --git a/_site/liveedit.sh b/_site/liveedit.sh
index f61d914..0e1f812 100755
--- a/_site/liveedit.sh
+++ b/_site/liveedit.sh
@@ -1,12 +1,3 @@
 #!/bin/bash
 
-#workaround script for regenerating the site because jekyll completely wipes _site which causes problems for svn
-echo Backing up .svn folders in _site
-mkdir _tmp
-tar cfT _tmp/archive.tar /dev/null
-find _site -name ".svn"|xargs -I{} tar -rf _tmp/archive.tar {}
 jekyll serve
-echo Restoring .svn folders in _site
-tar -xf _tmp/archive.tar
-rm -rf _tmp
-