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

Re: Help on SVN

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Sun, 5 Jul 2009 17:38:40 -0500

On Jul 5, 2009, at 12:41, Rishabh Verma wrote:

> First of all many congratulations for creating such a wonderful
> product.We are trying to automate the svn logs based on Bug Id.As
> part of this requirement we want that we get the list of all the
> files modified against the particular Bug Id.We are using svn
> command line client.Once we have the list we will want to have all
> those files checked out in a new folder.

Well, "svn log -q -v -r REV" (where REV is a revision number) will
tell you about each file/directory changed by that revision. Does
that help?

Subversion has no idea what a bug ID is, so you'll have to have some
mechanism external to Subversion for tying a list of revisions to a
bug ID.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-06 00:39:42 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.