Author: jfarrell
Date: Fri Jan 18 01:31:04 2013
New Revision: 1435002
URL: http://svn.apache.org/viewvc?rev=1435002&view=rev
Log:
Thrift-1830:Tutorials linking to SVN instead of git
Patch: Jens Geyer
Updates to Apache Thrift website to switch repo url from svn to git.
Modified:
thrift/site/content/download.md
thrift/site/content/tutorial.md
thrift/site/layouts/tutorial_intro.md
thrift/site/publish/download/index.html
thrift/site/publish/tutorial/as3/index.html
thrift/site/publish/tutorial/c_glib/index.html
thrift/site/publish/tutorial/cocoa/index.html
thrift/site/publish/tutorial/cpp/index.html
thrift/site/publish/tutorial/csharp/index.html
thrift/site/publish/tutorial/d/index.html
thrift/site/publish/tutorial/delphi/index.html
thrift/site/publish/tutorial/erl/index.html
thrift/site/publish/tutorial/go/index.html
thrift/site/publish/tutorial/hs/index.html
thrift/site/publish/tutorial/index.html
thrift/site/publish/tutorial/java/index.html
thrift/site/publish/tutorial/javame/index.html
thrift/site/publish/tutorial/js/index.html
thrift/site/publish/tutorial/nodejs/index.html
thrift/site/publish/tutorial/ocaml/index.html
thrift/site/publish/tutorial/perl/index.html
thrift/site/publish/tutorial/php/index.html
thrift/site/publish/tutorial/py/index.html
thrift/site/publish/tutorial/rb/index.html
thrift/site/publish/tutorial/st/index.html
Modified: thrift/site/content/download.md
URL:
http://svn.apache.org/viewvc/thrift/site/content/download.md?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/content/download.md (original)
+++ thrift/site/content/download.md Fri Jan 18 01:31:04 2013
@@ -28,9 +28,9 @@ Releases from 0.6.0 up to the current re
---
-## SVN Checkout
-For those who would like to participate in Thrift development, you may
checkout Thrift from the [Apache SVN
repository](http://svn.apache.org/viewvc/thrift/).
+## GIT Checkout
+For those who would like to participate in Thrift development, you may
checkout Thrift from the [Apache GIT
repository](https://git-wip-us.apache.org/repos/asf?p=thrift.git).
<pre><code>
-svn co http://svn.apache.org/repos/asf/thrift/trunk/ thrift
+git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
cd thrift
-</code></pre>
\ No newline at end of file
+</code></pre>
Modified: thrift/site/content/tutorial.md
URL:
http://svn.apache.org/viewvc/thrift/site/content/tutorial.md?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/content/tutorial.md (original)
+++ thrift/site/content/tutorial.md Fri Jan 18 01:31:04 2013
@@ -18,7 +18,7 @@ The Thrift compiler is used to generate
thrift --gen <language> <Thrift filename>
- The sample
[tutorial.thrift](http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift)
file defines a basic calculator service. This will be used to demonstrate both
the client and server. To generate the tutorial.thrift file into source code
use the Thrift generator and run
+ The sample
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
file defines a basic calculator service. This will be used to demonstrate both
the client and server. To generate the tutorial.thrift file into source code
use the Thrift generator and run
## Examples Clients and Servers
<ul>
Modified: thrift/site/layouts/tutorial_intro.md
URL:
http://svn.apache.org/viewvc/thrift/site/layouts/tutorial_intro.md?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/layouts/tutorial_intro.md (original)
+++ thrift/site/layouts/tutorial_intro.md Fri Jan 18 01:31:04 2013
@@ -5,7 +5,7 @@
All Apache Thrift tutorials require that you have:
1. Built and installed the Apache Thrift Compiler, see [installing
Thrift](/docs/install/) for more details.
-1. Generated the
[tutorial.thrift](http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift)
file as [discussed here](/tutorial/)
+1. Generated the
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
file as [discussed here](/tutorial/)
thrift --gen <%= item[:library_lang] %> tutorial.thrift
Modified: thrift/site/publish/download/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/download/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/download/index.html (original)
+++ thrift/site/publish/download/index.html Fri Jan 18 01:31:04 2013
@@ -96,9 +96,9 @@
<hr><h2>SVN Checkout</h2>
-<p>For those who would like to participate in Thrift development, you may
checkout Thrift from the <a href="http://svn.apache.org/viewvc/thrift/">Apache
SVN repository</a>.
+<p>For those who would like to participate in Thrift development, you may
checkout Thrift from the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git">Apache GIT
repository</a>.
</p><pre><code>
-svn co http://svn.apache.org/repos/asf/thrift/trunk/ thrift
+git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
cd thrift
</code></pre>
</div>
Modified: thrift/site/publish/tutorial/as3/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/as3/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/as3/index.html (original)
+++ thrift/site/publish/tutorial/as3/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen as3 tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/c_glib/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/c_glib/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/c_glib/index.html (original)
+++ thrift/site/publish/tutorial/c_glib/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen c_glib tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/cocoa/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/cocoa/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/cocoa/index.html (original)
+++ thrift/site/publish/tutorial/cocoa/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen cocoa tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/cpp/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/cpp/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/cpp/index.html (original)
+++ thrift/site/publish/tutorial/cpp/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen cpp tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/csharp/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/csharp/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/csharp/index.html (original)
+++ thrift/site/publish/tutorial/csharp/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen csharp tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/d/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/d/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/d/index.html (original)
+++ thrift/site/publish/tutorial/d/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen d tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/delphi/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/delphi/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/delphi/index.html (original)
+++ thrift/site/publish/tutorial/delphi/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen delphi tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/erl/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/erl/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/erl/index.html (original)
+++ thrift/site/publish/tutorial/erl/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen erl tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/go/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/go/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/go/index.html (original)
+++ thrift/site/publish/tutorial/go/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen go tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/hs/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/hs/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/hs/index.html (original)
+++ thrift/site/publish/tutorial/hs/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen hs tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/index.html (original)
+++ thrift/site/publish/tutorial/index.html Fri Jan 18 01:31:04 2013
@@ -92,7 +92,7 @@
<pre><code>thrift --gen <language> <Thrift filename>
</code></pre>
-<p>The sample <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file defines a basic calculator service. This will be used to demonstrate both
the client and server. To generate the tutorial.thrift file into source code
use the Thrift generator and run </p>
+<p>The sample <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file defines a basic calculator service. This will be used to demonstrate both
the client and server. To generate the tutorial.thrift file into source code
use the Thrift generator and run </p>
</li>
</ul><h2>Examples Clients and Servers</h2>
Modified: thrift/site/publish/tutorial/java/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/java/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/java/index.html (original)
+++ thrift/site/publish/tutorial/java/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen java tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/javame/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/javame/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/javame/index.html (original)
+++ thrift/site/publish/tutorial/javame/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen javame tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/js/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/js/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/js/index.html (original)
+++ thrift/site/publish/tutorial/js/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen js tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/nodejs/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/nodejs/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/nodejs/index.html (original)
+++ thrift/site/publish/tutorial/nodejs/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen js:node tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/ocaml/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/ocaml/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/ocaml/index.html (original)
+++ thrift/site/publish/tutorial/ocaml/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen ocaml tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/perl/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/perl/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/perl/index.html (original)
+++ thrift/site/publish/tutorial/perl/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen perl tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/php/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/php/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/php/index.html (original)
+++ thrift/site/publish/tutorial/php/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen php tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/py/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/py/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/py/index.html (original)
+++ thrift/site/publish/tutorial/py/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen py tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/rb/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/rb/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/rb/index.html (original)
+++ thrift/site/publish/tutorial/rb/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen rb tutorial.thrift
</code></pre>
Modified: thrift/site/publish/tutorial/st/index.html
URL:
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/st/index.html?rev=1435002&r1=1435001&r2=1435002&view=diff
==============================================================================
--- thrift/site/publish/tutorial/st/index.html (original)
+++ thrift/site/publish/tutorial/st/index.html Fri Jan 18 01:31:04 2013
@@ -75,7 +75,7 @@
<ol>
<li>Built and installed the Apache Thrift Compiler, see <a
href="/docs/install/">installing Thrift</a> for more details. </li>
<li>
-<p>Generated the <a
href="http://svn.apache.org/repos/asf/thrift/trunk/tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
+<p>Generated the <a
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a>
file as <a href="/tutorial/">discussed here</a></p>
<pre><code>thrift --gen st tutorial.thrift
</code></pre>