Re: Restricting access to a folder !!
From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: Tue, 15 Jan 2008 12:55:38 +0000 (GMT)
Firslty it isn't getting invoked ? Or may be if it is i'm not able to track that..Have made the changes with respect to binary location but it doesn't work.
In my working copy i.e /home/himanshu/Template/Development when i save a file with any extension and commit it to the repository i don't get any error...The script is as follows
#!/bin/sh
REPOS="$1"
SVNLOOK=/usr/local/subversion/bin/svnlook
$SVNLOOK changed -t "$TXN" "$REPOS" | $SED -n -E 's%^(A.|U.|.U)..(Development/.*[^/])$%\2%p' | while read FILE; do
exit $?
regards
Ryan Schmidt <subversion-2007b_at_ryandesign.com> wrote: On Jan 15, 2008, at 04:29, Himanshu Raina wrote:
> Ryan Schmidt wrote:
Here's a script that does this. I assume you can run bash scripts. If
---------------------------------------------------------------------
|
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.