Vijayaguru G <vijay_at_collab.net>


Found Patch
r981757 r1004306, r993102, r982516

r1004306 | kameshj | 2010-10-04 11:14:17 -0500 (Mon, 04 Oct 2010)

Pass NULL pointer to svn_relpath_basename wherever the returned 
basename need not be allocated in pool.
            
  * subversion/mod_dav_svn/reports/update.c
    (absent_helper, upd_delete_entry):
  * subversion/libsvn_wc/update_editor.c
    (delete_entry):
  * subversion/svnlook/main.c
    (print_tree):
  * subversion/libsvn_client/repos_diff.c
    (absent_directory):
  * subversion/libsvn_ra_neon/commit.c
    (commit_delete_entry):
  * subversion/libsvn_ra_serf/commit.c
    (checkout_dir):
  * subversion/libsvn_repos/node_tree.c
    (add_open_helper):
        Pass NULL pointer to svn_relpath_basename wherever the returned
        basename need not be persistent.

Patch by: Vijayaguru G <vijay_at_collab.net>
Suggested by: me


r993102 | artagnon | 2010-09-06 12:27:59 -0500 (Mon, 06 Sep 2010)

* subversion/svnrdump/svnrdump.c
  (main): Dump only the single specified revision number when only one
  is passed to the '-r' option.
  (svnrdump__cmd_table, svnrdump__options): Track this change in the
  usage strings.

Patch by: Vijayaguru G <vijay@collab.net>


r982516 | stylesen | 2010-08-05 04:30:12 -0500 (Thu, 05 Aug 2010)

Test export of externals (directory/file) with `--native-eol' option which
was having a *bug* and got fixed in r966747 and r981757.

* subversion/tests/cmdline/export_tests.py
  (export_externals_with_native_eol): New test case.
  (test_list): Add the above test.

Patch by: Vijayaguru G <vijay@collab.net>

Tweaked by me (formatting only).


r981757 | rhuijben | 2010-08-03 01:34:50 -0500 (Tue, 03 Aug 2010)

Export with `--native-eol' doesn't work for file externals, while it
did for directory externals. This patch fixes that.

* subversion/libsvn_client/externals.c
   (handle_external_item_change): Make the `--native-eol' work for
    export of file externals by passing the argument obtained, missed
    in r966747.

Found by: Vijayaguru G <vijay{_AT_}collab.net>
Patch by: Kannan R <kannanr{_AT_}collab.net>