[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: Robert Kleemann <robert_at_kleemann.org>
Date: 2004-07-06 00:58:45 CEST

> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 6 20:26:05 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.