Daniel Näslund wrote on Sun, Aug 01, 2010 at 16:36:22 +0200: > resolve_target_path() makes a few assumptions about the target for a > patch file beeing a wc_dir. Currently we can only invoke svn patch like > this: > > svn patch PATCH_FILE WC_DIR_PATH > > Is this the intended behavoiour?
For patch files which contain hunks only for a single file (possible with its properties), I (as a user) think it would make sense to support svn patch PATCH_FILE FILE_TO_PATCH (where FILE_TO_PATCH may have a different basename than predicted by PATCH_FILE, even.) IIRC, patch(1) supports this too.