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

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.
>
> so, my idea was to get in some way a list of files that has been commited, parse the directories and make a svn update in each directory with a binary made in C (as the subversion documentation say)
>
> any hint how i can make this?

"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.
Received on 2010-08-23 18:15:52 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.