开发者

Online SVN tools?

I am developing a project with distributed team, For this i am looking for some online tool which helps in maintaining versions of data. More Specifically i need check in and check out facility so that only a single person can work on a single file at a time.

Before this all of us resides in single building and are connected through Intranet and there we use Microsoft Visual Safe Source, so in simple words i need some online tool that provide more or the same functiona开发者_JAVA百科lity as MS VSS provides. My preference is to go for some open source tools.


Svn has more or less been superceded by distributed source control systems like Mercurial and Git. Check out BitBucket (based on Mercurial) or Github (Git). Either will do what you need, and be a lot nicer to use than VSS or SVN. [edit] apart from the oldschool VSS style single user check out/check in thing. Are you sure you need that?


Mercurial and Git are fast becoming the SCC of choice.

I still use Subversion (via Visual SVN) at home. Subversion can be configured for remote access

Subversion on Windows with Remote Access


The workflow you're thinking of is provided by Subversion. A google search will find many online subversion hosters.

While distributed version control offers more facilities, it won't provide the kind of workflow you're used to and therefore take longer for you to learn.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜