> 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 think the conventional wisdom is to have an after hook that updates a working copy. That working copy would be accessible view FTP or whatever. Of course, this doesn't keep the binary out of the repository. I'm not sure if that is what you are wanting. BOb