summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-01-22 20:08:13 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-01-22 20:08:13 +0000
commit511aa4e3c8fd9932ade36a2f86e58fbcd6eae916 (patch)
tree27349957e8c0890e6ba1f25f5731c27a7da0828f
parenta13faa06d67fd074a6c2dd6dbcc0d689e77fa8f9 (diff)
downloadglade-511aa4e3c8fd9932ade36a2f86e58fbcd6eae916.tar.gz
updated hacking file for svn.
svn path=/trunk/; revision=1047
-rw-r--r--HACKING13
1 files changed, 7 insertions, 6 deletions
diff --git a/HACKING b/HACKING
index 4098d4ad..3f1522d6 100644
--- a/HACKING
+++ b/HACKING
@@ -14,14 +14,12 @@ Glade-3 bugs are tracked in the glade3 module of
http://bugzilla.gnome.org
-CVS
+SVN
~~~
-The Glade-3 repository is hosted at cvs.gnome.org
+The Glade-3 repository is hosted at svn.gnome.org
To check out a copy of Glade-3 you can use the following commands:
-cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login
-[just press enter when required for a password]
-cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co glade3
-You then need to run autogen.sh and make to build Glade-3.
+
+svn checkout svn://svn.gnome.org/svn/glade3 glade3
Patches
@@ -29,6 +27,9 @@ Patches
Patches must be in the unified format (diff -u) and must include a
ChangeLog entry. Please send all patches to bugzilla.
+Currently svn only permits this with the following command:
+
+svn diff --diff-cmd=/usr/bin/diff -x -uBp . > file.patch
Coding Style
~~~~~~~~~~~~