How do I remove an SVN tag completely that contains spaces?
问题 I tried to clean up the svn repository and remove a tag that contains a space, so all tags and branches are git conform: PROJECT=myproject svnrepo=svn+ssh://rubo77@myserver.de/var/svn-repos/$PROJECT svn rm "$svnrepo/tags/version 3.6.2" but it seems, that doesn't do the job here: How do I convert an svn repo to git using reposurgeon? How do I remove it entirely? 回答1: You have to supply commit log message when you use svn rm to delete the file in remote repository. When doing delete, rename,