Is there any way using which I can restrict users from uploading the different file than the one which is already present in RTC source control?
Basically, I want users to download the file from the source control and upload the file with some modification but with the exact same name to RTC. I want RTC to not accept the file if the name is different. This will help me to maintain the version history for the original file. Is there any way using which I can restrict users from uploading the different file name than the one which is already present in RTC source control? |
One answer
If the users renamed the file using the rich client or CLI move command then the version history would be maintained. I believe that is not the case here and RTC considers it as deletion of the original file and addition of the renamed file.
You may have to write a custom precondition similar to "Check-in (Server)" -> "Restrict Check-in of Resources with the Same Name" but your precondition will only restrict file name changes.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.