简体   繁体   English

如何更改SVN信息库中的类型?

[英]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. 如何更改存储库SVN中所有扩展名为xml的文件的类型,从二进制类型更改为文本类型。

I do not want to change the type of one file only but all files with extension .xml 我不想仅更改一个文件的类型,而是更改所有扩展名为.xml的文件

There is another post on this: 关于此还有另一篇文章:

How to explicity tell SVN to treat a file as text, not binary 如何明确告诉SVN将文件视为文本而不是二进制文件

Basically use this: svn blame file/to/blame --force 基本上使用这个:svn blame file / to / blame --force

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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