On Mon Jun 01 07:06:33 2009, INFINOID wrote:
Show quoted text> On Mon Jun 01 02:06:27 2009, COKE wrote:
> > if a repository has versions greater than the directory you have
checked
Show quoted text> > out, svn info reports a higher number than the last revision for
that
Show quoted text> > directory. --max reports the last actual commit for that directory
> > instead.
> >
> > It would be nice if max just silently translated the max revision of
the
Show quoted text> > repo to the max revision of the directory, or if instead of saying
> > "repository maximum", "repository maximum for this directory."
>
> Hi Will, thanks for the report.
>
> It would help me to know how you were actually using svn-bisect. What
> command-line did you use? Did you run it on parrot? Where did you
run
Show quoted text> it? What output did you get? What output did you expect?
>
> I've been working on a feature where it will limit itself to a
> subdirectory when fetching the revision history, thus focusing on a
> specific subset of the log. At first I thought you were using that,
> which was a little confusing because I don't think I've finished
writing
Show quoted text> that yet, let alone released it. So, were you running it in a subdir
of
Show quoted text> parrot?
Well, the subdir was trunk - but at the time I did it, there were a
dozen commits after that in a branch; So --max was reporting something
like r99, when I had just svn up'd trunk to r110 - just that r100:110
occurred somewhere other than trunk. [1]
Show quoted text> Thanks,
>
> Mark
[1] Obviously, these aren't the actual numbers.