Home | History | Annotate | Download | only in buildtest
      1 #!/bin/sh
      2 
      3 # Script to perform svn update and write a log.  Due to file access rules,
      4 # the entire command cannot be run from within the crontab.
      5 
      6 svn update > svn-update.log
      7