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
We can add library on svn:
svn add library.a --no-ignore
After add svn need to be update:
svn update
Commit changes on svn using:
svn commit -m "library.a added on svn"