kameshj, markphip


Suggested
r1126459

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: kameshj, markphip