[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Patch command execution

From: Sander Striker <striker_at_apache.org>
Date: 2002-02-08 15:33:29 CET

> Vladimir Prus <ghost@cs.msu.su> writes:
>
> I, too, have concerns about mucking up a user's working file with
> conflict markers. On the other hand, I absolutely despise our current
> ..rej file system. I almost always end up reverting my change and
> re-making it.
>
> > But, maybe, new command is not needed at all: it's is possible, in
> > case of any conflict, to leave working copy file intact and store
> > results of merge with <<<< markers in .rej file. I'd personally
> > prefer such behaviour.
>
> This, to me, seems like a grand idea. So update would do something
> like:
>
> cp working_file working_file.00000.12345.rej
> apply diff3 contextual diffs to the rej-file
> if diffs apply cleanly
> rm working_file; mv rej-file working_file
> else
> list rej-file in the entries file and mark working_file as conflicted
>
> I really, really like this idea.

This gets a big +1 from me aswell.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.