I can’t add .a files (static libraries) into my repository. Why?
Is there a way to “force” SVN to accept them (at least as static files…)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
svn:ignoreproperty contains a list of file patterns which certain Subversion operations will ignore.Also do you have a configuration file that global-ignores. It is a list of whitespace-delimited globs which describe the names of files and directories
The
svn status,svn add, andsvn importcommands also ignore files that match the list.To override for a certain instance, use the
--no-ignorecommand-line flag: