Prabhu Gnana Sundar <prabhugs@collab.net>


Patch
r1302424, r1189665, r1178435, r1165631, r1142557, r1126459, r1068802, r1068411, r1055478, r1054583, r1049924, r1049672, r1044016

r1302424 | cmpilato | 2012-03-19 08:31:19 -0500 (Mon, 19 Mar 2012)

Remove unused library and improve the usage description.

* tools/client-side/mergeinfo-sanitizer.py
  (): Set the 'executable' property, and don't import the unused 're' library.
  (usage): Mention "OPTIONS" in the usage syntax synopsis.

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>


r1189665 | danielsh | 2011-10-27 03:25:40 -0500 (Thu, 27 Oct 2011)

Unbreak the build on C89 platforms.

* subversion/svn/main.c,
  subversion/include/svn_wc.h,
  subversion/libsvn_ra_serf/merge.c,
  subversion/libsvn_ra_serf/locks.c,
  subversion/libsvn_ra_serf/getlocks.c,
  subversion/libsvn_ra_serf/getdate.c,
  subversion/libsvn_ra_serf/blame.c,
  subversion/libsvn_ra_serf/log.c,
  subversion/libsvn_ra_serf/get_deleted_rev.c,
  subversion/libsvn_ra_serf/update.c,
  subversion/libsvn_ra_serf/property.c,
  subversion/libsvn_ra_serf/options.c,
  subversion/libsvn_ra_serf/getlocations.c,
  subversion/libsvn_ra_serf/replay.c,
  subversion/svnsync/main.c,
  subversion/svnrdump/svnrdump.c:
    Remove trailing comma after the last member in enumator lists.

Found by: Peter Johansson <peterandrejohansson{_AT_}gmail.com>
Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>
(log message adjusted by me)


r1178435 | kameshj | 2011-10-03 11:01:52 -0500 (Mon, 03 Oct 2011)

* tools/client-side/mergeinfo-sanitizer.py: 
  New mergeinfo sanitizer script.

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>
Tweaked/Reviewed by: me


r1165631 | kameshj | 2011-09-06 07:16:46 -0500 (Tue, 06 Sep 2011)

get-location-segments.py script would now work for self-signed ssl servers too

* tools/examples/get-location-segments.py
  (main): added few auth providers to enable authenticating
          against self-signed ssl servers too (in interactive mode).
  (prompt_func_ssl_unknown_cert): new callback function
  (prompt_func_simple_prompt): new callback function

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>
Reviewed by: me


r1142557 | arwin | 2011-07-04 01:21:10 -0500 (Mon, 04 Jul 2011)

No need of a separate Branch-Milestone file

* BRANCH-README
  Added the milestones for this branch.

* BRANCH-MILESTONES
  Deleted the file and moved the contents to BRANCH-README file

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>


r1126459 | kameshj | 2011-05-23 06:57:01 -0500 (Mon, 23 May 2011)

It has 2 changes.
When creating a repo svnadmin sends the 'config' parameter which is never used
since the 1.0.x and populating 'config' by reading from path where the user
lacks read-access causes vague permission error, hence passing NULL.

Remove the newly introduced(r1080198) --config-option parameter.

* subversion/svnadmin/main.c
  (subcommand_create): Passed NULL instead of the 'config' value since it is
                       never used.
  Pretty much revert r1080198 except for retaining named enum and one more 
  utf8 conversion unrelated to --config-option.

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>
Suggested by: markphip
              me


r1068802 | kameshj | 2011-02-09 03:20:34 -0600 (Wed, 09 Feb 2011)

Follow-up to r1068411

* subversion/tests/cmdline/authz_tests.py
  (case_sensitive_authz): Now handles the svnserve errors too.
   Prior to this commit the expected error was more specific to the http
   protocol and testing minute error codes which are *not* a real 
   concern for this test.

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>
Found by: rhuijben


r1068411 | kameshj | 2011-02-08 08:25:05 -0600 (Tue, 08 Feb 2011)

XFail testcase for the issue 3781

* subversion/tests/cmdline/authz_tests.py
  (case_sensitive_authz): New XFail test for the issue 3781
  (test_list): Add case_sensitive_authz.

Patch by: Prabhu Gnana Sundar <prabhugs{_AT_}collab.net>
Tweaked by: kameshj


r1055478 | cmpilato | 2011-01-05 09:01:52 -0600 (Wed, 05 Jan 2011)

Teach the --version output from svnadmin, svnlook, svnserve,
svnversion, svnsync, svndumpfilter, and svnrdump to accept --quiet,
which forces display of *only* the version number (the way 'svn
--version --quiet' behaves).

* subversion/svndumpfilter/main.c
  (subcommand_help): Pass option baton 'quiet' state to
    svn_opt_print_help3().
  (main): Handle the --quiet option when supplied with --version.

* subversion/svnversion/main.c
  (version): Add 'quiet' parameter, passed to svn_opt_print_help3().
  (main): Delay handling of --version until all options are parsed,
    and pass --quiet state to updated call to version().

* subversion/svnadmin/main.c
  (subcommand_help): Pass option baton 'quiet' state to
    svn_opt_print_help3().
  (main): Handle the --quiet option when supplied with --version.

* subversion/svnlook/main.c
  (options_table): Add support for --quiet/-q.
  (struct svnlook_opt_state): Add 'quiet' boolean member.
  (subcommand_help): Pass option baton 'quiet' state to
    svn_opt_print_help3().
  (main): Handled the --quiet/-q option in general, and specifically when
    supplied with --version.

* subversion/svnsync/main.c
  (help_cmd): Pass option baton 'quiet' state to svn_opt_print_help3().
  (main): Handle the --quiet option when supplied with --version.

* subversion/svnserve/main.c
  (svnserve__options): Add --quiet/-q option.
  (version): Add 'quiet' parameter, passed to svn_opt_print_help3().
  (main): Delay handling of --version until all options are parsed,
    and pass --quiet state to updated call to version().

* subversion/svnrdump/svnrdump.c
  (version): Add 'quiet' parameter, passed to svn_opt_print_help3().
  (main): Handle the --quiet option when supplied with --version.

Suggested by: kameshj
Patch by: Prabhu Gnana Sundar <prabhugs@collab.net>
          (Tweaked by me.)


r1054583 | kameshj | 2011-01-03 05:11:49 -0600 (Mon, 03 Jan 2011)

Make a mention of '--version' in help command output.
Sanitize 'invalid' options passed after '--version' command.

* subversion/svnrdump/svnrdump.c
  (struct opt_baton_t): New member 'version'.
  (help_cmd): Now "svnrdump help" would display a better header.
  (main)    : Sanitize invalid options passed to "svnrdump --version".

Patch by: Prabhu Gnana Sundar <prabhugs@collab.net>
Suggested by: kameshj
Tweaked by: kameshj


r1049924 | kameshj | 2010-12-16 05:05:55 -0600 (Thu, 16 Dec 2010)

Clear a deprecation warning during "make".

* subversion/svnadmin/main.c
  (subcommand_lslocks): svn_repos_fs_get_locks is deprecated, hence using the
   new svn_repos_fs_get_locks2 with depth as infinity.

Patch by: Prabhu Gnana Sundar <prabhugs@collab.net>
Suggested by: me
Tweaked by: me


r1049672 | cmpilato | 2010-12-15 13:24:18 -0600 (Wed, 15 Dec 2010)

Make svnrdump display online help a bit more consistently with our
other binaries.

* subversion/svnrdump/svnrdump.c
  (main): Remember whether --help was passed on the command-line, and be more
    intelligent about how help requests are handled, allowing svnrdump to
    show the subommand list and to provide subcommand-specific help, too.

Suggested by: Kamesh Jayachandran <kamesh@collab.net>
Patch by: Prabhu Gnana Sundar <prabhugs@collab.net>
          (Tweaked be me.)


r1044016 | philip | 2010-12-09 10:09:08 -0600 (Thu, 09 Dec 2010)

Fix a compiler warning.

* subversion/libsvn_client/update.c
  (update_internal): Call 'svn_client_relocate2' since 'svn_client_relocate'
   is deprecated.

Patch by: Prabhu Gnana Sundar <prabhugs@collab.net>
Suggested by: Kamesh Jayachandran <kamesh@collab.net>