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

Re: svn log hides log messages

From: <erh_at_swapsimple.com>
Date: 2004-12-29 20:39:56 CET

On Wed, Dec 29, 2004 at 03:21:37AM -0500, Jim Correia wrote:
> On Dec 27, 2004, at 7:24 PM, erh@swapsimple.com wrote:
> > "svn log" has really annoying behaviour where is hides log messages
> >for revisions that are newer than what is currently checked out. I
> >read
> >a few messages that mentions this, and it seems that this won't be
> >changing
> >any time soon, but I find this behaviour horribly confusing.
> > Is there a configuration option that I can set to change this? I
> >thought there was a way to specify default args to a svn command, but
> >I can't seem to find it. I'd be happy if I could specify "-r HEAD" as
> >the
> >default option for svn log.
>
> I don't think you can specify a default, but even if you could, "-r
> HEAD" will give you the log entry for the head revision only. What you
> need it is
>
> svn log -r HEAD:0 file.ext

        oh, yeah, of course.
        hmm... I guess I'll just write a wrapper script to add the
default. ugh.

thanks

eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 2 20:46:29 2005

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.