Change the capitalization of the source TFS folder

So, I tried to change the capitalization of the folder in the path of the project team source control tree. I came up with a couple of ways to do this, which is pretty stupid, but I wonder if there are simpler ways to do this. The main problem is that the rename and move functions are created on the assumption that the name will be different, which means that they cannot be used to change capitalization if they are not used twice.

Stupid Method 1: Step 1: Verify the Design
Step 2: Unlink Workspace
Step 3: (optional) Make workspace binding for the new folder
Step 4: Go to the subfolder or folder created in Step 2
Step 5: Check In
Step 6: Repeat steps 1-4 in the other direction.


Stupid (and Dangerous) Method 2:
Chat with the database directly if you have access to it.
+4
source share
2 answers

tf rename $ / project / FooBar $ / project / FOObar should work without any unnecessary complexity. I just tried, did not see the problem.

+4
source

Is it possible to rename a folder, say, with an underscore at the end. Then rename it again with the correct case and without underline?

This may be required in Source Safe and local drive.

Just a thought

0
source

All Articles