Ivan Zhakov <i...@visualsvn.com> writes:

> This code does not handle CR LF which is standard on Windows. So
> 'svnadmin freeze -M' does not work on Windows. Changing code to:
> [[
> paths = svn_cstring_split(opt_state->filedata->data, "\n\r", TRUE, pool);
> ]]
>
> Fixes the problem. Btw it seems there is no tests for 'svnadmin freeze
> -M' case

'-F' rather than '-M'.

I've committed a \r fix.  This does mean admins can no longer use \r in
repository names inside the '-F' file but I don't believe that matters.
I've also improved the test.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to