--- trunk/pkgtools/svn-tag.sh 2009/04/24 19:17:49 821 +++ trunk/pkgtools/svn-tag.sh 2011/05/31 17:44:01 1331 @@ -21,4 +21,4 @@ [[ $? -ne 0 ]] && usage echo "tagging ${URI} with '${TAG}'..." -svn copy -m "${MESSAGE}" "${URI}" "${REPO_ROOT}/tags/${TAG}" +svn copy -m "${MESSAGE}" "${URI}" "${REPO_ROOT}/${SUBDIR}/tags/${TAG}"