Re: Subversion on Drupal
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Thu, 11 Aug 2011 22:48:35 -0500
On Aug 11, 2011, at 21:56, Andy Canfield wrote:
> My goal in learning Subversion was to put our web site under version control. Now I have my doubts as to whether Subversion can handle it.
Not possible, because the working copy is on the client computer, whereas the pre-commit hook (and all hooks) run on the server computer. Unless you're saying you're working with a shared server-side working copy, in which case that's another thing I'd recommend not doing.
> I would have a post-checkout script to reload the database from the disk file.
There is no post-checkout hook, so this would have to be a script you run manually.
|
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.