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

Re: Printing Repository Contents

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Fri, 13 Mar 2009 16:28:48 -0500

On Mar 13, 2009, at 07:35, Bob.Johnson_at_dot.gov wrote:

> I have a need to print the file name, version and date for each CI
> in my repository. Is there a way to do this within Subversion?

"for each CI" -- do you mean for each checkin -- that is, for each
commit? Perhaps you're looking for "svn log -v"? It prints the
revision, log message, and the files that were affected by that
revision. If you don't want the log message, you can use "svn log -v -
q".

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1318758

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-13 22:29:50 CET

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.