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

Re: revision information

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 6 Jul 2009 03:08:05 -0500

On Jul 6, 2009, at 02:53, Gerardo Corro wrote:

>> You can use "svn log" <javaFile>" to show you all the changes
>> against a particular file.
>
> Thanks for your email, however the problem is that I know the
> revision i need to verify, but I don't know neither the files nor
> the projects modified in such a change; How can I know the
> project and files modified?

"svn log -v -r REV" (where "REV" is the revision) shows you what
paths within the repository were changed. Since a "project" is just a
"directory" as far as Subversion is concerned, you should be able to
determine what directories were changed.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-06 10:09:44 CEST

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.