"patch" like tool
From: Pascal (_at_)
Date: 03/24/05
- Next message: Willem: "Re: "patch" like tool"
- Previous message: Gernot Frisch: "Re: Big O and algorithm to decide string A contains string B?"
- Next in thread: Willem: "Re: "patch" like tool"
- Reply: Willem: "Re: "patch" like tool"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Mar 2005 13:53:02 +0100
please let me explain the situation.
we're a software developement company, with about 30 people coding in C
under MS Visual C++ Studio. We have a source file system (Telelogic CM
Synergy, basicaly identical to cvs) that handle all the different versions
(it's a very huge tree)
Of course, we have very often the problem to report some modifications done
on a file to many other versions. This job is actually done manualy.
We tried to save time using the diff / patch pair, but it works only in half
of the cases. Explanations :
diff / patch works fine when you are on the same branch, linear sequence of
the same file, applying diff/patch to move from one version to the next one.
BUT, when you try to add a piece of code within a procedure where some lines
were also removed, patch failed to locate where to insert the new code.
Am I clear enought ?
Do you know an other way to proceed ?
Thanks for your help.
-- Pascal R. ---------------------------------------------------------------------------- ------- There are only 10 types of people in this world... those who understand binary, and those who don't.
- Next message: Willem: "Re: "patch" like tool"
- Previous message: Gernot Frisch: "Re: Big O and algorithm to decide string A contains string B?"
- Next in thread: Willem: "Re: "patch" like tool"
- Reply: Willem: "Re: "patch" like tool"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|