本文介绍了修订控制系统建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在独立开发工作中达成一致,我想开始使用Subversion技术。



到目前为止,我只是通过导出我当前的数据库进行备份,并将其与我的PHP项目文件一起加载。



我已经在线阅读了一些文章,并与Linus Torvalds一起观看了视频 - 一般的判断似乎是Git是旧的CVS技术。


$ b $我目前不在Linux下运行,所有的PHP都从Windows - > Eclipse中工作。由于Eclipse在JVM上运行,跳入Linux - > Eclipse将会或多或少地透明化文件系统。



我想要完成的是能够保持一个不断的修订历史 - 但我希望这几乎完全透明。此外,我在一个MVC框架中工作,我希望能够将我的意见发布给设计师,并使其在修订控制系统中工作。



将会完成我所需要的或者是一个单身劳动力的开支太多了?
你推荐我用什么来保存修订历史?



我也要求服务是免费的!

解决方案

尝试这些搜索







至于选择哪一个 - 我倾向于同意:

但是他的手脚紧握:

我不想在git repos上做维护。这只是不能接受的。

我还没有移动我所有的东西都可以使用 - SVN对于大多数项目来说都是适用的 - 特别是单人项目。


I've reached a point in my independent development work where I would like to start using Subversion techniques.

Up to now, I've been simply making backups by exporting my current database, and zipping them together with my PHP project files.

I've read some articles online and watched a video with Linus Torvalds - the general verdict seems to be that Git is in and old CVS techniques are out.

I'm not currently operating under Linux, I do all PHP work out of Windows -> Eclipse. Due to the fact that Eclipse runs on JVM, jumping into Linux -> Eclipse will be more or less transparent - file system aside.

What I would like to accomplish is being able to keep a constant revision history - But I want this to be almost entirely transparent. Also, I work in an MVC framework, and I would like to be able to release my views to Designers, and have them work from within the revision control system too.

Will Egit accomplish what I need? Or is it too much overhead for a one-man workforce?What do you recommend I use so that I can keep a revision history?

I also require the service to be free!

解决方案

Try these searches

https://stackoverflow.com/search?q=free+svn+hosting

https://stackoverflow.com/search?q=free+mercurial+hosting

As for choosing which one - I tend to agree with the google review here:

But his is the hands-down clincher:

I don't want to have to do "maintenance" on the git repos. That's just unacceptable.

I have not moved all my stuff to mercurial - SVN is just fine for most projects - especially single-person projects.

这篇关于修订控制系统建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 17:19
查看更多