Index: COMMITTERS =================================================================== --- COMMITTERS (revision 910211) +++ COMMITTERS (working copy) @@ -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: Index: notes/commit-access-templates/partial-committer.tmpl =================================================================== --- notes/commit-access-templates/partial-committer.tmpl (revision 910211) +++ notes/commit-access-templates/partial-committer.tmpl (working copy) @@ -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! Index: notes/commit-access-templates/full-committer.tmpl =================================================================== --- notes/commit-access-templates/full-committer.tmpl (revision 910211) +++ notes/commit-access-templates/full-committer.tmpl (working copy) @@ -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! Index: notes/merge-tracking/requirements.html =================================================================== --- notes/merge-tracking/requirements.html (revision 910211) +++ notes/merge-tracking/requirements.html (working copy) @@ -432,8 +432,8 @@

Another common case is porting a single change from one line to another. This currently requires -r<X-1>:X syntax, but Subversion 1.4 will include the -c option (introduced -in r17054), so users will no longer need to perform this menial +in r857128), 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 Index: notes/l10n-problems =================================================================== --- notes/l10n-problems (revision 910211) +++ notes/l10n-problems (working copy) @@ -143,8 +143,8 @@ above requirements has been done. This incomplete canvasing may not paint an accurate picture, however. -A branch has -been created to explore a solution to the above requirements. While +A branch +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 Index: notes/fsfs =================================================================== --- notes/fsfs (revision 910211) +++ notes/fsfs (working copy) @@ -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. Index: build/win32/make_gem.rb =================================================================== --- build/win32/make_gem.rb (revision 910211) +++ build/win32/make_gem.rb (working copy) @@ -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} Index: subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html =================================================================== --- subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html (revision 910211) +++ subversion/bindings/javahl/src/org/tigris/subversion/javahl/package.html (working copy) @@ -24,7 +24,7 @@

Provides a (mostly native, using JNI and javah) implementation of a high level Java API for -Subversion. JavaHL was originally +Subversion. 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).

Index: subversion/bindings/ctypes-python/setup.py =================================================================== --- subversion/bindings/ctypes-python/setup.py (revision 910211) +++ subversion/bindings/ctypes-python/setup.py (working copy) @@ -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', ) Index: subversion/bindings/swig/python/svn/core.py =================================================================== --- subversion/bindings/swig/python/svn/core.py (revision 910211) +++ subversion/bindings/swig/python/svn/core.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/diff.py =================================================================== --- subversion/bindings/swig/python/svn/diff.py (revision 910211) +++ subversion/bindings/swig/python/svn/diff.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/fs.py =================================================================== --- subversion/bindings/swig/python/svn/fs.py (revision 910211) +++ subversion/bindings/swig/python/svn/fs.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/repos.py =================================================================== --- subversion/bindings/swig/python/svn/repos.py (revision 910211) +++ subversion/bindings/swig/python/svn/repos.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/delta.py =================================================================== --- subversion/bindings/swig/python/svn/delta.py (revision 910211) +++ subversion/bindings/swig/python/svn/delta.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/wc.py =================================================================== --- subversion/bindings/swig/python/svn/wc.py (revision 910211) +++ subversion/bindings/swig/python/svn/wc.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/client.py =================================================================== --- subversion/bindings/swig/python/svn/client.py (revision 910211) +++ subversion/bindings/swig/python/svn/client.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/__init__.py =================================================================== --- subversion/bindings/swig/python/svn/__init__.py (revision 910211) +++ subversion/bindings/swig/python/svn/__init__.py (working copy) @@ -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 Index: subversion/bindings/swig/python/svn/ra.py =================================================================== --- subversion/bindings/swig/python/svn/ra.py (revision 910211) +++ subversion/bindings/swig/python/svn/ra.py (working copy) @@ -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 Index: subversion/bindings/swig/python/__init__.py =================================================================== --- subversion/bindings/swig/python/__init__.py (revision 910211) +++ subversion/bindings/swig/python/__init__.py (working copy) @@ -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 Index: subversion/tests/cmdline/revert_tests.py =================================================================== --- subversion/tests/cmdline/revert_tests.py (revision 910211) +++ subversion/tests/cmdline/revert_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/cat_tests.py =================================================================== --- subversion/tests/cmdline/cat_tests.py (revision 910211) +++ subversion/tests/cmdline/cat_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/entries_tests.py =================================================================== --- subversion/tests/cmdline/entries_tests.py (revision 910211) +++ subversion/tests/cmdline/entries_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/import_tests.py =================================================================== --- subversion/tests/cmdline/import_tests.py (revision 910211) +++ subversion/tests/cmdline/import_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/mergeinfo_tests.py =================================================================== --- subversion/tests/cmdline/mergeinfo_tests.py (revision 910211) +++ subversion/tests/cmdline/mergeinfo_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/svnadmin_tests.py =================================================================== --- subversion/tests/cmdline/svnadmin_tests.py (revision 910211) +++ subversion/tests/cmdline/svnadmin_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/tree_conflict_tests.py =================================================================== --- subversion/tests/cmdline/tree_conflict_tests.py (revision 910211) +++ subversion/tests/cmdline/tree_conflict_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/changelist_tests.py =================================================================== --- subversion/tests/cmdline/changelist_tests.py (revision 910211) +++ subversion/tests/cmdline/changelist_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/log_tests.py =================================================================== --- subversion/tests/cmdline/log_tests.py (revision 910211) +++ subversion/tests/cmdline/log_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/resolved_tests.py =================================================================== --- subversion/tests/cmdline/resolved_tests.py (revision 910211) +++ subversion/tests/cmdline/resolved_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/upgrade_tests.py =================================================================== --- subversion/tests/cmdline/upgrade_tests.py (revision 910211) +++ subversion/tests/cmdline/upgrade_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/trans_tests.py =================================================================== --- subversion/tests/cmdline/trans_tests.py (revision 910211) +++ subversion/tests/cmdline/trans_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/lock_tests.py =================================================================== --- subversion/tests/cmdline/lock_tests.py (revision 910211) +++ subversion/tests/cmdline/lock_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/obliterate_tests.py =================================================================== --- subversion/tests/cmdline/obliterate_tests.py (revision 910211) +++ subversion/tests/cmdline/obliterate_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/svneditor.py =================================================================== --- subversion/tests/cmdline/svneditor.py (revision 910211) +++ subversion/tests/cmdline/svneditor.py (working copy) @@ -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 Index: subversion/tests/cmdline/svnlook_tests.py =================================================================== --- subversion/tests/cmdline/svnlook_tests.py (revision 910211) +++ subversion/tests/cmdline/svnlook_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/history_tests.py =================================================================== --- subversion/tests/cmdline/history_tests.py (revision 910211) +++ subversion/tests/cmdline/history_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/switch_tests.py =================================================================== --- subversion/tests/cmdline/switch_tests.py (revision 910211) +++ subversion/tests/cmdline/switch_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/svndumpfilter_tests.py =================================================================== --- subversion/tests/cmdline/svndumpfilter_tests.py (revision 910211) +++ subversion/tests/cmdline/svndumpfilter_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/svnsync_tests.py =================================================================== --- subversion/tests/cmdline/svnsync_tests.py (revision 910211) +++ subversion/tests/cmdline/svnsync_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/externals_tests.py =================================================================== --- subversion/tests/cmdline/externals_tests.py (revision 910211) +++ subversion/tests/cmdline/externals_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/diff_tests.py =================================================================== --- subversion/tests/cmdline/diff_tests.py (revision 910211) +++ subversion/tests/cmdline/diff_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/autoprop_tests.py =================================================================== --- subversion/tests/cmdline/autoprop_tests.py (revision 910211) +++ subversion/tests/cmdline/autoprop_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/merge_authz_tests.py =================================================================== --- subversion/tests/cmdline/merge_authz_tests.py (revision 910211) +++ subversion/tests/cmdline/merge_authz_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/copy_tests.py =================================================================== --- subversion/tests/cmdline/copy_tests.py (revision 910211) +++ subversion/tests/cmdline/copy_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/stat_tests.py =================================================================== --- subversion/tests/cmdline/stat_tests.py (revision 910211) +++ subversion/tests/cmdline/stat_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/svnversion_tests.py =================================================================== --- subversion/tests/cmdline/svnversion_tests.py (revision 910211) +++ subversion/tests/cmdline/svnversion_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/resolve_tests.py =================================================================== --- subversion/tests/cmdline/resolve_tests.py (revision 910211) +++ subversion/tests/cmdline/resolve_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/prop_tests.py =================================================================== --- subversion/tests/cmdline/prop_tests.py (revision 910211) +++ subversion/tests/cmdline/prop_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/blame_tests.py =================================================================== --- subversion/tests/cmdline/blame_tests.py (revision 910211) +++ subversion/tests/cmdline/blame_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/special_tests.py =================================================================== --- subversion/tests/cmdline/special_tests.py (revision 910211) +++ subversion/tests/cmdline/special_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/basic_tests.py =================================================================== --- subversion/tests/cmdline/basic_tests.py (revision 910211) +++ subversion/tests/cmdline/basic_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/export_tests.py =================================================================== --- subversion/tests/cmdline/export_tests.py (revision 910211) +++ subversion/tests/cmdline/export_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/update_tests.py =================================================================== --- subversion/tests/cmdline/update_tests.py (revision 910211) +++ subversion/tests/cmdline/update_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/utf8_tests.py =================================================================== --- subversion/tests/cmdline/utf8_tests.py (revision 910211) +++ subversion/tests/cmdline/utf8_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/commit_tests.py =================================================================== --- subversion/tests/cmdline/commit_tests.py (revision 910211) +++ subversion/tests/cmdline/commit_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/info_tests.py =================================================================== --- subversion/tests/cmdline/info_tests.py (revision 910211) +++ subversion/tests/cmdline/info_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/authz_tests.py =================================================================== --- subversion/tests/cmdline/authz_tests.py (revision 910211) +++ subversion/tests/cmdline/authz_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/schedule_tests.py =================================================================== --- subversion/tests/cmdline/schedule_tests.py (revision 910211) +++ subversion/tests/cmdline/schedule_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/patch_tests.py =================================================================== --- subversion/tests/cmdline/patch_tests.py (revision 910211) +++ subversion/tests/cmdline/patch_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/merge_tests.py =================================================================== --- subversion/tests/cmdline/merge_tests.py (revision 910211) +++ subversion/tests/cmdline/merge_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/getopt_tests.py =================================================================== --- subversion/tests/cmdline/getopt_tests.py (revision 910211) +++ subversion/tests/cmdline/getopt_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/depth_tests.py =================================================================== --- subversion/tests/cmdline/depth_tests.py (revision 910211) +++ subversion/tests/cmdline/depth_tests.py (working copy) @@ -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 Index: subversion/tests/cmdline/checkout_tests.py =================================================================== --- subversion/tests/cmdline/checkout_tests.py (revision 910211) +++ subversion/tests/cmdline/checkout_tests.py (working copy) @@ -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 Index: subversion/svndumpfilter/svndumpfilter.1 =================================================================== --- subversion/svndumpfilter/svndumpfilter.1 (revision 910211) +++ subversion/svndumpfilter/svndumpfilter.1 (working copy) @@ -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 Index: subversion/svn/svn.1 =================================================================== --- subversion/svn/svn.1 (revision 910211) +++ subversion/svn/svn.1 (working copy) @@ -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 Index: subversion/svnversion/svnversion.1 =================================================================== --- subversion/svnversion/svnversion.1 (revision 910211) +++ subversion/svnversion/svnversion.1 (working copy) @@ -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 Index: subversion/svnadmin/svnadmin.1 =================================================================== --- subversion/svnadmin/svnadmin.1 (revision 910211) +++ subversion/svnadmin/svnadmin.1 (working copy) @@ -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 Index: subversion/include/svn_props.h =================================================================== --- subversion/include/svn_props.h (revision 910211) +++ subversion/include/svn_props.h (working copy) @@ -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. * Index: subversion/svnlook/svnlook.1 =================================================================== --- subversion/svnlook/svnlook.1 (revision 910211) +++ subversion/svnlook/svnlook.1 (working copy) @@ -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 Index: subversion/svnsync/svnsync.1 =================================================================== --- subversion/svnsync/svnsync.1 (revision 910211) +++ subversion/svnsync/svnsync.1 (working copy) @@ -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 Index: subversion/libsvn_repos/repos.c =================================================================== --- subversion/libsvn_repos/repos.c (revision 910211) +++ subversion/libsvn_repos/repos.c (working copy) @@ -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; Index: contrib/client-side/emacs/psvn.el =================================================================== --- contrib/client-side/emacs/psvn.el (revision 910211) +++ contrib/client-side/emacs/psvn.el (working copy) @@ -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: ;; Index: tools/dist/write-announcement.py =================================================================== --- tools/dist/write-announcement.py (revision 910211) +++ tools/dist/write-announcement.py (working copy) @@ -63,7 +63,7 @@ @RCWARNING@ Release notes for the @MAJOR_MINOR@.x release series may be found at: - http://subversion.tigris.org/svn_@MAJOR_MINOR@_releasenotes.html + http://subversion.apache.org/docs/release-notes/@MAJOR_MINOR@.html You can find the list of changes between @VERSION@ and earlier versions at: @@ -117,7 +117,7 @@ @RCWARNING@

Release notes for the @MAJOR_MINOR@.x release series may be found at:

-
http://subversion.tigris.org/svn_@MAJOR_MINOR@_releasenotes.html
+
http://subversion.apache.org/docs/release-notes/@MAJOR_MINOR@.html

You can find the list of changes between @VERSION@ and earlier versions at:

Index: tools/dist/gen_nightly_ann.py =================================================================== --- tools/dist/gen_nightly_ann.py (revision 910211) +++ tools/dist/gen_nightly_ann.py (working copy) @@ -47,7 +47,7 @@ If you are looking for a copy of Subversion for production use, this is not it; you should instead grab the latest stable release from the Download +href="http://subversion.apache.org/packages.html">Download area.

Note to operating system distro package Index: tools/backup/hot-backup.py.in =================================================================== --- tools/backup/hot-backup.py.in (revision 910211) +++ tools/backup/hot-backup.py.in (working copy) @@ -7,7 +7,7 @@ # Berkeley DB. # # 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 Index: tools/dev/contribulyze.py =================================================================== --- tools/dev/contribulyze.py (revision 910211) +++ tools/dev/contribulyze.py (working copy) @@ -607,8 +607,8 @@ was generated from "svn log" output by contribulyze.py, which looks for log messages that use the special -contribution format.

+href="http://subversion.apache.org/docs/community-guide/conventions.html#crediting" +>special contribution format.

Please do not use this list as a generic guide to who has contributed what to Subversion! It omits existing 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! Index: packages/python-windows/setup.py =================================================================== --- packages/python-windows/setup.py (revision 910211) +++ packages/python-windows/setup.py (working copy) @@ -27,8 +27,8 @@ setup (name = "svn-python", description = "Subversion Python Bindings", - maintainer = "Subversion Developers ", - url = "http://subversion.tigris.org", + maintainer = "Subversion Developers ", + url = "http://subversion.apache.org", version = SVN_VER_NUMBER, packages = ["libsvn", "svn"], package_data = {"libsvn": ["*.dll", "*.pyd"]}) Index: packages/solaris/pkginfo.in =================================================================== --- packages/solaris/pkginfo.in (revision 910211) +++ packages/solaris/pkginfo.in (working copy) @@ -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"