mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-15 00:02:24 -04:00
updated hacking file for svn.
svn path=/trunk/; revision=1047
This commit is contained in:
parent
a13faa06d6
commit
511aa4e3c8
13
HACKING
13
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
|
||||
~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user