From 75e5e3246f343e4119259e18cb90ff9c0414476e Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 1 Mar 2008 19:58:21 +0000 Subject: [PATCH] s/cvs/Subversion/ git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2934 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/Contributing | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/Contributing b/sc2/Contributing index 87f4858c8..e44a855d6 100644 --- a/sc2/Contributing +++ b/sc2/Contributing @@ -8,7 +8,7 @@ Before making changes: - See if the the Bugzilla bug database at http://bugs.uqm.stack.nl/ contains any comments on what you're planning to do. -- Make sure you're using the most recent cvs version +- Make sure you're using the most recent Subversion version - Discuss in advance what you're planning to do, with the core team. The best place to do this is on #sc2 on irc.freenode.net. This prevents you from wasting your time when @@ -78,7 +78,7 @@ Making changes: These comments only foul the code and don't add anything for people reading it. You'll still be credited in the Changelog, and for large contributions (or many small ones) in the authors list. We have - CVS for when we need to find out when what changes were made. + Subversion for when we need to find out when what changes were made. Making the patches: - One issue per patch. @@ -88,7 +88,7 @@ Making the patches: - Use unified diffs. That way, there's a bigger chance the patch can be automatically applied successfully against modified files. -- Make the patches against the current cvs tree. +- Make the patches against the current Subversion tree. Test the patches: - If possible, test your changes both on Windows and a *nix platform, or