SVN won't import *.a library

后端 未结 6 1659
抹茶落季
抹茶落季 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条回答
  •  梦毁少年i
    2020-12-25 13:02

    I have met this question recently, this is my way:

    svn import --no-ignore --force  svn://destination
    

提交回复
热议问题