I am looking for the correct solution for this scenario.
I have a repository with multiple Tags that a set of users needs to Switch between to make use of the files contained. They will only read and execute the files. Users are users, though, and it's possible that a file could get changed from time to time.
I am looking for the correct command to ignore any changes they make and force a switch when they need to use a different Tag.
Which would be the correct way of making this switch?
svn switch url://newurl --accept theirs-full
or svn switch url://newurl --force
or svn switch url://newurl --accept theirs-full --force
or something else?
Thanks for looking.
Last updated