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

Re: Using svnlook to find the property that was changed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-24 23:41:34 CEST

On May 24, 2005, at 3:25 PM, David Weintraub wrote:

> I'm playing around with hooks. I see I can figure out which files
> changed, whether they were updated, deleted, or added. I can see if
> their properties were modified, but I can't seem to find a way to see
> which property was modified.
>
> Is there a way to see what properties on a file were modified
> during a commit?

'svnlook diff -t TXN' should show them.

But really, do you have to know exactly which props changed? Usually
it's enough to simply look at the list of existing props on a file
and detect badness. (Using 'svnlook proplist'.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 24 23:43:33 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.