Fix for the script to actually add the contents to svn
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cad5a68b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cad5a68b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cad5a68b Branch: refs/heads/build/wicket-6.5.0 Commit: cad5a68bef66e9e793ba13cad4e8d72951f7d47e Parents: 21e4bba Author: Martijn Dashorst <[email protected]> Authored: Sat Jan 19 01:02:40 2013 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Sat Jan 19 01:02:40 2013 +0100 ---------------------------------------------------------------------- release-dashorst.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/cad5a68b/release-dashorst.sh ---------------------------------------------------------------------- diff --git a/release-dashorst.sh b/release-dashorst.sh index da9583e..5873b75 100755 --- a/release-dashorst.sh +++ b/release-dashorst.sh @@ -229,7 +229,7 @@ pushd target/dist svn mkdir https://dist.apache.org/repos/dist/dev/wicket/wicket-$version -m "Create $version release staging area" svn co --force --depth=empty https://dist.apache.org/repos/dist/dev/wicket/wicket-$version . cp ../../CHANGELOG* . -svn add . +svn add * svn commit -m "Upload wicket-$version to staging area" popd
