简体   繁体   中英

How can I change a type in a SVN repository?

How can I change the type of all the files in a repository SVN who have the extension xml from the binary type to text.

I do not want to change the type of one file only but all files with extension .xml

There is another post on this:

How to explicity tell SVN to treat a file as text, not binary

Basically use this: svn blame file/to/blame --force

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM