Re: Backup and Incremental Backup Perl Scripts
From: Thomas Moschny <moschny_at_ipd.uni-karlsruhe.de>
Date: 2005-05-19 15:30:12 CEST
> >can anyone please share any possible Perl (or even Python) scripts that
That's what we use here:
-- snip --
#!/bin/bash
# discard standard error output [1]
# args
postfix=$(printf "%05d" ${REV})
-- snip --
[1] before we added this, we sometimes saw hanging post-commit-hook scripts.
Regards,
|
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.