You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/06/01 11:33:33 UTC

[43/50] [abbrv] git commit: Added svn location to README

Added svn location to README


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/039c11fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/039c11fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/039c11fe

Branch: refs/heads/master
Commit: 039c11fe761ae5f4d78c68136cd4d819fb485578
Parents: ff6f7e2
Author: Daniel Gómez Ferro <df...@apache.org>
Authored: Thu Mar 14 16:12:07 2013 +0100
Committer: Daniel Gómez Ferro <df...@apache.org>
Committed: Thu Mar 14 16:12:07 2013 +0100

----------------------------------------------------------------------
 website/README.markdown |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/039c11fe/website/README.markdown
----------------------------------------------------------------------
diff --git a/website/README.markdown b/website/README.markdown
index 11d4ca9..e1f1c67 100644
--- a/website/README.markdown
+++ b/website/README.markdown
@@ -19,6 +19,8 @@ We also use pygments for code syntax highlighting. It's a python program, see [h
 
 # To upload the site to apache, commit the generated website to svn (site/ directory)
 
+The svn is located at [https://svn.apache.org/repos/asf/incubator/s4/](https://svn.apache.org/repos/asf/incubator/s4/)
+
 	cp -R output/* $S4_SVN_LOC/site
 	cd $S4_SVN_LOC
 	svn update
@@ -26,4 +28,4 @@ We also use pygments for code syntax highlighting. It's a python program, see [h
 	svn add <whatever is missing>
 	svn commit --username <apache username> -m "commit message"
 
-With svnpubsub, the website is automatically updated
\ No newline at end of file
+With svnpubsub, the website is automatically updated