Re: how many times was file changed
From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-15 23:12:20 CEST
On Jul 15, 2006, at 22:50, Martin Minka wrote:
> Is there a way to find out how many times was a particular file
There are probably other solutions, but this seems to work:
svn log <url-or-path-to-file> --xml | grep '^<logentry' | wc -l
---------------------------------------------------------------------
|
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.