我正在将Android源代码库导入SVN.Android在其版本中提供了大量的.so和.a文件.这些.so和.a文件未导入svn.
以下是我的"配置"文件中的相关项目,仍然没有导入.
- gloabl忽略标志.它默认评论为'#'global-ignores =*.o*.lo*.la*.al .libs*.so .so.[0-9]*.a*.pyc*.pyo'#'*.rej ~ ##.#*.*.swp .DS_Store
- 自动属性.它已设置为yes
enable-auto-props = yes
- .so文件在自动属性标志中启用.
[auto-props]
*.c = svn:eol-style = native
*.cpp = svn:eol-style = native
*.h = svn:eol-style = native
'#'*.dsp = svn:eol-style = CRLF
'#'*.dsw = svn:eol-style = CRLF
'#'*.sh = svn:eol-style = native; svn:executable
*.txt = svn:eol-style = native
*.png = svn :mime-type = image/png
*.jpg = svn:mime-type = image/jpeg
Makefile = svn:eol-style = native
*.so = svn:mime-type = application/octet-stream
.a = svn: mime-type = application/octet-stream …