You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by nick fury <ni...@gmail.com> on 2008/12/19 18:43:33 UTC

Display revision number of all files in repository

Hi,

i would like to know how can i display all files which have been modified
after the initial import (revision is > 1)  in repository? Is it possible to
do this in subversion?

Thank you.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Display revision number of all files in repository

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi there,

you can use:

svn diff --summary -r2:Rev URL

where you have to replace the Rev with the revision you would like to 
know to ....that will print out a list of files which have been changed 
since the initial import...

Kind regards
Karl Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].