[gegl] Update Subversion references to git



commit c2c78ec8891c0574d95aedf75625402a899b860d
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jun 28 08:37:14 2009 +0200

    Update Subversion references to git

 HACKING                    |    4 ++--
 autogen.sh                 |    4 ++--
 bindings/pygegl/autogen.sh |    3 ++-
 bindings/vala/autogen.sh   |    2 +-
 docs/development.txt       |    2 +-
 docs/gegl-sharp/index.html |   12 +++++-------
 docs/gegl-vala/index.html  |   12 +++++-------
 docs/index-static.txt.in   |   28 ++++++++++++++--------------
 docs/pygegl/index.html     |   12 +++++-------
 docs/rgegl/index.html      |   12 +++++-------
 tools/gobj2dot.rb          |    2 +-
 11 files changed, 43 insertions(+), 50 deletions(-)
---
diff --git a/HACKING b/HACKING
index 14b1157..07b2536 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-The cvs version of gegl is known to work with the following autotools:
+The git version of GEGL is known to work with the following autotools:
 
 - GNU autoconf 2.53
 - GNU automake 1.7.5
@@ -7,7 +7,7 @@ The cvs version of gegl is known to work with the following autotools:
 Other versions of these tools probably work. Probably the tools that
 work for current versions of glib will work for gegl as well. 
 
-To compile a SVN version of gegl on your system, you will need to take several
+To compile a git version of GEGL on your system, you will need to take several
 steps to setup the tree for compilation.  You can do all these steps at once by
 running:
 
diff --git a/autogen.sh b/autogen.sh
index 8a44ed8..e081b15 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -75,7 +75,7 @@ check_version ()
 
 echo
 echo "I am testing that you have the tools required to build the"
-echo "$PROJECT project from SVN. This test is not foolproof,"
+echo "$PROJECT project from git. This test is not foolproof,"
 echo "so if anything goes wrong, see the file HACKING for more information..."
 echo
 
@@ -193,7 +193,7 @@ if which ruby > /dev/null; then
     echo "yes"
 else
     echo
-    echo "no You need ruby installed to run autogen.sh (only needed when building from SVN)"
+    echo "no You need ruby installed to run autogen.sh (only needed when building from git)"
     echo
     DIE=1
 fi
diff --git a/bindings/pygegl/autogen.sh b/bindings/pygegl/autogen.sh
index 18a15c5..3f6a501 100755
--- a/bindings/pygegl/autogen.sh
+++ b/bindings/pygegl/autogen.sh
@@ -75,10 +75,11 @@ check_version ()
 
 echo
 echo "I am testing that you have the tools required to build the"
-echo "$PROJECT project from SVN. This test is not foolproof,"
+echo "$PROJECT project from git. This test is not foolproof,"
 echo "so if anything goes wrong, see the file HACKING for more information..."
 echo
 
+
 DIE=0
 
 
diff --git a/bindings/vala/autogen.sh b/bindings/vala/autogen.sh
index 112e69d..c9bd4b6 100755
--- a/bindings/vala/autogen.sh
+++ b/bindings/vala/autogen.sh
@@ -69,7 +69,7 @@ check_version ()
 
 echo
 echo "I am testing that you have the tools required to build the"
-echo "$PROJECT project from SVN. This test is not foolproof,"
+echo "$PROJECT project from git. This test is not foolproof,"
 echo "so if anything goes wrong, see the file HACKING for more information..."
 echo
 
diff --git a/docs/development.txt b/docs/development.txt
index b5f5eed..d517d54 100644
--- a/docs/development.txt
+++ b/docs/development.txt
@@ -14,7 +14,7 @@ Setup instructions for Ubuntu 8.10 Intrepid Ibex
 
 To install the mandatory dependencies:
 
- $ sudo apt-get install libtool automake glib libglib2.0-dev libpng12-dev libgtk2.0-dev subversion
+ $ sudo apt-get install libtool automake glib libglib2.0-dev libpng12-dev libgtk2.0-dev git
 
 Some of the other dependencies:
 
diff --git a/docs/gegl-sharp/index.html b/docs/gegl-sharp/index.html
index 2ccb201..cdbb214 100644
--- a/docs/gegl-sharp/index.html
+++ b/docs/gegl-sharp/index.html
@@ -54,12 +54,10 @@
     <a name='Download'></a>
     <h3>Download</h3>
 
-    <p>gegl-sharp has no official release yet, the code lives in the GEGL module
-    in GNOME subversion and can be 
-    <a
-href='http://svn.gnome.org/viewcvs/gegl/trunk/bindings/gegl-sharp/'>browsed online</a> and checked
-out from GNOME Subversion using: </p>
-<pre>svn co http://svn.gnome.org/svn/gegl/trunk gegl</pre>
+    <p>gegl-sharp has no official release yet, the code lives in the GNOME
+    git repository and can
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/gegl-sharp";>browsed
+    online</a>.</p>
 
     <a name='Building'></a>
     <h3>Building</h3>
@@ -80,7 +78,7 @@ out from GNOME Subversion using: </p>
     <a name='Samples'></a>
     <h3>Samples</h3>
     <p>Samples of how to use gegl-sharp are distributed with the source and can
-    be <a href='http://svn.gnome.org/viewcvs/gegl/trunk/bindings/gegl-sharp/test/'>browsed online</a>.
+    be <a href='http://git.gnome.org/cgit/gegl/tree/bindings/gegl-sharp/test/'>browsed online</a>.
 </p>
 
     <a name='Copyright'></a>
diff --git a/docs/gegl-vala/index.html b/docs/gegl-vala/index.html
index a6f94d7..831e611 100644
--- a/docs/gegl-vala/index.html
+++ b/docs/gegl-vala/index.html
@@ -55,12 +55,10 @@
     <a name="Download"></a>
     <h3>Download</h3>
 
-    <p>gegl-vala has no official release yet, the code lives in the GEGL module
-    in GNOME subversion and can be 
-    <a
-href="http://svn.gnome.org/viewcvs/gegl/trunk/bindings/vala/";>browsed online</a> and checked
-out from GNOME Subversion using: </p>
-<pre>svn co http://svn.gnome.org/svn/gegl/trunk/bindings/vala gegl-vala</pre>
+    <p>gegl-vala has no official release yet, the code lives in the GNOME
+    git repository and can
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/vala";>browsed
+    online</a>.</p>
 
     <a name="Building"></a>
     <h3>Building</h3>
@@ -71,7 +69,7 @@ out from GNOME Subversion using: </p>
     <a name="Samples"></a>
     <h3>Samples</h3>
     <p>Samples of how to use gegl-vala are distributed with the source and can
-    be <a href="http://svn.gnome.org/viewcvs/gegl/trunk/bindings/vala/samples/";>browsed online</a>.
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/vala/samples/";>browsed online</a>.
 </p>
 
     <a name="Copyright"></a>
diff --git a/docs/index-static.txt.in b/docs/index-static.txt.in
index ea3c3fe..2fe7ce4 100644
--- a/docs/index-static.txt.in
+++ b/docs/index-static.txt.in
@@ -55,9 +55,9 @@ This website is built at the time of the previous GEGL tarball release,
 for information about what might change on the way to the next release
 follow the following news sources:
 
-http://svn.gnome.org/viewvc/gegl/trunk/ChangeLog?view=markup[ChangeLog]::
+http://git.gnome.org/cgit/gegl/log/[Change log]::
   For day to day fixes, contributions and changes.
-http://svn.gnome.org/viewvc/gegl/trunk/NEWS?view=markup[NEWS]::
+http://git.gnome.org/cgit/gegl/tree/NEWS[NEWS]::
   The NEWS file for a list of major new features (also contains older NEWS).
 http://bugzilla.gnome.org/buglist.cgi?product=GEGL&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=UNCONFIRMED&bug_status=NEEDINFO[bugzilla]::
  for known and tracked issues with GEGL and perhaps see the 
@@ -127,11 +127,11 @@ The latest development snapshot, and eventually stable versions of GEGL are
 available at ftp://ftp.gimp.org/pub/gegl/[].
 
 The current code under development can be
-http://svn.gnome.org/viewvc/gegl/trunk/[browsed online] and checked out from
-GNOME Subversion using:
+http://git.gnome.org/cgit/gegl/tree[browsed online] and cloned from
+GNOME git using:
 
- $ svn co http://svn.gnome.org/svn/babl/trunk/ babl
- $ svn co http://svn.gnome.org/svn/gegl/trunk/ gegl
+ $ git clone git://git.gnome.org/babl
+ $ git clone git://git.gnome.org/gegl
 
 Dependencies
 ~~~~~~~~~~~~
@@ -146,7 +146,7 @@ other systems where glib and gtk+ work.
       * http://gegl.org/babl/[babl] 0.0.22 or newer (for pixel-format
         agnostisism).
       * libpng (png load/export ops, and image magick fallback import)
-      * ruby (only if building from svn)
+      * ruby (only if building from git)
   - GUI (sandbox for testing ops and the API)
       * GTK+
   - Optional dependencies for operations.
@@ -165,7 +165,7 @@ Compiling
 ~~~~~~~~~
 To build GEGL type the following in the toplevel source directory:
 
- $ ./configure  # or: ./autogen.sh if building from svn
+ $ ./configure  # or: ./autogen.sh if building from git
  $ make
  $ sudo make install
 
@@ -201,7 +201,7 @@ tiled and linear raster buffer storage system.
 Bindings
 ^^^^^^^^
 The bindings for use of GEGL in other programming languages than C are
-co-hosted with GEGL in GNOME subversion but are not part of the regular GEGL
+co-hosted with GEGL in GNOME git but are not part of the regular GEGL
 distribution. The following language bindings are currently available:
 
 http://gegl.org/gegl-vala[vala], http://gegl.org/gegl-sharp/[C#], http://
@@ -363,8 +363,8 @@ Using gegl with png's passing through stdin/stdout piping.
       <node class='scale' x='0.5' y='0.5'/>
       <node class='png-load' path='-'/></tree></gegl>" > output.png
 
-The latest development version is available in the gegl module in GNOME
-Subversion.
+The latest development version is available in the gegl repository in GNOME
+git.
 
 gegl usage
 ^^^^^^^^^^
@@ -482,7 +482,7 @@ dropped into the directory in the build.
   â??
   â??â??â??bindings          bindings for using GEGL from other programming languages
   â??                    not included in the tarball distribution but exist in
-  â??                    the subversion repository.
+  â??                    the git repository.
   â??
   â??â??â??tools             some small utilities to help the build.
 
@@ -516,10 +516,10 @@ dropped into the directory in the build.
 
 <div>&nbsp;</div>
 <div class="toclevel1">&nbsp;</div>
-<div class="toclevel2"><a href="http://svn.gnome.org/viewvc/gegl/trunk/ChangeLog?view=markup";>changes</a></div>
+<div class="toclevel2"><a href="http://git.gnome.org/cgit/gegl/log/";>changes</a></div>
 <div class="toclevel2"><a href="http://bugzilla.gnome.org/buglist.cgi?product=GEGL&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=UNCONFIRMED&bug_status=NEEDINFO";>bugzilla</a></div>
 <div class="toclevel2"><a href="http://blog.gmane.org/gmane.comp.video.gegl.devel?set_blog_all=yes";>mailarchive</a></div>
-<div class="toclevel2"><a href="http://svn.gnome.org/viewvc/gegl/trunk/";>viewvc</a></div>
+<div class="toclevel2"><a href="http://git.gnome.org/cgit/gegl/log/";>browse online</a></div>
 
 
 
diff --git a/docs/pygegl/index.html b/docs/pygegl/index.html
index d598667..697b686 100644
--- a/docs/pygegl/index.html
+++ b/docs/pygegl/index.html
@@ -55,12 +55,10 @@
     <a name='Download'></a>
     <h3>Download</h3>
 
-    <p>Pygegl has no official release yet, the code lives in the GEGL module
-    in GNOME subversion and can be 
-    <a
-href='http://svn.gnome.org/viewcvs/gegl/trunk/bindings/pygegl/'>browsed online</a> and checked
-out from GNOME Subversion using: </p>
-<pre>svn co http://svn.gnome.org/svn/gegl/trunk/bindings/pygegl pygegl</pre>
+    <p>Pygegl has no official release yet, the code lives in the GNOME
+    git repository and can
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/pygegl";>browsed
+    online</a>.</p>
 
     <a name='Building'></a>
     <h3>Building</h3>
@@ -75,7 +73,7 @@ out from GNOME Subversion using: </p>
     <a name='Samples'></a>
     <h3>Samples</h3>
     <p>Samples of how to use pygegl are distributed with the source and can
-    be <a href='http://svn.gnome.org/viewcvs/gegl/trunk/bindings/pygegl/samples/'>browsed online</a>.
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/pygegl/samples/";>browsed online</a>.
 </p>
 
     <a name='Copyright'></a>
diff --git a/docs/rgegl/index.html b/docs/rgegl/index.html
index a6f94d7..66c05d8 100644
--- a/docs/rgegl/index.html
+++ b/docs/rgegl/index.html
@@ -55,12 +55,10 @@
     <a name="Download"></a>
     <h3>Download</h3>
 
-    <p>gegl-vala has no official release yet, the code lives in the GEGL module
-    in GNOME subversion and can be 
-    <a
-href="http://svn.gnome.org/viewcvs/gegl/trunk/bindings/vala/";>browsed online</a> and checked
-out from GNOME Subversion using: </p>
-<pre>svn co http://svn.gnome.org/svn/gegl/trunk/bindings/vala gegl-vala</pre>
+    <p>rGEGL has no official release yet, the code lives in the GNOME
+    git repository and can
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/rgegl";>browsed
+    online</a>.</p>
 
     <a name="Building"></a>
     <h3>Building</h3>
@@ -71,7 +69,7 @@ out from GNOME Subversion using: </p>
     <a name="Samples"></a>
     <h3>Samples</h3>
     <p>Samples of how to use gegl-vala are distributed with the source and can
-    be <a href="http://svn.gnome.org/viewcvs/gegl/trunk/bindings/vala/samples/";>browsed online</a>.
+    be <a href="http://git.gnome.org/cgit/gegl/tree/bindings/vala/samples/";>browsed online</a>.
 </p>
 
     <a name="Copyright"></a>
diff --git a/tools/gobj2dot.rb b/tools/gobj2dot.rb
index d64039c..6b1c18a 100755
--- a/tools/gobj2dot.rb
+++ b/tools/gobj2dot.rb
@@ -68,7 +68,7 @@ end
 
 puts header
 Find.find( dir ) do |path| 
-  Find.prune if File.basename(path) == '.svn' 
+  Find.prune if File.basename(path) == '.git' 
   if ( ( File.extname(path) == '.c' or File.extname(path) == '.h' ) and File.file? path )
     open( path ) do |file| 
       content = file.read



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]