Commit b54ddd2c authored by Aaron Griffin's avatar Aaron Griffin
Browse files

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

parent 0b36e8ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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