用于Mac OSX的SVN服务器 [英] SVN server for Mac OSX

查看:90
本文介绍了用于Mac OSX的SVN服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我曾经在Windows上使用Visual SVN.现在我在Mac OSX上.

I used to use Visual SVN on Windows. Now I am on Mac OSX.

有人知道MAC OSX的SVN服务器与Windows上的Visual SVN一样容易使用吗?我不想在控制台命令中输入内容,我想要一个简单易用的UI:-)

Does anyone know of an SVN server for MAC OSX which is as easy to use as Visual SVN on Windows? I don't want to be typing in console commands, I'd like a nice and simple UI :-)

欢呼

推荐答案

默认情况下,Mac OSX LION和Snow Leopard随附SVN Server.

Mac OSX LION and Snow Leopard comes with SVN Server by default. An easy tutorial can be found here

基本上,您将使用命令行(shell)环境.没有GUI工具可用.

Basically you will be using command line (shell) environment. No GUI tool is available.

要创建存储库,请发出以下命令

To create a repository issue this command

svnadmin create MyFirstRepository

这将在当前文件夹中创建一个具有上述名称的存储库.

This will create a repository with the above name in the current folder.

下一步是导入目录.使用此命令

The next step is to import a directory. Use this command

svn import destination-folder file:///path-to-repository -m "Initial Import"

第三步是签出您刚刚签入的内容.

The third step would be to checkout what you just checked in.

svn checkout file:///path-to-repository destination-folder

这篇关于用于Mac OSX的SVN服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆