RE: how many times was file changed
From: Martin Minka <martin.minka_at_gmail.com>
Date: 2006-07-15 23:43:21 CEST
Is it an option to use HOOKS to automaticaly increase value of PROPERTY (for
I want to use SVN to store CAD drawings and I need to know the rev. number
thank you
-----Original Message-----
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.