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

心已入冬 提交于 2019-12-01 19:13:15

Look at global-ignores in your configuration file.

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

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.

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