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

Re: log wrong after commit until update

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-04-05 11:01:32 CEST

On Monday 04 April 2005 21:15, Kenneth Porter wrote:
> --On Monday, April 04, 2005 7:15 PM -0500 Ben Collins-Sussman
>
> <sussman@collab.net> wrote:
> > See FAQ: http://subversion.tigris.org/faq.html#hidden-log
>
> Ah, ok. It looks like one way to get what I want is to change the
> default revision for log to HEAD. Is there some way to do that? (I
> can't seem to find something in The Book on client-side defaults.)

The defaults are built into the commands, and there is not way to override
them via configuration. You need to tell it what you want, if you don't
like the default.

> The URL for the repo for this WC is pretty unwieldy. It would be nice
> to have some kind of shorthand for "the URL associated with this WC
> object" (eg. "URL{.}").

"svn log -rHEAD wc-path" is what you want. It will translate wc-path into
a URL, and then contact the repository for the latest and greatest log
information.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 5 11:20:41 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.