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

RE: Possible subversion bug with svn log?

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-16 00:11:13 CEST

> -----Original Message-----
> From: Srinivas Kotla [mailto:skotla@broadsoft.com]
>
>
> Thanks for the response.
>
> In the bigger context, what I am doing is (not evident in this test
> repository) to get all file changes for a given issue. An issue
number
> is required in the log message for every commit.
>
> I scan the log to collect all revision numbers and file changes based
on
> issue number used in the commit message. In this case I will not see
> the new files added, just the new directory.

I think 'svn diff' also acts the same way (it doesn't walk into added
directories) so there isn't an easy way to automatically list the files
in an added subtree. You'll need to script a custom report. Maybe do
an 'svn ls -R -r X' for each entry with a "(from ...:123)".

You will also need to consider deleted directories. I think (you'll
want to double check) that deleting the root of a tree only lists the
root as deleted and not the files in the tree.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. AL621

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 16 03:05:56 2006

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.