开发者

MonoDevelop Exclude a folder from SVN

开发者 https://www.devze.com 2022-12-25 07:15 出处:网络
I开发者_StackOverflows 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.I Dont know

I开发者_StackOverflows 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.


I Dont know much about MonoDevelop but you jsut need to set the svn:ignore for the file in question on the folder containing it. With the command line client it would look like

svn propset svn:ignore filename.db /path/to/folder

0

精彩评论

暂无评论...
验证码 换一张
取 消