Re: Getting SVN URL in Precommit hook
From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 29 Apr 2009 11:23:42 -0500
On Apr 29, 2009, at 06:57, Sunil.SHARMA_at_rbs.com wrote:
> I am trying to create a utility that checks before every commit if
Your hook script is given the filesystem path to the repository in
REPOS="$1"
Therefore, a valid URL to the repository that you can use in your
URL="file://$REPOS"
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.