Copy only the HEAD revision when releasing

This prevents the copying of local files and only
copies versioned files

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-04-08 01:53:18 -05:00
parent d01f3d53e8
commit ba6e6648e9
1 changed files with 1 additions and 1 deletions

View File

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