Applying a patch multiple times
From: Yannick Berker <bers_at_gmx.net>
Date: Thu, 2 Apr 2009 08:58:54 +0200
Hi everybody,
I'm have been using TortoiseSVN 1.60 lately and noticed some weired
Revision 1 of my file looks like this:
(1) 1
(2) 3
(3) 4
(4)
Now I add the line 2 (you guess where) and create a patch - it looks like
(1) Index: new.txt
(2) ===================================================================
(3) --- new.txt (revision 1)
(4) +++ new.txt (working copy)
(5) @@ -1,3 +1,4 @@
(6) 1
(7) +2
(8) 3
(9) 4
(10)
When I now revert my file to revision 1, I correctly get 1-3-4.
Now I apply the patch which results in 1-2-3-4. Now I apply the patch again,
Now I apply the patch AGAIN and see that TortoiseSVN correctly marks the
Is this intended behaviour? Is this a feature or bug, and does it come from
In addition to that, when creating a patch for a directory containing
Greets,
Yannick
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-02 09:00:26 CEST |
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.