Re: Bug in SVN::Client
From: John Peacock <jpeacock_at_rowman.com>
Date: 2006-12-13 23:04:21 CET
John Peacock wrote:
Duh. This time with the script attached... :(
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748
#!/usr/bin/perl -w
my $USER = $ENV{SUDO_USER};
# Drop privileges
my $groups = "$qgid $qgid";
my $client = SVN::Client->new();
print Dumper($client);
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.