Jump to content

Update revision type on entire repoo


StevenTCramer@gmail.com

Recommended Posts

Hello Steven!

 

the text file detection method is disabled for the GitSync operation because of performance optimizations. You can manually set the right type using the "cm crt" command. Some examples for doing it over a certain extension:

FOR /F "tokens=*" %%i IN ('dir /S /B *.cshtml') DO cm chgrevtype %%i -type=txt 

or

dir /S mydir\*.cshtml | cm crt -type=txt

That is for ".cshtml" files incorrectly set as "binary" instead of "text".

 

You need to execute the commands form the root path of the workspace to reach all your subdirectories with the command.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...