请对家庭版本控制系统提出建议
我有一个真正需要在源代码管理中的家庭项目.我尝试安装我有一些经验的 Subversion,但无法使其正常工作.我不是特别想使用 SourceSafe.我有点担心 Git/Mercury 有点神秘,尽管这只是基于意见而不是我的经验.
I have a home project that really needs to be in Source Control. I tried installing Subversion, which I have some experience with, but couldn't get it working. I don't particularly want to use SourceSafe. I'm a bit nervous about Git/Mercury as being somewhat cryptic, although this is only based on opinion rather than my experience.
主要要求是:
- 必须是开源的(嗯,它需要是免费的,但听起来有点便宜!)
- 必须在 Win32 上运行
- 如果有 GUI 界面,会更喜欢
非常感谢!
只是为了让大家知道,我安装了 VisualSVN 并立即使其工作.感谢您的宝贵建议.
edit: Just to let you all know, I installed VisualSVN and had it working in no time. Thanks for the great advice.
我知道你提到你已经尝试过 Subversion 并且遇到了一些问题,但你真的无法击败简单的安装 &
I know you mentioned you already tried Subversion and had some issues but you really can't beat the easy install & configuration of
非常容易设置&维护.
Insanely easy to setup & maintain.
使用 VisualSVN 作为后端,使用 TortoiseSVN 作为客户端,您将启动并运行没时间了.
Use VisualSVN for the back-end and TortoiseSVN for the client and you'll be up and running in no time.
另外,如果您以后想切换到其他东西,您可以随时对 VisualSVN 存储库执行 svndump.
Plus you can always do an svndump of the VisualSVN repository if you want to switch to something else down the road.