summaryrefslogtreecommitdiff
path: root/developers
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2009-04-01 12:50:34 +0100
committerMichael Meeks <michael.meeks@novell.com>2009-04-01 12:50:34 +0100
commitcf4822089d133d6cbccf9e1ffc08882cf249faa1 (patch)
tree5fa3a708c1f77e6a2f59abc931b675470ba69abc /developers
parentf4bbc24a49fafdc6d0e2861f5c065cd9e60b5289 (diff)
update the website to refer to git instead
Diffstat (limited to 'developers')
-rw-r--r--developers/index.html10
-rw-r--r--developers/index.php10
2 files changed, 12 insertions, 8 deletions
diff --git a/developers/index.html b/developers/index.html
index e097ea7..0d1674e 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -152,18 +152,20 @@
<h4>Source</h4>
<p>ooo-build sources are stored in
- <a href="http://developer.gnome.org/tools/svn.html">Subversion</a>.
- To check out the latest version of ooo-build:</p>
+ <a href="http://git-scm.com/">Git</a>, <a
+ href="http://www.freedesktop.org/wiki/Software/ooo-build/GettingIt">more
+ detailed instructions</a> are available, but to simply check out the latest
+ version of ooo-build:</p>
<div class="pre">
- svn co http://svn.gnome.org/svn/ooo-build/trunk ooo-build
+ git clone git://anongit.freedesktop.org/git/ooo-build/ooo-build
</div>
<p>Registered developers should use the following command to enable writing
to the repository:</p>
<div class="pre">
- svn co svn+ssh://<i>login@</i>svn.gnome.org/svn/ooo-build/trunk ooo-build
+ git clone ssh://[username@]git.freedesktop.org/git/ooo-build/ooo-build
</div>
<p>Once the source has been checked out, ooo-build can be built in
diff --git a/developers/index.php b/developers/index.php
index c81b92b..eff0573 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -126,18 +126,20 @@ $content = <<<EOT
<h4>Source</h4>
<p>ooo-build sources are stored in
- <a href="http://developer.gnome.org/tools/svn.html">Subversion</a>.
- To check out the latest version of ooo-build:</p>
+ <a href="http://git-scm.com/">Git</a>, <a
+ href="http://www.freedesktop.org/wiki/Software/ooo-build/GettingIt">more
+ detailed instructions</a> are available, but to simply check out the latest
+ version of ooo-build:</p>
<div class="pre">
- svn co http://svn.gnome.org/svn/ooo-build/trunk ooo-build
+ git clone git://anongit.freedesktop.org/git/ooo-build/ooo-build
</div>
<p>Registered developers should use the following command to enable writing
to the repository:</p>
<div class="pre">
- svn co svn+ssh://<i>login@</i>svn.gnome.org/svn/ooo-build/trunk ooo-build
+ git clone ssh://[username@]git.freedesktop.org/git/ooo-build/ooo-build
</div>
<p>Once the source has been checked out, ooo-build can be built in