Author: yurize
Date: Mon Dec 16 14:39:31 2013
New Revision: 1551217
URL: http://svn.apache.org/r1551217
Log:
CMS commit to wave by yurize
Modified:
incubator/wave/site/trunk/content/wave/source-code.mdtext
Modified: incubator/wave/site/trunk/content/wave/source-code.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/source-code.mdtext?rev=1551217&r1=1551216&r2=1551217&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/source-code.mdtext (original)
+++ incubator/wave/site/trunk/content/wave/source-code.mdtext Mon Dec 16
14:39:31 2013
@@ -18,31 +18,28 @@ Notice: Licensed to the Apache Softwa
# Source Code
-Apache Wave resided within the Apache Incubator's
[Subversion](http://subversion.tigris.org/)
+Apache Wave resided within the Apache Incubator's
[Git](http://git.apache.org/)
repository. Anyone is free to view and checkout the source code. Only
project members may
commit directly to the repository, however feel free to submit a patch. If
accepted a committer
can commit the code on your behalf.
-## Apache Wave SVN Repository
-
-Repository URL:
[https://svn.apache.org/repos/asf/incubator/wave/trunk/](https://svn.apache.org/repos/asf/incubator/wave/trunk)
-
+## Apache Wave Git Mirror (read only)
+Git Mirror URL: [git://git.apache.org/wave.git](git://git.apache.org/wave.git)
-To check out the source code issue the following command:
+To clone the source code issue the following command:
<div class="code">
-svn co https://svn.apache.org/repos/asf/incubator/wave/trunk
+git clone git://git.apache.org/wave.git wave
</div>
-## Apache Wave Git Mirror (read only)
-Git Mirror URL: [git://git.apache.org/wave.git](git://git.apache.org/wave.git)
+## Apache Wave Git - incubation repo (read/write for committers)
+Git URL: [git://git.apache.org/wave.git](git://git.apache.org/wave.git)
To clone the source code issue the following command:
<div class="code">
-git clone git://git.apache.org/wave.git wave
+git clone https://git-wip-us.apache.org/repos/asf/incubator-wave.git wave
</div>
## Historical Google Code Repository
Before moving to Apache, the wave source code was hosted at Google Code. The
source remains there for historical reference. This code base can be found
here:
[http://code.google.com/p/wave-protocol/](http://code.google.com/p/wave-protocol/)
-