Create the 'repos' dir if it doesn't exist

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-04-21 21:25:41 -05:00
parent 0b36e8ecb3
commit b54ddd2cf4
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ fi
if [ ! -d ../repos/$1 ]; then
pushd ..
[ -d repos ] || mkdir repos
svn copy -r HEAD trunk repos/$1
svn commit -m "archrelease: new repo $1"
pushd repos/$1