Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Eclipse 中安装了颠覆性插件和 JavaHL 连接器,还有其他必需的安装吗?
我在 Ubuntu 中运行,如果我想成为 SVN 服务器,我应该在 ubuntu 中安装 SVN 以创建存储库吗?
RGDS
要创建新的存储库,请输入:
mkdir /home/user/myrepo/ svnadmin create /home/user/myrepo/
Ubuntu 可能会告诉你安装 subversion 包:
sudo apt-get install subversion
一个例子和更多......