Re: Created folder called "D:"
From: bd_ <bdunderscore_at_i2pmail.org>
Date: 2006-02-06 23:56:33 CET
On Saturday 04 February 2006 03:23, Paul Forgey wrote:
A simple solution is to filter such things in a pre-commit hook; here's an
#!/bin/sh
if svnlook changed -t "$TXN" "$REPO" | grep ^A | grep ':'; then
I don't know windows scripting syntax, but this should be easy enough to port
|
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.