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

RE: Find property change without a working copy

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-08-16 16:02:50 CEST

> From: Quest
>
> How do I find out at which revision a property changed on a particular
> file?
>
> It feels like this should be a trivial matter, but I can't find
> anything about in the Book or in the svn command help. Feel free to
> RTFM me.

You can retrieve the value of the property for any particular rev using:

svn -r (revision) propget (property name) https://....

Then do binary search to find the rev that changed the value.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 16 16:07:18 2005

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.