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". - Jonathan