* Re: [PATCH] CVSps fixed; git-cvsimport works, too
@ 2006-06-17 12:21 Yann Dirson
2006-06-17 13:20 ` Chris Shoemaker
0 siblings, 1 reply; 5+ messages in thread
From: Yann Dirson @ 2006-06-17 12:21 UTC (permalink / raw)
To: Chris Shoemaker; +Cc: GIT list, cvsps
[for original thread see
http://www.gelato.unsw.edu.au/archives/git/0511/11812.html]
Hi Chris,
I was looking at your patch and test script to decide whether to
include it in my cvsps patch collection, but it seems there are still
problems:
* when run with "-x" it gives the expected result, even with "-A"
* when run without "-x" and without "-A", the patchset introducing
file "b" and branch "stable" does not appear, without even a warning
* when run with "-A" cvsps notices the inconsistency:
invalid initial_branch for file a, probably from old cache, run with -x.
I have included the current version of your patch in branch "to-check"
in http://ydirson.free.fr/soft/git/cvsps.git/. I did not tak time to
look at it closely yet - do you plan to work on this issue ?
Best regards,
--
Yann Dirson <ydirson@altern.org> |
Debian-related: <dirson@debian.org> | Support Debian GNU/Linux:
| Freedom, Power, Stability, Gratis
http://ydirson.free.fr/ | Check <http://www.debian.org/>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] CVSps fixed; git-cvsimport works, too
2006-06-17 12:21 [PATCH] CVSps fixed; git-cvsimport works, too Yann Dirson
@ 2006-06-17 13:20 ` Chris Shoemaker
2006-06-17 13:47 ` Yann Dirson
0 siblings, 1 reply; 5+ messages in thread
From: Chris Shoemaker @ 2006-06-17 13:20 UTC (permalink / raw)
To: Yann Dirson; +Cc: GIT list, cvsps
On Sat, Jun 17, 2006 at 02:21:58PM +0200, Yann Dirson wrote:
> [for original thread see
> http://www.gelato.unsw.edu.au/archives/git/0511/11812.html]
>
> Hi Chris,
>
> I was looking at your patch and test script to decide whether to
> include it in my cvsps patch collection, but it seems there are still
> problems:
>
> * when run with "-x" it gives the expected result, even with "-A"
This is expected.
>
> * when run without "-x" and without "-A", the patchset introducing
> file "b" and branch "stable" does not appear, without even a warning
With out "-A" I don't think the patch is operative.
>
> * when run with "-A" cvsps notices the inconsistency:
>
> invalid initial_branch for file a, probably from old cache, run with -x.
good advice.
>
>
> I have included the current version of your patch in branch "to-check"
> in http://ydirson.free.fr/soft/git/cvsps.git/. I did not tak time to
> look at it closely yet - do you plan to work on this issue ?
I wondered if you'd find that. Evidentally, you're being thorough. :)
The intent of my patch is only to affect the branch ancestry
calculation. IIRC, the patch version is incompatible with cached
results from unpatched versions. Hence I would only expect it to work
with '-x -A' (unless there was no pre-existing cache file).
I've had one independent report of success from someone who found and
used my patch.
I haven't had to use cvsps recently, so I don't know how much time
I'll have for cvsps hacking, but I'm interested in getting feedback on
my current patch.
There's probably some nicer way to handle the cache incompatibility,
but my current approach has been to tell people to delete their old
cache file or run wih -x. Suggestions are welcome.
-chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] CVSps fixed; git-cvsimport works, too
2006-06-17 13:20 ` Chris Shoemaker
@ 2006-06-17 13:47 ` Yann Dirson
2006-06-17 14:34 ` Chris Shoemaker
0 siblings, 1 reply; 5+ messages in thread
From: Yann Dirson @ 2006-06-17 13:47 UTC (permalink / raw)
To: Chris Shoemaker; +Cc: GIT list, cvsps
On Sat, Jun 17, 2006 at 09:20:23AM -0400, Chris Shoemaker wrote:
> >
> > * when run with "-A" cvsps notices the inconsistency:
> >
> > invalid initial_branch for file a, probably from old cache, run with -x.
>
> good advice.
>
> >
> >
> > I have included the current version of your patch in branch "to-check"
> > in http://ydirson.free.fr/soft/git/cvsps.git/. I did not tak time to
> > look at it closely yet - do you plan to work on this issue ?
>
> I wondered if you'd find that. Evidentally, you're being thorough. :)
>
> The intent of my patch is only to affect the branch ancestry
> calculation. IIRC, the patch version is incompatible with cached
> results from unpatched versions. Hence I would only expect it to work
> with '-x -A' (unless there was no pre-existing cache file).
All those tests were done with your patch applied, so the cache was
generated and re-read using the pached version.
> There's probably some nicer way to handle the cache incompatibility,
> but my current approach has been to tell people to delete their old
> cache file or run wih -x. Suggestions are welcome.
If the cache format is changed, this would be a good candidate for the
"v2" cache format. I already have 2 (incomplete) patches that well
need to bump the cache format version - see branches multitag (allow
several tags per patchset) and semicolon (allow semicolons in
filenames).
Best regards,
--
Yann Dirson <ydirson@altern.org> |
Debian-related: <dirson@debian.org> | Support Debian GNU/Linux:
| Freedom, Power, Stability, Gratis
http://ydirson.free.fr/ | Check <http://www.debian.org/>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] CVSps fixed; git-cvsimport works, too
2006-06-17 13:47 ` Yann Dirson
@ 2006-06-17 14:34 ` Chris Shoemaker
2006-06-17 18:51 ` Yann Dirson
0 siblings, 1 reply; 5+ messages in thread
From: Chris Shoemaker @ 2006-06-17 14:34 UTC (permalink / raw)
To: Yann Dirson; +Cc: GIT list, cvsps
On Sat, Jun 17, 2006 at 03:47:17PM +0200, Yann Dirson wrote:
> On Sat, Jun 17, 2006 at 09:20:23AM -0400, Chris Shoemaker wrote:
> > >
> > > * when run with "-A" cvsps notices the inconsistency:
> > >
> > > invalid initial_branch for file a, probably from old cache, run with -x.
> >
> > good advice.
> >
> > >
> > >
> > > I have included the current version of your patch in branch "to-check"
> > > in http://ydirson.free.fr/soft/git/cvsps.git/. I did not tak time to
> > > look at it closely yet - do you plan to work on this issue ?
> >
> > I wondered if you'd find that. Evidentally, you're being thorough. :)
> >
> > The intent of my patch is only to affect the branch ancestry
> > calculation. IIRC, the patch version is incompatible with cached
> > results from unpatched versions. Hence I would only expect it to work
> > with '-x -A' (unless there was no pre-existing cache file).
>
> All those tests were done with your patch applied, so the cache was
> generated and re-read using the pached version.
Are you saying there was no pre-existing cache file when the patched
version was first run? Did you delete it? If so, then there's a bug
somewhere.
>
> > There's probably some nicer way to handle the cache incompatibility,
> > but my current approach has been to tell people to delete their old
> > cache file or run wih -x. Suggestions are welcome.
>
> If the cache format is changed, this would be a good candidate for the
> "v2" cache format. I already have 2 (incomplete) patches that well
> need to bump the cache format version - see branches multitag (allow
> several tags per patchset) and semicolon (allow semicolons in
> filenames).
IIRC, it's not syntactically incompatible - it's just that the patched
version can tell that it doesn't trust the initial branch
determinations that are stored in the cache file by an unpatched
version.
The complaint is basically, Hey, there's an initial branch
determination already made for this file, but it's not the one I would
have made, so it must have been restored from a cache file that I
didn't make.
-chris
>
> Best regards,
> --
> Yann Dirson <ydirson@altern.org> |
> Debian-related: <dirson@debian.org> | Support Debian GNU/Linux:
> | Freedom, Power, Stability, Gratis
> http://ydirson.free.fr/ | Check <http://www.debian.org/>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] CVSps fixed; git-cvsimport works, too
2006-06-17 14:34 ` Chris Shoemaker
@ 2006-06-17 18:51 ` Yann Dirson
0 siblings, 0 replies; 5+ messages in thread
From: Yann Dirson @ 2006-06-17 18:51 UTC (permalink / raw)
To: Chris Shoemaker; +Cc: GIT list, cvsps
On Sat, Jun 17, 2006 at 10:34:43AM -0400, Chris Shoemaker wrote:
> Are you saying there was no pre-existing cache file when the patched
> version was first run?
It was the sample script you provided to demonstrate the problem which
showed the new issue: it does a "cvsps -x" first, then runs
git-cvsimport, which runs "cvsps -u". That one does fails. I'm
pretty sure the cache does not exist beforehand, since your script
creates the repo in a temporary directory.
BTW, I'll see about adding a testsuite to cvsps, based on the
framework used by git. All these scriptlets used to exhibit the
various problems have to be kept somewhere.
> Did you delete it? If so, then there's a bug somewhere.
I do think there is a bug somewhere :)
> The complaint is basically, Hey, there's an initial branch
> determination already made for this file, but it's not the one I would
> have made, so it must have been restored from a cache file that I
> didn't make.
OK, thanks for the clarification.
Best regards,
--
Yann Dirson <ydirson@altern.org> |
Debian-related: <dirson@debian.org> | Support Debian GNU/Linux:
| Freedom, Power, Stability, Gratis
http://ydirson.free.fr/ | Check <http://www.debian.org/>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-17 18:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-17 12:21 [PATCH] CVSps fixed; git-cvsimport works, too Yann Dirson
2006-06-17 13:20 ` Chris Shoemaker
2006-06-17 13:47 ` Yann Dirson
2006-06-17 14:34 ` Chris Shoemaker
2006-06-17 18:51 ` Yann Dirson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).