[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Revision or date of a svn:external property

From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Fri, 1 Feb 2013 12:36:24 -0600

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.
Received on 2013-02-01 19:37:02 CET

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.