SVN command needed to list all commits based on particular author

sghosh246
sghosh246
Hi,    It would be of great help to know if there is any command in svn to extract commit list based on author/user.  If not, then suggest me how to display commit list of author/user using php considering the fact that svn log file output for  all commits is a huge XML file.

Last updated

andyl
andyl
There is no command for it. You have to process the log, and if you use the XML output of svn log it's a pretty simple XPath query to extract the logs attributed to a single author.//logentry[author='sghosh246']

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.