Re: "unknown node kind" ?
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-24 05:53:39 CET
On Mar 23, 2007, at 22:05, Kylo Ginsberg wrote:
> if a symlink is checked in with svn:executable set, and the symlink
Here's a pre-commit hook to prevent this:
#!/bin/sh
REPOS="$1"
SVNLOOK=/opt/local/bin/svnlook
for ITEM in `$SVNLOOK changed -t "$TXN" "$REPOS" | $CUT -c 5-`; do
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Mar 24 05:54:07 2007 |
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.