-svn cp -p $svnuri/$package $svnuri/package_tags/$Source/$Version -m "Tag $Version of $Source"
-reprepro-env include $Distribution ../$Source*$Version.changes
+svn mkdir $svnuri/package_tags/$Source -m "Create package tags directory" ||true
+svn cp $svnuri/$package $svnuri/package_tags/$Source/$Version -m "Tag $Version of $Source"
+echo reprepro-env include $Distribution ../${Source}_*${Version}.changes