Re: hook to store committed binary files on remote storage

2011-09-07 Thread David Weintraub
On Wed, Sep 7, 2011 at 10:13 AM, Marco Strullato wrote: > I would like to configure subversion so that when a user commits > a binary file, it would be automatically stored in a remote place (i.e. ftp). Are you trying to prevent a binary file from being added into your repository, or if someone

Re: hook to store committed binary files on remote storage

2011-09-07 Thread Ulrich Eckhardt
On Wednesday 07 September 2011, Marco Strullato wrote: > So.. I would like to configure subversion so that when a user commits This sounds like a post-commit hook. > a binary file, What is a binary file? At least I don't have any analog files on my computer. ;) Seriously, you will have to defi

RE: hook to store committed binary files on remote storage

2011-09-07 Thread Bob Archer
> Hi all, > I have a special need, I hope that you can give me suggestions.. > > So.. I would like to configure subversion so that when a user commits a > binary file, it would be automatically stored in a remote place (i.e. ftp). > I believe it can be done by a hook but I found nothing. Yes, I t

hook to store committed binary files on remote storage

2011-09-07 Thread Marco Strullato
Hi all, I have a special need, I hope that you can give me suggestions.. So.. I would like to configure subversion so that when a user commits a binary file, it would be automatically stored in a remote place (i.e. ftp). I believe it can be done by a hook but I found nothing. Do you have any hint