[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How does log translate to diff

From: Marc Singer <elf_at_buici.com>
Date: 2003-09-02 22:33:22 CEST

On Tue, Sep 02, 2003 at 12:32:35PM -0700, Jack Repenning wrote:
> At 9:59 AM -0700 8/30/03, Marc Singer wrote:
> >I'm trying to understand how I can interpret log entries and fetch
> >diffs accordingly.
> >
> >Here is what the log says:
> >
> > elf@florence ~...coastal/src > svn log
> >file:///svn/coastal/tags/V_0_81/build/GNUmakefile.rules.in
> > ------------------------------------------------------------------------
> > rev 1163: unknown | 2003-08-29 14:50:15 -0700 (Fri, 29 Aug 2003) | 1
> > line
> >
> > This commit was manufactured by cvs2svn to create tag 'V_0_81'.
> > ------------------------------------------------------------------------
> > rev 831: elf | 2002-09-30 09:07:03 -0700 (Mon, 30 Sep 2002) | 2 lines
> >
> > Adding support for GCC3.2
> >
> >I'd interpret this to mean that one line changed between these two
> >revisions.
>
> I think the "1 line" thing is just bogus. I always seem to get that
> claim, no matter how much change has occurred.

Could it be an $Id$ line?

> >However, when I ask for a diff, I don't get what I expect.
> >
> > > svn diff -r831:1163
> >file:///svn/coastal/tags/V_0_81/build/GNUmakefile.rules.in
> >
> > Index: GNUmakefile.rules.in
> > ===================================================================
> > --- GNUmakefile.rules.in (revision 0)
>
> That part's surprising.

Indeed.

> > +++ GNUmakefile.rules.in (revision 1163)
> > @@ -0,0 +1,249 @@
> > +# GNUmakefile.rules -*- Makefile -*-
> > +# $Id: GNUmakefile.rules.in,v 1.6 2002/09/30 16:07:03 elf Exp $
> > +#
> > +# NOTES
> > +# -----
>
> Could it be that this really is the change made at rev 1163 (given my
> claim that the "1" claim is just bogus)?

I don't think so. I've very keen to use subversion, so I'm innundated
with unexpected results. I plan to get back to this problem after
I've resolved a few others. I'll keep the list posted.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 2 22:42:11 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.