|
From: Yves M. <yme...@li...> - 2004-10-22 14:28:30
|
> Yves,
>
> *sigh* I started off good (not): I attached the wrong .c file to my pre=
vious
> post. Sorry about that.
:)
> So here's a second try (zipped this time). As for using patch format, I
> suppose this is just the output from the diff command? Are there any op=
tions
> to use?
I use -bruaN :
$ ls
perfparse-{version}.old
perfparse-{version}
$ diff -bruaN perfparse-{version}.old perfparse-{version} > perfparse-200=
41022.diff
Then I edit the diff file to remove some files like configure or Makefile=
:)
To remove a file, just remove all the lines between 2 lines starting with=
diff.
This works only if diff was run with the -u option.
Well, this is how I do. There are other ways to do, and no worse or bette=
r way :)
>
> I'll look into these next things next week:
> - changelog/last modified entries
> - perfparse-db-tool
> - deletion policies
>
> I don't think it would be wise to release my code yet. It might be bett=
er if
> others have a look at it first (I'm the careful type :) ).
OK.
So you can try to maintain the patch against the latest versions here :
http://pagesperso.laposte.net/ymettier/perfparse-devel/
(0.102.0ym5 is there now :)
Also send Ben and I a patch when you want to show us some important chang=
e.
For perfparse-db-tool, tell me when you start, because I don't know yet i=
f I will put
modules in 0.103 or in 0.104 :)
I will tell you when I make changes in the mysql storage module, but I do=
n't see any for
now.
For the CGI, implement modules is more work and will probably not be done=
before a while.
Have a nice week-end all of you :)
Yves
--=20
- Homepage - http://ymettier.free.fr - http://www.logicacmg.com -
- GPG key - http://ymettier.free.fr/gpg.txt -
- Maitretarot - http://www.nongnu.org/maitretarot/ -
- Perfparse - http://perfparse.sf.net/ -
|