摘要: This article describes how to integrate Subversion source control with MonoDevelop. Subversion has several methods of accessing a repository. In this example, we will be using accessing the repository directly through the local file system. This means the repository sits on the local machine you are 阅读全文
posted @ 2011-09-05 15:55 e天下小熊 阅读(192) 评论(0) 推荐(0)
摘要: To set environment variable path could speed up command-line development. You could add the path permanently to your system, so even after restart the system, you could still fire up the terminal and reference to the variable.1. In your terminal, type:sudo gedit ~/.bashrc2. put the variable name bef 阅读全文
posted @ 2011-09-05 15:53 e天下小熊 阅读(259) 评论(0) 推荐(0)