On Sun, 20 Jan 2013, Beno?t Minisini wrote:
> - There must not be local absolutes paths in the patch file, only
> relative ones.
>
Done by editing the in-memory patch buffer before saving it. This seemed to
be the easiest solution to me.
> - You should not call extern utilities (like 'find') if
On Sun, 20 Jan 2013, Beno?t Minisini wrote:
> Le 19/01/2013 23:22, Tobias Boege a ?crit :
> > OK. So here it is:
> >
> > 1. Make a .tar.gz archive of your working copy IDE (rev#5511)
> > 2. Copy the attached patch into app/src/gambas3/
> > 3. $ patch -p1 > 4. Start the patched IDE and make
Le 19/01/2013 23:22, Tobias Boege a écrit :
> On Sat, 19 Jan 2013, Beno?t Minisini wrote:
>> Le 19/01/2013 15:40, Tobias Boege a ?crit :
>>> Hi,
>>>
>>> I added the following items under the "Make" menu in the IDE (my working
>>> copy):
>>>
>>> - "Generate patch..." to take an old source archive an
On Sat, 19 Jan 2013, Beno?t Minisini wrote:
> Le 19/01/2013 15:40, Tobias Boege a ?crit :
> > Hi,
> >
> > I added the following items under the "Make" menu in the IDE (my working
> > copy):
> >
> > - "Generate patch..." to take an old source archive and generate a diff
> >relative to the curren
Le 19/01/2013 15:40, Tobias Boege a écrit :
> Hi,
>
> I added the following items under the "Make" menu in the IDE (my working
> copy):
>
> - "Generate patch..." to take an old source archive and generate a diff
>relative to the current project
> - "Apply patch..." to apply a previously generat
Hi,
I added the following items under the "Make" menu in the IDE (my working
copy):
- "Generate patch..." to take an old source archive and generate a diff
relative to the current project
- "Apply patch..." to apply a previously generated patch to the currently
open project (the "old" one fro