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

Re: efficient "svn log" usage?

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-07-06 19:22:10 CEST

Robert Kleemann wrote:
>>You could use the "last-commit-date" from the status command:
>>svn st -v
>>on your working copy.
>
>
> I don't understand this. When I run the above command I don't get any
> dates at all.
>
> e.g.
>
> $ svn st -v ClientAnimator.java
> 60 18 robert ClientAnimator.java
> $ svn st -v ClientAnimator.java Animator.java
> 60 18 robert ClientAnimator.java
> 60 18 robert Animator.java
> $ svn st -v -u ClientAnimator.java Animator.java
> 60 18 robert ClientAnimator.java
> Status against revision: 67
> 60 18 robert Animator.java
> Status against revision: 67

Sorry about that. I got confused with the library API call
svn_client_status() which provides that information. But AFAIK the
svninfo command gives you the last commit date.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 6 21:06:11 2004

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.