[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: Michael W Thelen <thelenm_at_cs.utah.edu>
Date: 2004-07-06 20:44:53 CEST

* Robert Kleemann <robert@kleemann.org> [2004-07-06 12:21]:
> > 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

I think he may have been referring to the second number in the output,
which gives the last revision in which the item changed (not the date).

-- Mike

-- 
Michael W. Thelen
The reverse side also has a reverse side.
                -- Japanese proverb

Received on Tue Jul 6 21:42:43 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.