On Feb 1, 2013, at 02:53, Andreas Tscharner wrote: > I am trying to find out, when (revision or date) a svn:external property was > set or changed. > > I am on a Windows 7 Professional and have a few unix commands installed... > > But a simple > svn log | grep external > did not what I intended...
"svn log" only shows you the log messages; I guess nobody entered the word "external" into the log message when they added that external. What you want is "svn log --diff", which will show you the log message and also what changed. It's available since Subversion 1.7.