I am looking for a solution for creating notes from svn. What I want is a command line utility or something that can get me all the comments of verified files from a specific date.
thanks
Try something like this:
svn log -r {2008-05-28}:{2008-12-31}
from a working copy.
(For more, see Subversion Book )
Clarification: I believe that Tortoisesvn does not bring with it a set of svn command-line binaries. You will need to install the Subversion package.
You can get this using the svn command line tools and the log command:
svn log svn://server/repos/trunk -r HEAD:{2009-02-19}
, XML.
. SVN Book
Source: https://habr.com/ru/post/1703579/More articles:Strange ListView selection behavior on Android - androidJapanese / Chinese data in SQL Server table - unicodeUsing ProxyPass for pages but not images - apacheBijective Dictionary / Map in C # - dictionaryAJAX update panel swallows exceptions and strange behavior - ajaxWCF / Silverlight / SQL Caching Strategies - cachingIs it possible to get the current line number when parsing an XML document using Xerces? - javaPress space bar with indentation - htmlPowerShell - the most compact way to "Delete all files from this folder except one", - powershellLINQ to SQL - decimal data type truncated instead of rounded - linq-to-sqlAll Articles