From ba6e6648e991a435efc93771283d6ee715775aa8 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Apr 2008 01:53:18 -0500 Subject: Copy only the HEAD revision when releasing This prevents the copying of local files and only copies versioned files Signed-off-by: Aaron Griffin --- archrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archrelease b/archrelease index 59b85ec..57dc941 100755 --- a/archrelease +++ b/archrelease @@ -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 -- cgit v1.2.3-24-g4f1b