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 I change the extension (e.g., “library.a” –> “library.b”), the add works. Why is the “a” extension failing? Is there a way around this without renaming the file?
Share
Have you checked your global ignore settings. On linux they are stored in ~/.subversion/config
The default on my machine is :
so it ignores *.a files
more info here
You should be able to add the file with
to bypass any ignore rule set.
If the command:
returns with I in front you have a local Ignore. Run: