Index: website/Project/devfaq.txt =================================================================== --- website/Project/devfaq.txt (revision 3357) +++ website/Project/devfaq.txt (working copy) @@ -69,7 +69,7 @@ The format of is: -https://svn.sourceforge.net/svnroot/jython/ +https://jython.svn.sourceforge.net/svnroot/jython/ with representing the path to the project. @@ -81,9 +81,9 @@ The three projects above can be checked out using the following paths, respectively: - * https://svn.sourceforge.net/svnroot/jython/trunk/ - * https://svn.sourceforge.net/svnroot/jython/tags/Release_2_1 - * https://svn.sourceforge.net/svnroot/jython/trunk/website/ + * https://jython.svn.sourceforge.net/svnroot/jython/trunk/ + * https://jython.svn.sourceforge.net/svnroot/jython/tags/Release_2_1 + * https://jython.svn.sourceforge.net/svnroot/jython/trunk/website/ How do I update my working copy to be in sync with the repository? ================================================================== @@ -254,6 +254,8 @@ Please consult the patch submission guidelines at http://www.python.org/patches/ . +Submit the patch to the jython patch system on sourceforge at http://sourceforge.net/tracker/?group_id=12867&atid=312867 + How to test a patch? ==================== Index: website/Project/devguide.txt =================================================================== --- website/Project/devguide.txt (revision 3357) +++ website/Project/devguide.txt (working copy) @@ -30,19 +30,19 @@ :: - svn co https://svn.sourceforge.net/svnroot/jython/trunk/ + svn co https://jython.svn.sourceforge.net/svnroot/jython/trunk/ * 2.1 Stable: :: - svn co https://svn.sourceforge.net/svnroot/jython/tags/Release_2_1 + svn co https://jython.svn.sourceforge.net/svnroot/jython/tags/Release_2_1 * 2.2 Alpha 1: :: - svn co https://svn.sourceforge.net/svnroot/jython/tags/Release_2_2alpha1 + svn co https://jython.svn.sourceforge.net/svnroot/jython/tags/Release_2_2alpha1 * Preparing a Patch on Unix command line: (note multiple changes can be concatencated into one patch file using >> as shown.