post-commit : automation
From: Ashwin Patil <ashwin.patil_at_robosoftin.com>
Date: Sat, 6 Jun 2009 14:49:45 +0530
Dear All, Hi
I am trying to automate some processes through the post-commit file invoke,
Basically I have a shell script say "/usr/local/bin/archive_process" and
I tried by adding the "&" at the end of the "/usr/local/bin/archive_process"
Please help me, how I can make it success.
-----------------------------post-commit----------------------------------
#$1-repository path
#$2-revision number
# The bellow shell script archive the data [server copy and checkout copy]
/usr/bin/sudo /usr/local/bin/archive_process $1 $2 &
exit
-----------------------------end of
Regards
-----------------------------------------------
Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.