post commit problems
From: <aidan_at_yoyo.org>
Date: 2003-03-13 08:14:06 CET
Hi all,
I was actually looking for a subversion-users mailing list, but this
I've written a post-commit hook for our subversion repository (which
When I run the script from the command line it works just fine. I
The post-commit doesn't work doing a checkin on either a remote
Any help greatly appreciated,
Aidan
Here's some essential info:
boromir ~ - svn --version
boromir /usr/local/svn/xin/hooks - ls -Flas post-commit
boromir /usr/local/svn/xin/hooks - cat post-commit
use strict;
my $rt_command = "/usr/local/rt2/bin/rt";
# for testing purposes
my @look = `$look_cmd`;
my @ids; my $time; my $comment;
foreach my $input (@look) {
my $args = qq(--time-taken=$time --status=coded --commentstring="Code checked into $repos, revision $revision\n\n$comment");
---------------------------------------------------------------------
|
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.