Gabriela Gibson <gabriella.gibson{_at_}gmail.com>


Found Patch
r1601498, r1420210 r1477730, r1448847, r1438625, r1430384, r1430275, r1428689, r1427728, r1426480, r1423585, r1421011

r1601498 | breser | 2014-06-09 15:23:06 -0500 (Mon, 09 Jun 2014)

Remove issue-2897-take2 branch.

Issue #2897 was marked as closed with 1.8.0 by Julian Foad and this branch has
not been touched since 2009.  Additionally, the www/hacking.html file in this
branch is turning up in Google search results despite being terribly out of date.

Found by: Gabriela Gibson <gabriella.gibson{_at_}gmail.com>


r1477730 | breser | 2013-04-30 12:24:11 -0500 (Tue, 30 Apr 2013)

* get-deps.sh
  (ZLIB):  Update zlib version number.
  (get_zlib): Modify tar command and file extension.

Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>
(modified by breser to not use GNU tar options)


r1448847 | gbg | 2013-02-21 17:12:27 -0600 (Thu, 21 Feb 2013)

Add a section to Community Guide describing procedure for obtaining
the source for the Subversion web site.  Add navigation links to new
page within community guide.

Add three html files creating one extra page on web site accessible at 
/docs/community-guide/web.html.  Also add README in top level directory
providing link to new web page.

* publish/docs/community-guide/web.html
  (New page): Provide the top-level html page for the new page.

* publish/docs/community-guide/web.toc.html
  (New page): Provide table-of-contents for new page.

* publish/docs/community-guide/web.part.html
  (New page): Provide body text for new page
  (Introduction): Provide brief overview of structure of web pages on 
   subversion site.
  (web_sources): Provide instructions for accessing web sources via
   https or svn.
  (web_mirror): Provide instructions for creating mirror of Subversion
   site with Apache.
  (web_validation): Provide instructions for validating changes.
  (web_patch_creation): Describe format of commit log message for 
   web changes.

* README
  (New file): Provide link to new /docs/community-guide/web.html page.

* publish/docs/community-guide/releasing.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/issues.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/guide-nav.html
  (topmenu): Add SSI variable pointing to web.html.

* publish/docs/community-guide/community-guide.html
  (site-content): Add SSI variable pointing to web.html.
  (Table of Contents): Add link to web.toc.html.

* publish/docs/community-guide/conventions.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/index.html
  (Table of Contents): Add link to web.html.

* publish/docs/community-guide/l10n.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/mailing-lists.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/general.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/roles.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/debugging.html
  (site-content): Add SSI variable pointing to web.html.

* publish/docs/community-guide/building.html
  (site-content): Add SSI variable pointing to web.html.

Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>
Approved by: danielsh


r1438625 | stsp | 2013-01-25 12:05:05 -0600 (Fri, 25 Jan 2013)

Update information about SVN automated tests and repoint links.

* svn/site/publish/docs/community-guide/building.part.html 
  (automated-tests):  Update information and links. Remove mention of custom
   buildbot setups, these are long gone. Move information about the
   nofications@ list to ...
  (build-farm):  ... here. Add Updated link to trac.buildbot.net site.

Patch by:     Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>
              me


r1430384 | breser | 2013-01-08 10:55:05 -0600 (Tue, 08 Jan 2013)

Improve some additional links in our community guide.

* publis/docs/community-guide/general.part.html
  (code-to-read): Change links to APR's documentation like the SVN links.
  (directory-layout): Add link to packages directory entry.

Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>
(adjusted by me to apply after r1430275 committed part of this and removed
  an extra traililng slash on the packages link).


r1430275 | stsp | 2013-01-08 07:29:51 -0600 (Tue, 08 Jan 2013)

Create links for all the linkable items in code-to-read and 
directory-layout sections of general.html page.

* publish/docs/community-guide/general.part.html:
  (code-to-read): Create links for all file names to point to HTML 
   pretty-print versions.
  (code-to-read): Add link for 'notes/assurance.txt'.
  (directory-layout): Create links for all directories to point to
   current directories in development repository.
  (directory-layout): Remove apr and neon links.

Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>


r1428689 | brane | 2013-01-03 18:51:27 -0600 (Thu, 03 Jan 2013)

Change default behaviour of get_deps.sh from downloading gtest
library to making it an optional target.

* get-deps.sh
  (usage): Add gtest to list of possible arguments.
  (get_deps): Remove gtest from list of default downloads.

Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>


r1427728 | brane | 2013-01-02 04:53:03 -0600 (Wed, 02 Jan 2013)

Changes to get-deps.sh to download gtest.

* get-deps.sh:
  (Variable definitions): Adds three "GTEST_*" variables to assist in
   downloading gtest sources.
  (get_gtest): New function: Download, unzip and move gtest source.
  (get_deps): Check whether gtest is available.
   Call get_gtest().

* .: Ignore the gtest directory.

Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>
          (Tweaked by me)


r1426480 | danielsh | 2012-12-28 06:41:55 -0600 (Fri, 28 Dec 2012)

Update code comments in a number of files which refer to "main.c", where
the file has been renamed.

* subversion/svnrdump/load_editor.c:
  (get_lock): Change comment to refer to "similar" function.
    in subversion/svnsync/svnsync.c
    Change comment to fix reference to "main.c"

* subversion/svnsync/svnsync.c:
  (get_lock): Change comment to refer to "similar" function.
    in subversion/svnsync/svnsync.c

* subversion/tests/svn_test_main.c:
  (Opening comment): Fix file name after rename

* subversion/svndumpfilter/svndumpfilter.c:
  (Opening comment): Fix file name after rename

* subversion/svn/cl.h:
  (svn_cl__cmd_table[]): Fix file name in comment
  (svn_cl__global_options[]): Fix file name in comment
  (svn_cl__options[]): Fix file name in comment

* subversion/svn/svn.c:
  (Opening comment): Fix file name after rename

* subversion/svnadmin/svnadmin.c:
  (Opening comment): Fix file name after rename

* subversion/svnlook/svnlook.c:
  (Opening comment): Fix file name after rename

* subversion/svnserve/svnserve.c:
  (Opening comment): Fix file name after rename

Patch by: Gabriela Gibson <gabriela.gibson_at_gmail.com>


r1423585 | breser | 2012-12-18 13:17:15 -0600 (Tue, 18 Dec 2012)

Fix issue #4263: svnrdump: E125005: Cannot accept non-LF line endings in
'svn:log' property

Fix to ensure that no "\r" characters are present in revision or node
props.

In the case of "\r\n" character sequences, the "\r" is removed.

In the case of "\r" characters which are not followed by "\n", the "\r"
is replaced by a "\n" character.

* subversion/svnrdump/svnrdump.h:
   (svn_rdump__normalize_prop): New function declaration.

* subversion/svnrdump/util.c:
   (svn_rdump__normalize_prop): New function to allow "svnrdump load" to
     use existing logic
   (svn_rdump__normalize_props): Refactored to move logic into
     svn_rdump__normalize_prop()

* subversion/svnrdump/load_editor.c:
   (set_revision_property): Added call to svn_rdump__normalize_prop()
   (set_node_property): Added call to svn_rdump__normalize_prop()

* subversion/tests/cmdline/svnrdump_tests.py:
   (copy_bad_line_endings_load): Removed "XFail" decorator

Patch by: Gabriela Gibson <gabriela.gibson@gmail.com>


r1421011 | danielsh | 2012-12-12 16:04:13 -0600 (Wed, 12 Dec 2012)

Test for issue #4263: svnrdump: E125005: Cannot accept non-LF line endings in
'svn:log' property

Patch by: Gabriela Gibson <gabriela.gibson@gmail.com>

* subversion/tests/cmdline/svnrdump_tests.py
  (copy_bad_line_endings_load): Test for '\r' line ending bug in svnrdump
    (issue 4263).


r1420210 | julianfoad | 2012-12-11 09:04:01 -0600 (Tue, 11 Dec 2012)

* subversion/tests/README
  Update: the 'list' option was renamed to '--list' quite a while ago.

Found by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>