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

Re: Subversion/Workflow

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-31 15:55:24 CEST

On May 31, 2006, at 15:26, bruce wrote:

> Does anyone have knowledge of a Workflow app (Open Source) built on
> top
> of/using Subversion? I'm considering a situation where I have lots
> of files,
> and developers. I need to be able to alert developers when a file
> moves from
> one phase of the process to another, so the developer knows that
> the file is
> ready for his attention.

I don't know of any such tool, but you can write a post-commit hook
that runs every time someone commits a change. You can write this
hook to do anything you like, such as notice when a file appears in a
particular directory, and send email to a particular address in that
case.

Hooks are described in the book:

http://svnbook.red-bean.com/en/1.2/
svn.reposadmin.create.html#svn.reposadmin.create.hooks

(Please pardon my email client if it breaks the above link.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 31 16:09:32 2006

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.