[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: post-commit not executed

From: Stefan Völkel <stefan.voelkel_at_millenux.com>
Date: 2005-08-17 12:52:01 CEST

> =============================================================
> #!/bin/sh
> echo post-commit >> Test.txt

I'd specify an absolute path here, to avoid workingdirectory problems,
eg:

echo $(date) foo >> /tmp/post-commit.txt

I'd also use an absoulut path when calling commit-email.pl.

regards
        Stefan

-- 
Stefan Völkel                            stefan.voelkel@millenux.com
Millenux GmbH                              mobile: +49.170.79177.17
Lilienthalstraße 2                          phone: +49.711.88770.300
70825 Stuttgart-Korntal                       fax: +49.711.88770.349
     -= linux without limits -=- http://linux.zSeries.org/ =-

Received on Wed Aug 17 12:53:22 2005

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.