summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorOlav Vitters <ovitters@src.gnome.org>2008-02-08 14:37:30 +0000
committerOlav Vitters <ovitters@src.gnome.org>2008-02-08 14:37:30 +0000
commitbb8e9e64f5738df624848dd8bfae0f2577d52abd (patch)
tree080e71687e245254dcb1ecd9c02e5d69a4281e31 /HACKING
parent97b7f15a5904cfe08a037e2e310dc659102e45e0 (diff)
downloadnautilus-bb8e9e64f5738df624848dd8bfae0f2577d52abd.tar.gz
Change CVS things into SVN.
* HACKING: Change CVS things into SVN. svn path=/trunk/; revision=13712
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING18
1 files changed, 9 insertions, 9 deletions
diff --git a/HACKING b/HACKING
index c575c9e5d..6a8053b60 100644
--- a/HACKING
+++ b/HACKING
@@ -1,14 +1,14 @@
Hacking on Nautilus
-------------------
-The Nautilus source tree is available from GNOME cvs (cvs.gnome.org) and
+The Nautilus source tree is available from GNOME svn (svn.gnome.org) and
in releases on the GNOME FTP site
(http://ftp.gnome.org/pub/GNOME/sources/nautilus/).
If you plan to hack on Nautilus, please make sure you work from the
-CVS version. The CVS version can be checked from the GNOME cvs server.
-See http://developer.gnome.org/tools/cvs.html for details on how to get
-started with GNOME CVS.
+SVN version. The SVN version can be checked from the GNOME svn server.
+See http://developer.gnome.org/tools/svn.html for details on how to get
+started with GNOME SVN.
If you want to contribute in development discussions, please send mail
to the nautilus mailing list: <nautilus-list@gnome.org>. Archives and
@@ -23,11 +23,11 @@ If you've been working on a change to Nautilus and want to propose it
for inclusion, you have to generate a patch and submit it for review
by the maintainers.
-Patches should be made with 'cvs diff -pu >patch' and should conform to
-Nautilus coding style as described in docs/style-guide.html. We are
-pretty strict about coding style, so please make sure you follow the
-style guide to avoid unnecessary work on both sides when reviewing the
-patch.
+Patches should be made with 'svn diff --diff-cmd diff -x -up >patch'
+and should conform to Nautilus coding style as described in
+docs/style-guide.html. We are pretty strict about coding style, so
+please make sure you follow the style guide to avoid unnecessary
+work on both sides when reviewing the patch.
The best way to submit a patch for review is to post it on the mailing
list. That way everyone sees it and can take part in the following