Re: get list of files changed after commit
From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Mon, 23 Aug 2010 11:15:09 -0500
On Aug 23, 2010, at 10:41, david rene comba lareu wrote:
> i'm using subversion to update a web server that host 20-30 sites. basically i have users and when the commit is done, the post-commit hook make a svn update. the problem is that there are a lot of files, and take too much time to do it.
"svnlook dirs-changed" gives you the list of directories where the commit changed files. That's what we used to do something similar. We used a shell script, not a C binary.
|
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.