Copying to SVN Tag Using Team City
I would like to create a build in Team City that copies from a known svn location and copies it to a tag location and deletes/overwrites it if it exists.
I know how to do this via SVN.exe, but wanted to see if this was possible using Team City.
Thanks,
Phil
Please sign in to leave a comment.
I think you can do what you are asking with labels in the vcs settings section of your config. I am not sure about overwriting an alreay existing label. The relevant doc section for 6.5 is here.
Cheers,
Andrew
Looks like you indeed can't overwrite, which is what I need, so I will have to go different route.
Thanks for your answer.