Author: goodale
Date: Fri May 16 14:40:32 2014
New Revision: 1595217
URL: http://svn.apache.org/r1595217
Log:
Converted the svn links to git per CLIMATE-389
Modified:
climate/site/trunk/content/development/source.mdtext
Modified: climate/site/trunk/content/development/source.mdtext
URL:
http://svn.apache.org/viewvc/climate/site/trunk/content/development/source.mdtext?rev=1595217&r1=1595216&r2=1595217&view=diff
==============================================================================
--- climate/site/trunk/content/development/source.mdtext (original)
+++ climate/site/trunk/content/development/source.mdtext Fri May 16 14:40:32
2014
@@ -16,21 +16,24 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-Open Climate Workbench source code is maintained using Apache Subversion
version control.
+## Source Code
-Browse Open Climate Workbench source repository in [ViewVC][viewvc].
+Open Climate Workbench source code is maintained using git distributed version
control system.
-The SVN location is [Open Climate Workbench SVN][svnlocation]
+[https://git-wip-us.apache.org/repos/asf/climate.git][1]
-## Source Code
+The Open Climate Workbench git repository is being mirrored at Github and you
can fork the repo here:
-To check out the source code: svn co
https://svn.apache.org/repos/asf/incubator/climate/
+[https://github.com/apache/climate][2]
-Some coding practices:
+### Some coding practices:
+* Here is a [Developer Guide][3] to help you get started working on the
codebase.
* License Header: Always add the current ASF license header as described in
[ASF Source Header][srcheaders].
-
-[viewvc]: http://svn.apache.org/viewvc/incubator/climate/
-[svnlocation]: https://svn.apache.org/repos/asf/incubator/climate/
[srcheaders]: http://www.apache.org/legal/src-headers.html
+
+
+ [1]: https://git-wip-us.apache.org/repos/asf/climate.git "Project's git
repository"
+ [2]: https://github.com/apache/climate "Github Link"
+ [3]: https://cwiki.apache.org/confluence/display/CLIMATE/Developer+Guide
"Climate Developer Guide"
\ No newline at end of file