diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -41,16 +41,15 @@ to autogen.sh and they will be passed on to configure. If at all possible, please use CVS to get the latest development version of gtk+ and glib. You can do the following to get glib and gtk+ from cvs: - $ export CVSROOT=':pserver:anonymous@cvs.gimp.org:/debian/home/gnomecvs' + $ export CVSROOT=':pserver:anonymous@cvs.gnome.org:/cvs/gnome' $ cvs login (there is no password, just hit return) - $ cvs -z9 checkout glib - $ cvs -z9 checkout gtk+ - -Please submit patches to the gtk-list@redhat.com mailing list (you must -subscribe before you post, e-mail gtk-list-request@redhat.com with a -subject of "subscribe"). All kinds of contributions are accepted. -Patches that you wish to go into the distribution should also be uploaded -to ftp://ftp.gimp.org/incoming. Follow the rules there for naming your -patches. + $ cvs -z3 checkout glib + $ cvs -z3 checkout gtk+ + +For information about submitting patches and commiting changes +to CVS, see the README and README.cvs-commits files. In particular, +don't, under any circumstances, commit anything to CVS before +reading and understanding README.cvs-commmits. + |