简体   繁体   中英

How to add *.a files into repository using svnX?

It seems that svnX silently ignores all *.a files. But I want to add some libraries into repository, how do I do it with svnX?

I found that I had to edit my ~/.subversion/config file.

Uncomment the global-ignores line and remove the *.a file type. After that .a files started showing up.

If you only add a *.a file occasionally, open Terminal.app and execute command:

svn add <*.a file path>

If successful, the file will appear in svnX .

I am not sure about svnX, but in general you might be able to add them manually by naming them explicitly. This overrides the "ignorance".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM