Re: Pre-commit and post-chekout hooks on client side
From: Waldemar Augustyn <waldemar_at_nxp.com>
Date: 2004-09-08 18:31:37 CEST There is this idea of having clients pull the scripts from the server on demand. This would require a wrapper or a client-side hook. Rather ugly. I think, the way to go is to use a post-commit hook that triggers a checkout-modify-checkin cycle on the server side on behalf of the original user. A bit involved but doable. BTW, I am having hard time believing the clients would get messed up. They really have to do an implicit 'status' to claim correspondence to any particular version. Do they get just a version number back? Maybe they should get a diff along with it instead of assuming perfect synchronization. Whatever the case, I think this points out to some missing functionality svn might want to consider adding. kfogel@collab.net wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Wed Sep 8 18:32:29 2004Waldemar Augustyn <waldemar@nxp.com> writes: |
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.