On Saturday, November 05, 2011 5:54 PM, s...@apache.org wrote:
> Author: stsp
> Date: Sat Nov  5 17:54:31 2011
> New Revision: 1197998
> 
> URL: http://svn.apache.org/viewvc?rev=1197998&view=rev
> Log:
> Make 'svn patch' ignore "/dev/null" patch target paths to improve
> compatibility with patches generated by git. Git uses "/dev/null" as the
> old name for newly added targets, and as the new name for deleted targets.
> 
> Reported by: Konstantin Kolinko
> http://svn.haxx.se/users/archive-2011-11/0126.shtml
> 
> * subversion/libsvn_client/patch.c
>   (choose_target_filename): If one of the filenames is "/dev/null",
>    use the other filename.
> 
> * subversion/tests/cmdline/patch_tests.py
>   (patch_dev_null, test_list): New test.

Does anything (git, svn, etc) generate "NUL" instead of "/dev/null" when on 
windows?

Reply via email to