Re: Determining file(s) modified in a changeset
From: Ted Stern <dodecatheon_at_gmail.com>
Date: Thu, 15 Apr 2010 13:00:13 -0700
On 15 Apr 2010 12:42:59 -0700, David Bartmess wrote:
In my post-commit script, I use
PROJECT=`svnlook dirs-changed $REPOS -r $REV 2>&1 | sort -u | head -1 | sed -e 's/\/$//'`
So it looks like you could use 'svnlook' to do this.
svnlook changed /path/to/repos -r ####
But it doesn't appear to support URLs, so you'd have to do this on the
A post-commit script is the ideal place to do that. See the example
Ted
-- Frango ut patefaciam -- I break so that I may revealReceived on 2010-04-15 22:00:48 CEST |
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.