Re: Using svn with cron?
From: bimininavels <cl_at_qgenuity.com>
 
Date: Mon, 7 Mar 2011 06:30:44 -0800 
Thats what I've been doing. The entire script is >> to a logfile. 
 ---- #!/usr/bin/perl print "To run svn commit\n"; $thetime=time; system "cd ~/docs; /usr/bin/svn commit --message '$thetime' \n"; system "cd ~/docs; /usr/bin/svn info \n"; ---- I see the "svn info" in the logfile, but I see no response from the "svn commit". - JonathanReceived on 2011-03-07 14:55:13 CET  | 
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.