From d7c0c3f49eb90d1d0190927e91ca8d6885747834 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Mon, 22 Jul 2013 22:29:42 +0000 Subject: [PATCH] Push index page now that SVN access is setup. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22512 e7fa87d3-cd2b-0410-9028-fcbf551c1848 --- index.php.save => index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename index.php.save => index.php (90%) diff --git a/index.php.save b/index.php similarity index 90% rename from index.php.save rename to index.php index 8c1aef10..4fe0ff85 100644 --- a/index.php.save +++ b/index.php @@ -34,9 +34,15 @@ else

You can download the source from the - Khronos public-access Subversion server. + Khronos public-access Subversion server . For example, using the Subversion + command-line client:

+

+ svn checkout --username anonymous --password anonymous \ + https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/ glslang +

+

Requirements