I have a project Foo which I errantly created the wrong tag for. It should've read 'rMMDDYYYY' but I tagged it 'YYYYMMDD' instead. I realized my mistake after having commited my change. I now want to remove the YYYYMMDD folder under the tags directory and leave the rMMDDYYYY folder instead. i.e.
before: foo/ foo/trunk/ foo/branches/ foo/tags/ foo/tags/YYYYMMDD/ foo/tags/rMMDDYYYY
after: foo/ foo/trunk/ foo/branches/ foo/tags/ foo/tags/rMMDDYYYY
Any idea how I can do this please? Thanks in advance!
To remove a file from a Subversion repository, change to the directory with its working copy and run the following command: svn delete file… Similarly, to remove a directory and all files that are in it, type: svn delete directory…
Show activity on this post. Now, after performing "Click OK" you need to go to truck (or place where your project is saved in SVN) then select project(which you want to Delete) then right click -> Delete. This Will Delete project from subversion.
and tags, and then just "ls". You can run "svn list -h" for more info on list.
right click on working copy top directory (i.e. the folder that contains the . svn folder); click on TortoiseSVN -> Repo-browser; right click on the corresponding folder on the left side of the window (should be pre-selected); click on Delete...; write log message and hit [OK].
If you want to remove the directory then use the svn rm
command:
svn rm foo/tags/YYYYMMDD
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With