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

RE: Release Repositories

From: Ludwig, Michael <Michael.Ludwig_at_delphi-mb.de>
Date: Mon, 22 Nov 2010 17:36:31 +0100

> From: Andrey Repin
> Sent: Monday, November 22, 2010 5:11 PM

> > Any ideas of any software that can handle this.
>
> You'd be surprised, but the very filesystem (in Unix/Linux at
> least) support
> trigger mechanism. All you need is to write appropriate filter.

I think one such mechanism for Linux is called inotify.

There should be similar facilities for Windows.

Of course, there is a low-level API, but I'm thinking of
something that allows you to write:

OnCreateFile: call somescript.cmd
OnCreateDir: perl someperl.pl

The generic name should be *file system event monitor*.
But I haven't used any.

Michael
Received on 2010-11-22 17:37:11 CET

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.