You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by mf...@apache.org on 2010/02/22 20:47:57 UTC

svn commit: r915036 [1/2] - in /subversion/trunk: ./ build/win32/ contrib/client-side/emacs/ notes/ notes/commit-access-templates/ notes/merge-tracking/ packages/python-windows/ packages/solaris/ subversion/bindings/ctypes-python/ subversion/bindings/j...

Author: mf
Date: Mon Feb 22 19:47:55 2010
New Revision: 915036

URL: http://svn.apache.org/viewvc?rev=915036&view=rev
Log:
Fix many of the links pointing to subversion.tigris.org or svn.collab.net.

Approved by: cmpilato

* BUGS,
* CHANGES,
* COMMITTERS,
* INSTALL,
* build/win32/make_gem.rb,
* configure.ac,
* contrib/client-side/emacs/psvn.el,
* notes/commit-access-templates/full-committer.tmpl,
* notes/commit-access-templates/partial-committer.tmpl,
* notes/fsfs,
* notes/l10n-problems,
* notes/merge-tracking/requirements.html,
* packages/python-windows/setup.py,
* packages/solaris/pkginfo.in,
* subversion/bindings/ctypes-python/setup.py,
* subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html,
* subversion/bindings/swig/python/__init__.py,
* subversion/bindings/swig/python/svn/__init__.py,
* subversion/bindings/swig/python/svn/client.py,
* subversion/bindings/swig/python/svn/core.py,
* subversion/bindings/swig/python/svn/delta.py,
* subversion/bindings/swig/python/svn/diff.py,
* subversion/bindings/swig/python/svn/fs.py,
* subversion/bindings/swig/python/svn/ra.py,
* subversion/bindings/swig/python/svn/repos.py,
* subversion/bindings/swig/python/svn/wc.py,
* subversion/include/svn_props.h,
* subversion/libsvn_repos/repos.c,
* subversion/svn/svn.1,
* subversion/svnadmin/svnadmin.1,
* subversion/svndumpfilter/svndumpfilter.1,
* subversion/svnlook/svnlook.1,
* subversion/svnsync/svnsync.1,
* subversion/svnversion/svnversion.1,
* subversion/tests/cmdline/authz_tests.py,
* subversion/tests/cmdline/autoprop_tests.py,
* subversion/tests/cmdline/basic_tests.py,
* subversion/tests/cmdline/blame_tests.py,
* subversion/tests/cmdline/cat_tests.py,
* subversion/tests/cmdline/changelist_tests.py,
* subversion/tests/cmdline/checkout_tests.py,
* subversion/tests/cmdline/commit_tests.py,
* subversion/tests/cmdline/copy_tests.py,
* subversion/tests/cmdline/depth_tests.py,
* subversion/tests/cmdline/diff_tests.py,
* subversion/tests/cmdline/entries_tests.py,
* subversion/tests/cmdline/export_tests.py,
* subversion/tests/cmdline/externals_tests.py,
* subversion/tests/cmdline/getopt_tests.py,
* subversion/tests/cmdline/history_tests.py,
* subversion/tests/cmdline/import_tests.py,
* subversion/tests/cmdline/info_tests.py,
* subversion/tests/cmdline/lock_tests.py,
* subversion/tests/cmdline/log_tests.py,
* subversion/tests/cmdline/merge_authz_tests.py,
* subversion/tests/cmdline/merge_tests.py,
* subversion/tests/cmdline/mergeinfo_tests.py,
* subversion/tests/cmdline/obliterate_tests.py,
* subversion/tests/cmdline/patch_tests.py,
* subversion/tests/cmdline/prop_tests.py,
* subversion/tests/cmdline/resolve_tests.py,
* subversion/tests/cmdline/resolved_tests.py,
* subversion/tests/cmdline/revert_tests.py,
* subversion/tests/cmdline/schedule_tests.py,
* subversion/tests/cmdline/special_tests.py,
* subversion/tests/cmdline/stat_tests.py,
* subversion/tests/cmdline/svnadmin_tests.py,
* subversion/tests/cmdline/svndumpfilter_tests.py,
* subversion/tests/cmdline/svneditor.py,
* subversion/tests/cmdline/svnlook_tests.py,
* subversion/tests/cmdline/svnsync_tests.py,
* subversion/tests/cmdline/svnversion_tests.py,
* subversion/tests/cmdline/switch_tests.py,
* subversion/tests/cmdline/trans_tests.py,
* subversion/tests/cmdline/tree_conflict_tests.py,
* subversion/tests/cmdline/update_tests.py,
* subversion/tests/cmdline/upgrade_tests.py,
* subversion/tests/cmdline/utf8_tests.py,
* tools/backup/hot-backup.py.in,
* tools/dev/contribulyze.py,
* tools/dist/gen_nightly_ann.py,
* tools/dist/write-announcement.py,
* tools/po/po-update.sh
  Fix broken links.

Modified:
    subversion/trunk/BUGS
    subversion/trunk/CHANGES
    subversion/trunk/COMMITTERS
    subversion/trunk/INSTALL
    subversion/trunk/build/win32/make_gem.rb
    subversion/trunk/configure.ac
    subversion/trunk/contrib/client-side/emacs/psvn.el
    subversion/trunk/notes/commit-access-templates/full-committer.tmpl
    subversion/trunk/notes/commit-access-templates/partial-committer.tmpl
    subversion/trunk/notes/fsfs
    subversion/trunk/notes/l10n-problems
    subversion/trunk/notes/merge-tracking/requirements.html
    subversion/trunk/packages/python-windows/setup.py
    subversion/trunk/packages/solaris/pkginfo.in
    subversion/trunk/subversion/bindings/ctypes-python/setup.py
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html
    subversion/trunk/subversion/bindings/swig/python/__init__.py
    subversion/trunk/subversion/bindings/swig/python/svn/__init__.py
    subversion/trunk/subversion/bindings/swig/python/svn/client.py
    subversion/trunk/subversion/bindings/swig/python/svn/core.py
    subversion/trunk/subversion/bindings/swig/python/svn/delta.py
    subversion/trunk/subversion/bindings/swig/python/svn/diff.py
    subversion/trunk/subversion/bindings/swig/python/svn/fs.py
    subversion/trunk/subversion/bindings/swig/python/svn/ra.py
    subversion/trunk/subversion/bindings/swig/python/svn/repos.py
    subversion/trunk/subversion/bindings/swig/python/svn/wc.py
    subversion/trunk/subversion/include/svn_props.h
    subversion/trunk/subversion/libsvn_repos/repos.c
    subversion/trunk/subversion/svn/svn.1
    subversion/trunk/subversion/svnadmin/svnadmin.1
    subversion/trunk/subversion/svndumpfilter/svndumpfilter.1
    subversion/trunk/subversion/svnlook/svnlook.1
    subversion/trunk/subversion/svnsync/svnsync.1
    subversion/trunk/subversion/svnversion/svnversion.1
    subversion/trunk/subversion/tests/cmdline/authz_tests.py
    subversion/trunk/subversion/tests/cmdline/autoprop_tests.py
    subversion/trunk/subversion/tests/cmdline/basic_tests.py
    subversion/trunk/subversion/tests/cmdline/blame_tests.py
    subversion/trunk/subversion/tests/cmdline/cat_tests.py
    subversion/trunk/subversion/tests/cmdline/changelist_tests.py
    subversion/trunk/subversion/tests/cmdline/checkout_tests.py
    subversion/trunk/subversion/tests/cmdline/commit_tests.py
    subversion/trunk/subversion/tests/cmdline/copy_tests.py
    subversion/trunk/subversion/tests/cmdline/depth_tests.py
    subversion/trunk/subversion/tests/cmdline/diff_tests.py
    subversion/trunk/subversion/tests/cmdline/entries_tests.py
    subversion/trunk/subversion/tests/cmdline/export_tests.py
    subversion/trunk/subversion/tests/cmdline/externals_tests.py
    subversion/trunk/subversion/tests/cmdline/getopt_tests.py
    subversion/trunk/subversion/tests/cmdline/history_tests.py
    subversion/trunk/subversion/tests/cmdline/import_tests.py
    subversion/trunk/subversion/tests/cmdline/info_tests.py
    subversion/trunk/subversion/tests/cmdline/lock_tests.py
    subversion/trunk/subversion/tests/cmdline/log_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_tests.py
    subversion/trunk/subversion/tests/cmdline/mergeinfo_tests.py
    subversion/trunk/subversion/tests/cmdline/obliterate_tests.py
    subversion/trunk/subversion/tests/cmdline/patch_tests.py
    subversion/trunk/subversion/tests/cmdline/prop_tests.py
    subversion/trunk/subversion/tests/cmdline/resolve_tests.py
    subversion/trunk/subversion/tests/cmdline/resolved_tests.py
    subversion/trunk/subversion/tests/cmdline/revert_tests.py
    subversion/trunk/subversion/tests/cmdline/schedule_tests.py
    subversion/trunk/subversion/tests/cmdline/special_tests.py
    subversion/trunk/subversion/tests/cmdline/stat_tests.py
    subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py
    subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py
    subversion/trunk/subversion/tests/cmdline/svneditor.py
    subversion/trunk/subversion/tests/cmdline/svnlook_tests.py
    subversion/trunk/subversion/tests/cmdline/svnsync_tests.py
    subversion/trunk/subversion/tests/cmdline/svnversion_tests.py
    subversion/trunk/subversion/tests/cmdline/switch_tests.py
    subversion/trunk/subversion/tests/cmdline/trans_tests.py
    subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py
    subversion/trunk/subversion/tests/cmdline/update_tests.py
    subversion/trunk/subversion/tests/cmdline/upgrade_tests.py
    subversion/trunk/subversion/tests/cmdline/utf8_tests.py
    subversion/trunk/tools/backup/hot-backup.py.in
    subversion/trunk/tools/dev/contribulyze.py
    subversion/trunk/tools/dist/gen_nightly_ann.py
    subversion/trunk/tools/dist/write-announcement.py
    subversion/trunk/tools/po/po-update.sh

Modified: subversion/trunk/BUGS
URL: http://svn.apache.org/viewvc/subversion/trunk/BUGS?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/BUGS (original)
+++ subversion/trunk/BUGS Mon Feb 22 19:47:55 2010
@@ -1,2 +1,2 @@
-This document has been moved to www/bugs.html (which is online at
-http://subversion.tigris.org/bugs.html).
+This document has been moved to
+http://subversion.apache.org/docs/community-guide/issues.html

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon Feb 22 19:47:55 2010
@@ -38,7 +38,7 @@
 
 Version 1.6.6
 (22 Oct 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.6
+http://svn.apache.org/repos/asf/subversion/tags/1.6.6
 
  User-visible changes:
   * fix crash during 'svn update' (r39673)
@@ -69,7 +69,7 @@
 
 Version 1.6.5
 (22 Aug 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.5
+http://svn.apache.org/repos/asf/subversion/tags/1.6.5
 
  User-visible changes:
   * fix mod_dav_svn directory view links to preserve peg revisions (r38021)
@@ -97,17 +97,17 @@
 
 Version 1.6.4
 (06 Aug 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.4
+http://svn.apache.org/repos/asf/subversion/tags/1.6.4
 
  User-visible changes:
   * fixed: heap overflow vulnerability on server and client
            See CVE-2009-2411, and descriptive advisory at
-           http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt
+           http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
 
 
 Version 1.6.3
 (22 Jun 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.3
+http://svn.apache.org/repos/asf/subversion/tags/1.6.3
 
  User-visible changes:
   * fix segfault in WC->URL copy (r37646, -56)
@@ -144,7 +144,7 @@
 
 Version 1.6.2
 (11 May 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.2
+http://svn.apache.org/repos/asf/subversion/tags/1.6.2
 
  User-visible changes:
   * vastly improve memory usage with 'svn merge' (issue #3393)
@@ -174,7 +174,7 @@
 
 Version 1.6.1
 (9 Apr 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.1
+http://svn.apache.org/repos/asf/subversion/tags/1.6.1
 
  User-visible changes:
   * recommend Neon 0.28.4. (r36388)
@@ -216,7 +216,7 @@
 
 Version 1.6.0
 (20 Mar 2009, from /branches/1.6.x)
-http://svn.collab.net/repos/svn/tags/1.6.0
+http://svn.apache.org/repos/asf/subversion/tags/1.6.0
 
  User-visible changes:
   - General:
@@ -320,17 +320,17 @@
 
 Version 1.5.7
 (06 Aug 2009, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.7
+http://svn.apache.org/repos/asf/subversion/tags/1.5.7
 
  User-visible changes:
   * fixed: heap overflow vulnerability on server and client
            See CVE-2009-2411, and descriptive advisory at
-           http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt
+           http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
 
 
 Version 1.5.6
 (26 Feb 2009, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.6
+http://svn.apache.org/repos/asf/subversion/tags/1.5.6
 
  User-visible changes:
   * allow colons within mergeinfo path names (r35040)
@@ -352,7 +352,7 @@
 
 Version 1.5.5
 (22 Dec 2008, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.5
+http://svn.apache.org/repos/asf/subversion/tags/1.5.5
 
  User-visible changes:
   * allow prop commits on dirs with modified children (r34487, -92, -94)
@@ -380,7 +380,7 @@
 
 Version 1.5.4
 (24 Oct 2008, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.4
+http://svn.apache.org/repos/asf/subversion/tags/1.5.4
 
  User-visible changes:
   * Properly handle explicit mergeinfo added in merge source (r32968, -75)
@@ -390,7 +390,7 @@
 
 Version 1.5.3
 (10 Oct 2008, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.3
+http://svn.apache.org/repos/asf/subversion/tags/1.5.3
 
  User-visible changes:
   * Allow switch to continue after deleting locally modified dirs (issue #2505)
@@ -417,7 +417,7 @@
 
 Version 1.5.2
 (30 Aug 2008, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.2
+http://svn.apache.org/repos/asf/subversion/tags/1.5.2
 
  User-visible changes:
   * Set correct permissions on created fsfs shards (r32355, -7)
@@ -448,7 +448,7 @@
 
 Version 1.5.1
 (26 Jul 2008, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.1
+http://svn.apache.org/repos/asf/subversion/tags/1.5.1
 
  User-visible changes:
   * mergeinfo on switched subtrees should elide in repos (issue #3188)
@@ -493,7 +493,7 @@
 
 Version 1.5.0
 (19 Jun 2008, from /branches/1.5.x)
-http://svn.collab.net/repos/svn/tags/1.5.0
+http://svn.apache.org/repos/asf/subversion/tags/1.5.0
 
  User-visible changes:
   - Major new features:
@@ -711,7 +711,7 @@
 
 Version 1.4.6
 (21 Dec 2007, from /branches/1.4.x)
-http://svn.collab.net/repos/svn/tags/1.4.6
+http://svn.apache.org/repos/asf/subversion/tags/1.4.6
 
  User-visible changes:
   - Client:
@@ -753,17 +753,17 @@
 
 Version 1.4.5
 (27 Aug 2007, from /branches/1.4.5)
-http://svn.collab.net/repos/svn/tags/1.4.5
+http://svn.apache.org/repos/asf/subversion/tags/1.4.5
 
  User-visible changes:
  * fixed: file placement vulnerability (Win32 clients only)
           See CVE-2007-3846, and descriptive advisory at
-          http://subversion.tigris.org/security/CVE-2007-3846-advisory.txt
+          http://subversion.apache.org/security/CVE-2007-3846-advisory.txt
 
 
 Version 1.4.4
 (30 May 2007, from /branches/1.4.x)
-http://svn.collab.net/repos/svn/tags/1.4.4
+http://svn.apache.org/repos/asf/subversion/tags/1.4.4
 
  User-visible changes:
   - Client:
@@ -807,7 +807,7 @@
 
 Version 1.4.3
 (18 January 2007, from /branches/1.4.x)
-http://svn.collab.net/repos/svn/tags/1.4.3
+http://svn.apache.org/repos/asf/subversion/tags/1.4.3
 
  User-visible changes:
   - Client:
@@ -844,7 +844,7 @@
 
 Version 1.4.2
 (2 November 2006, from /branches/1.4.x)
-http://svn.collab.net/repos/svn/tags/1.4.2
+http://svn.apache.org/repos/asf/subversion/tags/1.4.2
 
  User-visible changes:
   - Client:
@@ -900,7 +900,7 @@
 
 Version 1.4.0
 (10 September 2006, from /branches/1.4.x)
-http://svn.collab.net/repos/svn/tags/1.4.0
+http://svn.apache.org/repos/asf/subversion/tags/1.4.0
 
  User-visible changes:
   - Client:
@@ -1071,7 +1071,7 @@
 
 Version 1.3.2
 (23 May 2006, from /branches/1.3.x)
-http://svn.collab.net/repos/svn/tags/1.3.2
+http://svn.apache.org/repos/asf/subversion/tags/1.3.2
 
  User-visible changes:
   - Client:
@@ -1103,7 +1103,7 @@
 
 Version 1.3.1
 (25 March 2006, from /branches/1.3.x)
-http://svn.collab.net/repos/svn/tags/1.3.1
+http://svn.apache.org/repos/asf/subversion/tags/1.3.1
 
  User-visible changes:
   - Client:
@@ -1154,7 +1154,7 @@
 
 Version 1.3.0
 (30 December 2005, from /branches/1.3.x)
-http://svn.collab.net/repos/svn/tags/1.3.0
+http://svn.apache.org/repos/asf/subversion/tags/1.3.0
 
  User-visible changes:
   - Client:
@@ -1255,7 +1255,7 @@
 
 Version 1.2.3
 (19 August 2005, from /branches/1.2.x)
-http://svn.collab.net/repos/svn/tags/1.2.3
+http://svn.apache.org/repos/asf/subversion/tags/1.2.3
 
  User-visible changes:
   - Client:
@@ -1301,7 +1301,7 @@
 
 Version 1.2.1
 (5 July 2005, from /branches/1.2.x)
-http://svn.collab.net/repos/svn/tags/1.2.1
+http://svn.apache.org/repos/asf/subversion/tags/1.2.1
 
  User-visible changes:
   - Client:
@@ -1334,10 +1334,10 @@
 
 Version 1.2.0
 (21 May 2005, from /branches/1.2.x)
-http://svn.collab.net/repos/svn/tags/1.2.0
+http://svn.apache.org/repos/asf/subversion/tags/1.2.0
 
 See the 1.2 release notes for a more verbose overview of the changes since
-the 1.1 release:  http://subversion.tigris.org/svn_1.2_releasenotes.html
+the 1.1 release:  http://subversion.apache.org/docs/release-notes/1.2.html
 
  User-visible changes:
   - Client:
@@ -1483,7 +1483,7 @@
 
 Version 1.1.4
 (1 April 2005, from /branches/1.1.x)
-http://svn.collab.net/repos/svn/tags/1.1.4
+http://svn.apache.org/repos/asf/subversion/tags/1.1.4
 
  User-visible changes:
   - Client:
@@ -1517,7 +1517,7 @@
 
 Version 1.1.3
 (14 January 2005, from /branches/1.1.x)
-http://svn.collab.net/repos/svn/tags/1.1.3
+http://svn.apache.org/repos/asf/subversion/tags/1.1.3
 
  User-visible changes:
   - Client:
@@ -1529,7 +1529,7 @@
  
 Version 1.1.2
 (20 December 2004, from /branches/1.1.x)
-http://svn.collab.net/repos/svn/tags/1.1.2
+http://svn.apache.org/repos/asf/subversion/tags/1.1.2
 
  User-visible changes:
   - Client:
@@ -1582,7 +1582,7 @@
 
 Version 1.1.1
 (22 October 2004, from /branches/1.1.x)
-http://svn.collab.net/repos/svn/tags/1.1.1
+http://svn.apache.org/repos/asf/subversion/tags/1.1.1
 
  User-visible changes:
   - Client:
@@ -1617,7 +1617,7 @@
 
 Version 1.0.9
 (13 October 2004, from /branches/1.0.9)
-http://svn.collab.net/repos/svn/tags/1.0.9
+http://svn.apache.org/repos/asf/subversion/tags/1.0.9
 
  User-visible changes:
   - Server:
@@ -1630,10 +1630,10 @@
 
 Version 1.1.0
 (29 September 2004, from /branches/1.1.x)
-http://svn.collab.net/repos/svn/tags/1.1.0
+http://svn.apache.org/repos/asf/subversion/tags/1.1.0
 
 See the 1.1 release notes for a more verbose overview of the changes since
-1.0.x: http://subversion.tigris.org/svn_1.1_releasenotes.html
+1.0.x: http://subversion.apache.org/docs/release-notes/1.1.html
 
  User-visible changes:
  * new non-database repository back-end (libsvn_fs_fs)
@@ -1758,17 +1758,17 @@
 
 Version 1.0.8
 (22 September 2004, from /branches/1.0.8)
-http://svn.collab.net/repos/svn/tags/1.0.8
+http://svn.apache.org/repos/asf/subversion/tags/1.0.8
 
  User-visible changes:
  * fixed: mod_authz_svn path and log-message metadata leaks.
           See CAN-2004-0749, and descriptive advisory at 
-          http://subversion.tigris.org/security/CAN-2004-0749-advisory.txt
+          http://subversion.apache.org/security/CAN-2004-0749-advisory.txt
 
 
 Version 1.0.7
 (17 September 2004, from /branches/1.0.x)
-http://svn.collab.net/repos/svn/tags/1.0.7
+http://svn.apache.org/repos/asf/subversion/tags/1.0.7
 
  User-visible changes:
  * fixed: win32 'file not found' error [issue #1862]
@@ -1787,7 +1787,7 @@
 
 Version 1.0.6
 (19 July 2004, from /branches/1.0.x)
-http://svn.collab.net/repos/svn/tags/1.0.6
+http://svn.apache.org/repos/asf/subversion/tags/1.0.6
 
  User-visible changes:
  * fixed: crash in status command, caused by race (r10144)
@@ -1801,7 +1801,7 @@
 
 Version 1.0.5
 (10 Jun 2004, from /branches/1.0.5)
-http://svn.collab.net/repos/svn/tags/1.0.5
+http://svn.apache.org/repos/asf/subversion/tags/1.0.5
 
  User-visible changes:
  * fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
@@ -1809,7 +1809,7 @@
 
 Version 1.0.4
 (21 May 2004, from /branches/1.0.x)
-http://svn.collab.net/repos/svn/tags/1.0.4
+http://svn.apache.org/repos/asf/subversion/tags/1.0.4
 
  User-visible changes:
  * fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
@@ -1828,7 +1828,7 @@
 
 Version 1.0.3
 (19 May 2004, from /branches/1.0.3)
-http://svn.collab.net/repos/svn/tags/1.0.3
+http://svn.apache.org/repos/asf/subversion/tags/1.0.3
 
  User-visible changes:
  * fixed: security bug in date parsing. (CAN-2004-0397)
@@ -1836,7 +1836,7 @@
 
 Version 1.0.2
 (15 April 2004, from /branches/1.0.x)
-http://svn.collab.net/repos/svn/tags/1.0.2
+http://svn.apache.org/repos/asf/subversion/tags/1.0.2
 
  User-visible changes:
  * fixed: segfault when remotely deleting svn:author property.
@@ -1861,7 +1861,7 @@
 
 Version 1.0.1
 (12 March 2004, from /branches/1.0.x)
-http://svn.collab.net/repos/svn/tags/1.0.1
+http://svn.apache.org/repos/asf/subversion/tags/1.0.1
 
  User-visible changes:
  * allow anonymous access checking in mod_authz_svn
@@ -1907,7 +1907,7 @@
 
 Version 1.0.0
 (branching 23 February 2004, from /branches/1.0.x)
-http://svn.collab.net/repos/svn/tags/1.0.0
+http://svn.apache.org/repos/asf/subversion/tags/1.0.0
 
  User-visible changes:
  * fixes to the shbang lines in tools/hook-scripts/.
@@ -1931,7 +1931,7 @@
 
 Version 0.37.0 [Beta Interim 2]
 (branching 24 January 2004, from /branches/1.0-stabilization)
-http://svn.collab.net/repos/svn/tags/0.37.0
+http://svn.apache.org/repos/asf/subversion/tags/0.37.0
 
  User-visible changes:
  * bugfix: buffer overflow for AIX client
@@ -1958,7 +1958,7 @@
 
 Version 0.36.0 [Beta Interim 1]
 (branching 13 January 2004, from /branches/1.0-stabilization)
-http://svn.collab.net/repos/svn/tags/0.36.0
+http://svn.apache.org/repos/asf/subversion/tags/0.36.0
 
  User-visible changes:
  * add cancellation support to svnadmin and svnlook (r8222)
@@ -1994,7 +1994,7 @@
 
 
 Version 0.35.1 [Beta] (branching 19 December 2003, from /tags/0.35.0)
-http://svn.collab.net/repos/svn/tags/0.35.1
+http://svn.apache.org/repos/asf/subversion/tags/0.35.1
 
                               NOTICES:
 
@@ -2006,7 +2006,7 @@
 
 
 Version 0.35.0 (branching 12 December 2003, from revision 7994)
-http://svn.collab.net/repos/svn/branches/0.35.0
+http://svn.apache.org/repos/asf/subversion/branches/0.35.0
 
                               NOTICES:
 
@@ -2039,7 +2039,7 @@
 
 
 Version 0.34.0 (released 3 December 2003, from revision r7859)
-http://svn.collab.net/repos/svn/tags/0.34.0
+http://svn.apache.org/repos/asf/subversion/tags/0.34.0
 
 #####################################################################
 ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
@@ -2061,7 +2061,7 @@
  pre-0.34.0 repos to 0.34.0.
 
  That document is also located here:
-    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO
+    http://svn.apache.org/repos/asf/subversion/trunk/notes/repos_upgrade_HOWTO
 
  User-visible changes:
  * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!**
@@ -2084,7 +2084,7 @@
 
 
 Version 0.33.1 (released 17 November 2003, revision r7782)
-http://svn.collab.net/repos/svn/tags/0.33.1
+http://svn.apache.org/repos/asf/subversion/tags/0.33.1
 
     NOTICE: This is a bugfix release.  The bug is fixed if *either*
             the client or server uses the new code.
@@ -2094,7 +2094,7 @@
 
 
 Version 0.33.0 (released 13 November 2003, revision r7737)
-http://svn.collab.net/repos/svn/tags/0.33.0
+http://svn.apache.org/repos/asf/subversion/tags/0.33.0
 
                               NOTICES:
 
@@ -2145,7 +2145,7 @@
 
 
 Version 0.32.1 (released 23 October 2003, revision 7497)
-http://svn.collab.net/repos/svn/tags/0.32.1
+http://svn.apache.org/repos/asf/subversion/tags/0.32.1
 
  NOTICE: This release is to correct for the problems in the 0.32.0
          release.  There are no user or developer changes in this release
@@ -2156,7 +2156,7 @@
          compatibility break with Subversions older than 0.28.0.
 
 Version 0.32.0 (released 22 October 2003, revision 7480)
-http://svn.collab.net/repos/svn/tags/0.32.0
+http://svn.apache.org/repos/asf/subversion/tags/0.32.0
 
  NOTICE: This release of Subversion causes an ra_dav client/server
          compatibility break with Subversions older than 0.28.0.
@@ -2190,7 +2190,7 @@
 
 
 Version 0.31.0 (released 08 October 2003, revision 7355)
-http://svn.collab.net/repos/svn/tags/0.31.0
+http://svn.apache.org/repos/asf/subversion/tags/0.31.0
 
  User-visible changes:
  * new 'svnlook history' command (and removal of 'svnadmin lscr').
@@ -2231,7 +2231,7 @@
 
 
 Version 0.30.0 (released 24 Sep 2003, revision 7178)
-http://svn.collab.net/repos/svn/tags/0.30.0
+http://svn.apache.org/repos/asf/subversion/tags/0.30.0
 
  User-visible changes:
  * SSL changes:  (r7134, #1330)
@@ -2266,7 +2266,7 @@
 
 
 Version 0.29.0 (released 05 Sep 2003, revision 6976)
-http://svn.collab.net/repos/svn/tags/0.29.0
+http://svn.apache.org/repos/asf/subversion/tags/0.29.0
 
  User-visible changes:
  * 'svn status' now streams its response.  (r6913, #1426)
@@ -2294,7 +2294,7 @@
 
 
 Version 0.28.2 (released 29 Aug 2003, revision 6946)
-http://svn.collab.net/repos/svn/tags/0.28.2
+http://svn.apache.org/repos/asf/subversion/tags/0.28.2
 
  User-visible changes:
  * MAJOR BUGFIX:  revert revision 6764.
@@ -2308,7 +2308,7 @@
 
 
 Version 0.28.1
-(released 28 Aug 2003,http://svn.collab.net/repos/svn/tags/0.28.1)
+(released 28 Aug 2003,http://svn.apache.org/repos/asf/subversion/tags/0.28.1)
 
   There are no changes in this release.
   It is strictly an updated release, build with the correct version
@@ -2316,7 +2316,7 @@
 
 
 Version 0.28.0 (released 27 August 2003, rev 6894, branches/release-0.28)
-(http://svn.collab.net/repos/svn/tags/0.28)
+(http://svn.apache.org/repos/asf/subversion/tags/0.28)
 
 #####################################################################
 ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
@@ -2339,7 +2339,7 @@
  pre-0.28.0 repos to 0.28.0.
 
  That document is also located here:
-    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO
+    http://svn.apache.org/repos/asf/subversion/trunk/notes/repos_upgrade_HOWTO
 
  User-visible changes:
  * fs schema change, see issue #1003 **NOTE: repos dump/load cycle required!**
@@ -3135,7 +3135,7 @@
  User-visible changes:
  * repositories have a new database schema;  existing ones must be upgraded!
     - new svnadmin 'dump'/'load' commands to migrate repositories
-    - read http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO
+    - read http://svn.apache.org/repos/asf/subversion/trunk/notes/repos_upgrade_HOWTO
 
  Developer-visible changes:
  * complete rewrite of filesystem schema!

Modified: subversion/trunk/COMMITTERS
URL: http://svn.apache.org/viewvc/subversion/trunk/COMMITTERS?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/COMMITTERS [UTF-8] (original)
+++ subversion/trunk/COMMITTERS [UTF-8] Mon Feb 22 19:47:55 2010
@@ -4,7 +4,7 @@
 patch contributors.
 
 If you have a question or comment, it's probably best to mail
-dev@subversion.tigris.org, rather than mailing any of these people
+dev@subversion.apache.org, rather than mailing any of these people
 directly.
 
 Blanket commit access:

Modified: subversion/trunk/INSTALL
URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Mon Feb 22 19:47:55 2010
@@ -55,7 +55,7 @@
       'installers' for both Windows and OS X.  Visit this page for
       package links:
 
-         http://subversion.tigris.org/project_packages.html
+         http://subversion.apache.org/packages.html
 
       For those of you who still wish to build from source, Subversion
       follows the Unix convention of "./configure && make", but it has
@@ -1468,7 +1468,7 @@
 
       And there's an item about this in the Subversion FAQ:
 
-          http://subversion.tigris.org/faq.html#windows-xp-server
+          http://subversion.apache.org/faq.html#windows-xp-server
 
       The only known workaround for now is to update to Windows XP
       SP1 (or higher).

Modified: subversion/trunk/build/win32/make_gem.rb
URL: http://svn.apache.org/viewvc/subversion/trunk/build/win32/make_gem.rb?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/build/win32/make_gem.rb (original)
+++ subversion/trunk/build/win32/make_gem.rb Mon Feb 22 19:47:55 2010
@@ -79,8 +79,8 @@
     s.date = Time.now
     s.version = Svn::Core::VER_NUM
     s.summary = "The Ruby bindings for Subversion."
-    s.email = "dev@subversion.tigris.org"
-    s.homepage = "http://subversion.tigris.org/"
+    s.email = "dev@subversion.apache.org"
+    s.homepage = "http://subversion.apache.org/"
     s.description = s.summary
     s.authors = ["Kouhei Sutou"]
     s.files = Dir.glob(File.join("**", "*")).delete_if {|x| /\.gem$/i =~ x}

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Mon Feb 22 19:47:55 2010
@@ -24,7 +24,7 @@
 dnl at m4-time, since AC_INIT() requires it then.
 AC_INIT([subversion],
      [esyscmd(python build/getversion.py SVN subversion/include/svn_version.h)],
-     [http://subversion.tigris.org/])
+     [http://subversion.apache.org/])
 
 AC_CONFIG_SRCDIR(subversion/include/svn_types.h)
 AC_CONFIG_AUX_DIR([build])

Modified: subversion/trunk/contrib/client-side/emacs/psvn.el
URL: http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/emacs/psvn.el?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/contrib/client-side/emacs/psvn.el (original)
+++ subversion/trunk/contrib/client-side/emacs/psvn.el Mon Feb 22 19:47:55 2010
@@ -28,7 +28,7 @@
 ;; if you upgrade to a higher version, you need to do a fresh checkout
 
 ;; psvn.el is an interface for the revision control tool subversion
-;; (see http://subversion.tigris.org)
+;; (see http://subversion.apache.org)
 ;; psvn.el provides a similar interface for subversion as pcl-cvs for cvs.
 ;; At the moment the following commands are implemented:
 ;;

Modified: subversion/trunk/notes/commit-access-templates/full-committer.tmpl
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/commit-access-templates/full-committer.tmpl?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/notes/commit-access-templates/full-committer.tmpl (original)
+++ subversion/trunk/notes/commit-access-templates/full-committer.tmpl Mon Feb 22 19:47:55 2010
@@ -39,7 +39,7 @@
 own judgment to decide when something is ready for commit.  Also, if
 you haven't done so already, please read
 
-   http://subversion.tigris.org/hacking.html
+   http://subversion.apache.org/docs/community-guide/
 
 Thanks for all your work so far!
 

Modified: subversion/trunk/notes/commit-access-templates/partial-committer.tmpl
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/commit-access-templates/partial-committer.tmpl?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/notes/commit-access-templates/partial-committer.tmpl (original)
+++ subversion/trunk/notes/commit-access-templates/partial-committer.tmpl Mon Feb 22 19:47:55 2010
@@ -34,7 +34,7 @@
 own judgment to decide when something is ready for commit.  Also, if
 you haven't done so already, please read
 
-   http://subversion.tigris.org/hacking.html
+   http://subversion.apache.org/docs/community-guide/
 
 Thanks for all your work so far!
 

Modified: subversion/trunk/notes/fsfs
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/fsfs?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/notes/fsfs (original)
+++ subversion/trunk/notes/fsfs Mon Feb 22 19:47:55 2010
@@ -1,6 +1,6 @@
 "FSFS" is the name of a Subversion filesystem implementation, an
 alternative to the original Berkeley DB-based implementation.  See
-http://subversion.tigris.org/ for information about Subversion.  This
+http://subversion.apache.org/ for information about Subversion.  This
 is a propaganda document for FSFS, to help people determine if they
 should be interested in using it instead of the BDB filesystem.
 

Modified: subversion/trunk/notes/l10n-problems
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/l10n-problems?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/notes/l10n-problems [UTF-8] (original)
+++ subversion/trunk/notes/l10n-problems [UTF-8] Mon Feb 22 19:47:55 2010
@@ -143,8 +143,8 @@
 above requirements has been done.  This incomplete canvasing may not
 paint an accurate picture, however.
 
-A branch <https://svn.collab.net/repos/svn/branches/server-l10n> has
-been created to explore a solution to the above requirements.  While
+A branch <http://svn.apache.org/repos/asf/subversion/branches/server-l10n/>
+has been created to explore a solution to the above requirements.  While
 the L10N module is important, how that module is applied to both the
 server-side and client-side is possibly even more so; an
 implementation which meets the requirements should not dramatically

Modified: subversion/trunk/notes/merge-tracking/requirements.html
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/merge-tracking/requirements.html?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/notes/merge-tracking/requirements.html (original)
+++ subversion/trunk/notes/merge-tracking/requirements.html Mon Feb 22 19:47:55 2010
@@ -432,8 +432,8 @@
 <p>Another common case is porting a single change from one line to
 another.  This currently requires <code>-r&lt;X-1&gt;:X</code> syntax,
 but Subversion 1.4 will include the <code>-c</code> option (introduced
-in <a href="http://svn.collab.net/viewvc/svn?rev=17054&amp;view=rev"
->r17054</a>), so users will no longer need to perform this menial
+in <a href="http://svn.apache.org/viewvc?view=revision&revision=857128"
+>r857128</a>), so users will no longer need to perform this menial
 arithmetic.  However, Subversion 1.4 will still require the URL of the
 merge source to be specified; a merge tracking solution that eases
 common cases would obviate the need for the user to supply the URL

Modified: subversion/trunk/packages/python-windows/setup.py
URL: http://svn.apache.org/viewvc/subversion/trunk/packages/python-windows/setup.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/packages/python-windows/setup.py (original)
+++ subversion/trunk/packages/python-windows/setup.py Mon Feb 22 19:47:55 2010
@@ -27,8 +27,8 @@
 
 setup (name = "svn-python",
        description = "Subversion Python Bindings",
-       maintainer = "Subversion Developers <de...@subversion.tigris.org>",
-       url = "http://subversion.tigris.org",
+       maintainer = "Subversion Developers <de...@subversion.apache.org>",
+       url = "http://subversion.apache.org",
        version = SVN_VER_NUMBER,
        packages = ["libsvn", "svn"],
        package_data = {"libsvn": ["*.dll", "*.pyd"]})

Modified: subversion/trunk/packages/solaris/pkginfo.in
URL: http://svn.apache.org/viewvc/subversion/trunk/packages/solaris/pkginfo.in?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/packages/solaris/pkginfo.in (original)
+++ subversion/trunk/packages/solaris/pkginfo.in Mon Feb 22 19:47:55 2010
@@ -4,8 +4,8 @@
 VERSION=@PACKAGE_VERSION@
 CATEGORY="application"
 VENDOR="Subversion Project"
-EMAIL="dev@subversion.tigris.org"
-PSTAMP="dev@subversion.tigris.org"
+EMAIL="dev@subversion.apache.org"
+PSTAMP="dev@subversion.apache.org"
 BASEDIR="@prefix@"
 CLASSES="none"
 

Modified: subversion/trunk/subversion/bindings/ctypes-python/setup.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/ctypes-python/setup.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/ctypes-python/setup.py (original)
+++ subversion/trunk/subversion/bindings/ctypes-python/setup.py Mon Feb 22 19:47:55 2010
@@ -470,8 +470,8 @@
       version='0.1',
       description='Python bindings for the Subversion version control system.',
       author='The Subversion Team',
-      author_email='dev@subversion.tigris.org',
-      url='http://subversion.tigris.org',
+      author_email='dev@subversion.apache.org',
+      url='http://subversion.apache.org',
       packages=['csvn', 'csvn.core', 'csvn.ext'],
       license='Apache License, Version 2.0',
      )

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html Mon Feb 22 19:47:55 2010
@@ -24,7 +24,7 @@
 <body>
 <p>Provides a (mostly native, using JNI and javah) implementation of
 a high level Java API for
-<a href="http://subversion.tigris.org/">Subversion</a>.  JavaHL was originally
+<a href="http://subversion.apache.org/">Subversion</a>.  JavaHL was originally
 targeted for implementors of GUI clients and IDE plug-ins, and currently
 provides a minimal-but-complete set of APIs which expose the core Subversion C
 API to Java.  It requires a JRE 1.2+ (runtime).</p>

Modified: subversion/trunk/subversion/bindings/swig/python/__init__.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/__init__.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/__init__.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/__init__.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # __init__.py:  defines this directory as the 'libsvn' package.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/__init__.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/__init__.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/__init__.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/__init__.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # __init__.py: defines this directory as the 'svn' package
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/client.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/client.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/client.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/client.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # client.py: public Python interface for client components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/core.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/core.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/core.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/core.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # core.py: public Python interface for core components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/delta.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/delta.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/delta.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/delta.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # delta.py: public Python interface for delta components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/diff.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/diff.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/diff.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/diff.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # diff.py: public Python interface for diff components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/fs.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/fs.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/fs.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/fs.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # fs.py: public Python interface for fs components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/ra.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/ra.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/ra.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/ra.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # ra.py: public Python interface for ra components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/repos.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/repos.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/repos.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/repos.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # repos.py: public Python interface for repos components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/wc.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/wc.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/wc.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/wc.py Mon Feb 22 19:47:55 2010
@@ -2,7 +2,7 @@
 # wc.py: public Python interface for wc components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.tigris.org for more information.
+# See http://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/include/svn_props.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_props.h?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_props.h (original)
+++ subversion/trunk/subversion/include/svn_props.h Mon Feb 22 19:47:55 2010
@@ -371,7 +371,7 @@
  * The following properties are used for storing meta-data about
  * individual entries in the meta-data branches of subversion,
  * see issue #1256 or browseable at
- * http://svn.collab.net/viewvc/svn/branches/meta-data-versioning/ .
+ * http://svn.apache.org/viewvc/subversion/branches/meta-data-versioning/ .
  * Furthermore @c svntar (http://svn.borg.ch/svntar/) and @c FSVS
  * (http://fsvs.tigris.org/) use these, too.
  *

Modified: subversion/trunk/subversion/libsvn_repos/repos.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.c?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.c (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.c Mon Feb 22 19:47:55 2010
@@ -1107,7 +1107,7 @@
 "### access through http: and/or file: URLs, then this file is"              NL
 "### irrelevant.)"                                                           NL
 ""                                                                           NL
-"### Visit http://subversion.tigris.org/ for more information."              NL
+"### Visit http://subversion.apache.org/ for more information."              NL
 ""                                                                           NL
 "[general]"                                                                  NL
 "### These options control access to the repository for unauthenticated"     NL
@@ -1284,7 +1284,7 @@
       "requirements of your site."                                           NL
       ""                                                                     NL;
     const char * const readme_footer =
-      "Visit http://subversion.tigris.org/ for more information."            NL;
+      "Visit http://subversion.apache.org/ for more information."            NL;
     apr_file_t *f;
     apr_size_t written;
 

Modified: subversion/trunk/subversion/svn/svn.1
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.1?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.1 (original)
+++ subversion/trunk/subversion/svn/svn.1 Mon Feb 22 19:47:55 2010
@@ -36,7 +36,7 @@
 to permit extracting previous versions of those files at any time.
 
 For more information about the Subversion project, visit 
-http://subversion.tigris.org.
+http://subversion.apache.org.
 
 Documentation for Subversion and its tools, including detailed usage
 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and

Modified: subversion/trunk/subversion/svnadmin/svnadmin.1
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnadmin/svnadmin.1?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/svnadmin/svnadmin.1 (original)
+++ subversion/trunk/subversion/svnadmin/svnadmin.1 Mon Feb 22 19:47:55 2010
@@ -36,7 +36,7 @@
 to permit extracting previous versions of those files at any time.
 
 For more information about the Subversion project, visit 
-http://subversion.tigris.org.
+http://subversion.apache.org.
 
 Documentation for Subversion and its tools, including detailed usage
 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and

Modified: subversion/trunk/subversion/svndumpfilter/svndumpfilter.1
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svndumpfilter/svndumpfilter.1?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/svndumpfilter/svndumpfilter.1 (original)
+++ subversion/trunk/subversion/svndumpfilter/svndumpfilter.1 Mon Feb 22 19:47:55 2010
@@ -36,7 +36,7 @@
 to permit extracting previous versions of those files at any time.
 
 For more information about the Subversion project, visit 
-http://subversion.tigris.org.
+http://subversion.apache.org.
 
 Documentation for Subversion and its tools, including detailed usage
 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and

Modified: subversion/trunk/subversion/svnlook/svnlook.1
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnlook/svnlook.1?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/svnlook/svnlook.1 (original)
+++ subversion/trunk/subversion/svnlook/svnlook.1 Mon Feb 22 19:47:55 2010
@@ -36,7 +36,7 @@
 to permit extracting previous versions of those files at any time.
 
 For more information about the Subversion project, visit 
-http://subversion.tigris.org.
+http://subversion.apache.org.
 
 Documentation for Subversion and its tools, including detailed usage
 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and

Modified: subversion/trunk/subversion/svnsync/svnsync.1
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnsync/svnsync.1?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/svnsync/svnsync.1 (original)
+++ subversion/trunk/subversion/svnsync/svnsync.1 Mon Feb 22 19:47:55 2010
@@ -36,7 +36,7 @@
 to permit extracting previous versions of those files at any time.
 
 For more information about the Subversion project, visit 
-http://subversion.tigris.org.
+http://subversion.apache.org.
 
 Documentation for Subversion and its tools, including detailed usage
 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and

Modified: subversion/trunk/subversion/svnversion/svnversion.1
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnversion/svnversion.1?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/svnversion/svnversion.1 (original)
+++ subversion/trunk/subversion/svnversion/svnversion.1 Mon Feb 22 19:47:55 2010
@@ -36,7 +36,7 @@
 to permit extracting previous versions of those files at any time.
 
 For more information about the Subversion project, visit 
-http://subversion.tigris.org.
+http://subversion.apache.org.
 
 Documentation for Subversion and its tools, including detailed usage
 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and

Modified: subversion/trunk/subversion/tests/cmdline/authz_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/authz_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/authz_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/authz_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  authz_tests.py:  testing authentication.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/autoprop_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/autoprop_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/autoprop_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/autoprop_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  autoprop_tests.py:  testing automatic properties
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/basic_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/basic_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/basic_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/basic_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  basic_tests.py:  testing working-copy interactions with ra_local
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/blame_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/blame_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/blame_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/blame_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  blame_tests.py:  testing line-by-line annotation.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/cat_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/cat_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/cat_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/cat_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  cat_tests.py:  testing cat cases.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/changelist_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/changelist_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/changelist_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/changelist_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  changelist_tests.py:  testing changelist uses.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/checkout_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/checkout_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/checkout_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/checkout_tests.py Mon Feb 22 19:47:55 2010
@@ -4,7 +4,7 @@
 #                      tree already exits.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/commit_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/commit_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/commit_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/commit_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  commit_tests.py:  testing fancy commit cases.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  copy_tests.py:  testing the many uses of 'svn cp' and 'svn mv'
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/depth_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/depth_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/depth_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/depth_tests.py Mon Feb 22 19:47:55 2010
@@ -5,7 +5,7 @@
 #                   depth-immediates, depth-infinity).
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/diff_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/diff_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/diff_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/diff_tests.py Mon Feb 22 19:47:55 2010
@@ -4,7 +4,7 @@
 #  diff_tests.py:  some basic diff tests
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/entries_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/entries_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/entries_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/entries_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  entries_tests.py:  test the old entries API using entries-dump
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/export_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/export_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/export_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/export_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  export_tests.py:  testing export cases.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/externals_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/externals_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/externals_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/externals_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  module_tests.py:  testing modules / external sources.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/getopt_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/getopt_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/getopt_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  getopt_tests.py:  testing the svn command line processing
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/history_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/history_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/history_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/history_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  history_tests.py:  testing history-tracing code
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/import_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/import_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/import_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/import_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  import_tests.py:  import tests
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/info_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/info_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/info_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/info_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  info_tests.py:  testing the svn info command
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/lock_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/lock_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/lock_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/lock_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  lock_tests.py:  testing versioned properties
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/log_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/log_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/log_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/log_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  log_tests.py:  testing "svn log"
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  merge_authz_tests.py:  merge tests that need to write an authz file
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/merge_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/merge_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/merge_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/merge_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  merge_tests.py:  testing merge
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/mergeinfo_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/mergeinfo_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/mergeinfo_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/mergeinfo_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  mergeinfo_tests.py:  testing Merge Tracking reporting
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/obliterate_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/obliterate_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/obliterate_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/obliterate_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  obliterate_tests.py:  testing Obliterate
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Mon Feb 22 19:47:55 2010
@@ -4,7 +4,7 @@
 #  patch_tests.py:  some basic patch tests
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/prop_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/prop_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/prop_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/prop_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  prop_tests.py:  testing versioned properties
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/resolve_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/resolve_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/resolve_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/resolve_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  resolve_tests.py:  testing 'svn resolve'
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/resolved_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/resolved_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/resolved_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/resolved_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  resolved_tests.py:  testing "resolved" cases.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/revert_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/revert_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/revert_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/revert_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  revert_tests.py:  testing 'svn revert'.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/schedule_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/schedule_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/schedule_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/schedule_tests.py Mon Feb 22 19:47:55 2010
@@ -4,7 +4,7 @@
 #                      (adds, deletes, reversion)
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/special_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/special_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/special_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/special_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  special_tests.py:  testing special and reserved file handling
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/stat_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/stat_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/stat_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/stat_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  stat_tests.py:  testing the svn stat command
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  svnadmin_tests.py:  testing the 'svnadmin' tool.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  svndumpfilter_tests.py:  testing the 'svndumpfilter' tool.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/svneditor.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svneditor.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svneditor.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svneditor.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  svneditor.py: a mock $SVN_EDITOR for the Subversion test suite
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/svnlook_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnlook_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnlook_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnlook_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  svnlook_tests.py:  testing the 'svnlook' tool.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/svnsync_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnsync_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnsync_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnsync_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  svnsync_tests.py:  Tests SVNSync's repository mirroring capabilities.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/svnversion_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnversion_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnversion_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnversion_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  svnversion_tests.py:  testing the 'svnversion' tool.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/switch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/switch_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/switch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/switch_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  switch_tests.py:  testing `svn switch'.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/trans_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/trans_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/trans_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/trans_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  trans_tests.py:  testing eol conversion and keyword substitution
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  tree_conflict_tests.py:  testing tree-conflict cases.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  update_tests.py:  testing update cases.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/upgrade_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/upgrade_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/upgrade_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/upgrade_tests.py Mon Feb 22 19:47:55 2010
@@ -3,7 +3,7 @@
 #  upgrade_tests.py:  test the working copy upgrade process
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/tests/cmdline/utf8_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/utf8_tests.py?rev=915036&r1=915035&r2=915036&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/utf8_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/utf8_tests.py Mon Feb 22 19:47:55 2010
@@ -4,7 +4,7 @@
 #  utf8_tests.py:  testing the svn client's utf8 (i18n) handling
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.tigris.org for more information.
+#  See http://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one