jira-importer commented on issue #1136: URL: https://github.com/apache/maven-scm/issues/1136#issuecomment-2964647721
**[Clemens Quoß](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cquoss)** commented From svn help rm: delete (del, remove, rm): Remove files and directories from version control. usage: 1. delete PATH... 2. delete URL... 1. Each item specified by a PATH is scheduled for deletion upon the next commit. Files, and directories that have not been committed, are immediately removed from the working copy unless the --keep-local option is given. PATHs that are, or contain, unversioned or modified items will not be removed unless the --force or --keep-local option is given. 2. Each item specified by a URL is deleted from the repository via an immediate commit. ... What I am trying to implement is usage point 2. Delete URL... And then use it to remove the tag in release:rollback ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
