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
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
> 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
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