Patch file creation: Anchoring inconsistent
From: Daniel Hoenig <dhoenig_at_web.de>
Date: Wed, 3 Aug 2016 18:04:01 +0200
There are two ways to create a patch file:
However, the two patch files created differ.
Example:
Top-level folder MyProject which is used as base for both scenarios 1 and 2.
In scenario 1, the patchfile contains the full path (good)
Index: 1/2/code.c
whereas in scenario 2 it contains only the filenames (bad)
Index: code.c
The full path is important for anchoring in the code review tool Crucible.
The Tortoise modification window, although started from the parent folder, shows inconsistent behavior by using no path.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.