#!/bin/sh

if test -e ".svn" ; then 
  svnversion -n > inst/SVN_VERSION 
fi 
