SVN won't import *.a library

后端 未结 6 1673
抹茶落季
抹茶落季 2020-12-25 12:36

I\'ve got a compiled static library (with an \"a\" extension) I want to include in my SVN repository but adding it never works (no problems adding other types of items). If

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-25 13:05

    By the way, if you're using SVN import (i.e., not a working copy), you can override the global ignores with:

    --config-option=config:miscellany:global-ignores=[new ignores]
    

提交回复
热议问题