Your message dated Thu, 31 Dec 2009 19:06:56 +0100
with message-id <[email protected]>
and subject line Re: Bug#341611: patch: atomic patch
has caused the Debian Bug report #341611,
regarding patch: atomic patch
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
341611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=341611
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: patch
Severity: wishlist
I need to be able to patch a tree of files atomically.
I mean, either the patch is applied without any reject or is not applied
at all.
(I think I've seen this method of operation of patch in some revision
control systems like tla.)
Prueba el Nuevo Correo Terra; Seguro, R�pido, Fiable.
--- End Message ---
--- Begin Message ---
Re: [email protected] 2005-12-01
<8754128.1133459118221.javamail.r...@cps9>
> I need to be able to patch a tree of files atomically.
> I mean, either the patch is applied without any reject or is not applied
> at all.
>
> (I think I've seen this method of operation of patch in some revision
> control systems like tla.)
Hi,
I had another look at this feature request. I don't think patch is the
place to implement this - it would require walking over all files in
dry-run mode (with all its problems, see
https://savannah.gnu.org/bugs/?25860), and if everything goes well,
re-do all work, which isn't even really feasible when input is from a
pipe.
If you need that behaviour, please try with --dry-run first (or use
some VCS).
Christoph
--
[email protected] | http://www.df7cb.de/
signature.asc
Description: Digital signature
--- End Message ---