There have been no answers on the following point...

On 2005-10-19 16:44:59 +0200, Arnaud Charlet wrote:
> $ svn log Makefile.in | more
> 
> figure out that the last two revs are 105364 and 103893 (and now I
> guess I understand svn status --verbose output).

These are the last two revs *up to* your base revision. "svn log"
does not work like "cvs log" (which is broken in several aspects).
You may want to use "svn log -rHEAD:1" (possibly via an alias) to
get a behavior similar to CVS.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA

Reply via email to