svn doesn't commit .o files, but why?

不羁的心 提交于 2019-12-01 20:36:47

问题


I found that svn doesn't commit my .o files by default. I've checked dir attributes - no any .o specific rules was found.

Is there a list of files that svn do not commit by default, as .o?


回答1:


Look at global-ignores in your configuration file.

The standard location of this file on a *nix system will be ~/.subversion/config.




回答2:


SVN only commits the files that you svn add first. If you did not run svn add on an *.o file (and this is usually the case because you would svn add the source files before the project is built) then it will be ignored.



来源:https://stackoverflow.com/questions/6502776/svn-doesnt-commit-o-files-but-why

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!