You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/01/07 15:28:40 UTC

svn commit: r896893 - in /subversion/trunk/subversion: include/private/svn_doxygen.h mod_dav_svn/repos.c svn/help-cmd.c

Author: hwright
Date: Thu Jan  7 14:27:23 2010
New Revision: 896893

URL: http://svn.apache.org/viewvc?rev=896893&view=rev
Log:
Update some URLs to point to subversion.apache.org.

* subversion/mod_dav_svn/repos.c
  (deliver): Output the the updated url to the browser for GET requests.

* subversion/svn/help-cmd.c
  (svn_cl__help): Use the new URL.

* subversion/include/private/svn_doxygen.h:
  Same

Modified:
    subversion/trunk/subversion/include/private/svn_doxygen.h
    subversion/trunk/subversion/mod_dav_svn/repos.c
    subversion/trunk/subversion/svn/help-cmd.c

Modified: subversion/trunk/subversion/include/private/svn_doxygen.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_doxygen.h?rev=896893&r1=896892&r2=896893&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_doxygen.h (original)
+++ subversion/trunk/subversion/include/private/svn_doxygen.h Thu Jan  7 14:27:23 2010
@@ -28,5 +28,5 @@
  * intending to use these APIs.  For more information about using Subversion,
  * see the Subversion Book at http://svnbook.red-bean.com/.
  *
- * To learn more about Subversion, please visit http://subversion.tigris.org/.
+ * To learn more about Subversion, please visit http://subversion.apache.org/.
  */

Modified: subversion/trunk/subversion/mod_dav_svn/repos.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/repos.c?rev=896893&r1=896892&r2=896893&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/repos.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/repos.c Thu Jan  7 14:27:23 2010
@@ -3147,7 +3147,7 @@
         "]>\n";
 
       /* <svn version="1.3.0 (dev-build)"
-              href="http://subversion.tigris.org">
+              href="http://subversion.apache.org">
            <index name="[info->repos->repo_name]"
                   path="[info->repos_path]"
                   rev="[info->root.rev]">
@@ -3247,7 +3247,7 @@
           ap_fputs(output, bb, xml_index_dtd);
           ap_fputs(output, bb,
                    "<svn version=\"" SVN_VERSION "\"\n"
-                   "     href=\"http://subversion.tigris.org/\">\n");
+                   "     href=\"http://subversion.apache.org/\">\n");
           ap_fputs(output, bb, "  <index");
           if (name)
             ap_fprintf(output, bb, " name=\"%s\"",
@@ -3389,7 +3389,7 @@
               */
               ap_fputs(output, bb,
                        " </ul>\n <hr noshade><em>Powered by "
-                       "<a href=\"http://subversion.tigris.org/\">Subversion"
+                       "<a href=\"http://subversion.apache.org/\">Subversion"
                        "</a> version " SVN_VERSION "."
                        "</em>\n</body></html>");
             }

Modified: subversion/trunk/subversion/svn/help-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/help-cmd.c?rev=896893&r1=896892&r2=896893&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/help-cmd.c (original)
+++ subversion/trunk/subversion/svn/help-cmd.c Thu Jan  7 14:27:23 2010
@@ -61,7 +61,7 @@
 
   char help_footer[] =
   N_("Subversion is a tool for version control.\n"
-     "For additional information, see http://subversion.tigris.org/\n");
+     "For additional information, see http://subversion.apache.org/\n");
 
   char *help_header =
     apr_psprintf(pool, _(help_header_template), SVN_VER_NUMBER);



Re: svn commit: r896893 - in /subversion/trunk/subversion: include/private/svn_doxygen.h mod_dav_svn/repos.c svn/help-cmd.c

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Jan 7, 2010, at 8:55 AM, C. Michael Pilato wrote:

> hwright@apache.org wrote:
>> Author: hwright
>> Date: Thu Jan  7 14:27:23 2010
>> New Revision: 896893
> 
> [...]
> 
>> * subversion/svn/help-cmd.c
>>  (svn_cl__help): Use the new URL.
> 
> This didn't break getopt_tests.py?

Grr... probably did.  Yep, fixed in r896901.

-Hyrum


Re: svn commit: r896893 - in /subversion/trunk/subversion: include/private/svn_doxygen.h mod_dav_svn/repos.c svn/help-cmd.c

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Jan 7, 2010, at 8:55 AM, C. Michael Pilato wrote:

> hwright@apache.org wrote:
>> Author: hwright
>> Date: Thu Jan  7 14:27:23 2010
>> New Revision: 896893
> 
> [...]
> 
>> * subversion/svn/help-cmd.c
>>  (svn_cl__help): Use the new URL.
> 
> This didn't break getopt_tests.py?

Grr... probably did.  Yep, fixed in r896901.

-Hyrum

Re: svn commit: r896893 - in /subversion/trunk/subversion: include/private/svn_doxygen.h mod_dav_svn/repos.c svn/help-cmd.c

Posted by "C. Michael Pilato" <cm...@collab.net>.
hwright@apache.org wrote:
> Author: hwright
> Date: Thu Jan  7 14:27:23 2010
> New Revision: 896893

[...]

> * subversion/svn/help-cmd.c
>   (svn_cl__help): Use the new URL.

This didn't break getopt_tests.py?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: svn commit: r896893 - in /subversion/trunk/subversion: include/private/svn_doxygen.h mod_dav_svn/repos.c svn/help-cmd.c

Posted by "C. Michael Pilato" <cm...@collab.net>.
hwright@apache.org wrote:
> Author: hwright
> Date: Thu Jan  7 14:27:23 2010
> New Revision: 896893

[...]

> * subversion/svn/help-cmd.c
>   (svn_cl__help): Use the new URL.

This didn't break getopt_tests.py?

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand