Re: write-lock not removed with fsfs?
From: Bruce Christensen <bruckie_at_gmail.com>
Date: 2005-07-06 00:12:53 CEST
On 7/5/05, Ben Collins-Sussman <sussman@collab.net> wrote:
I didn't know that that little section existed. It turns out that it
For others who may have the same problem, I've included the wrapper
--Bruce
#!/usr/bin/perl
=head1 NAME
svnwrap
=head1 SYNOPSIS
su
=head1 DESCRIPTION
This script runs a program with umask 002.
Place this script in the same directory as svnserve, svnadmin, and svnlook.
For details on why this might be useful, see the "svn_ssh:// server checklist"
=head1 LICENSE
Copyright (c) 2005 by Bruce Christensen.
This script may be redistributed under the same terms as Subversion itself.
=head1 AUTHOR
Originally written by Bruce Christensen, <me at brucec dot net>.
Last modified 5 July 2005.
=cut
use strict;
use Cwd 'abs_path';
my $SUFFIX = "-dist";
umask $MASK;
---------------------------------------------------------------------
|
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.