We faced issues in MAC, while committing library.a files.
Here is the solution. We can commit any file or ignore unwanted file by configuring a file.
Follow the steps:
1. Right click finder icon > Goto Folder > type "~/.subversion" > Go
2. Edit the config file (Take backup before editing).
3. Search for this line: # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.pyc *.pyo *.rej *.a *~ #*# .#* .*.swp .DS_Store *.zip
4. Remove the "*.a" and Save.
5. That's all, now you are ready to commit library files.
Credit:
http://stackoverflow.com/questions/2394363/svn-wont-import-a-library
No comments:
Post a Comment