Is there a way to tell a MonoDevelop project to exclude from source control a folder in the project. The folder has large SQLite databases I don’t need/want published.
Share
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.
I Dont know much about MonoDevelop but you jsut need to set the
svn:ignorefor the file in question on the folder containing it. With the command line client it would look likesvn propset svn:ignore filename.db /path/to/folder