English 中文(简体)
你们如何在存放处处理文件、图像等?
原标题:How do you handle documents, images(psd), etc in you repository?
  • 时间:2012-01-14 05:39:08
  •  标签:
  • mercurial

This might be a noob question. but I m really torned between adding documents to my repository, in this case Mercurial.

也就是说,文件一是指实际上没有进入你的节目的档案。 如同私营部门司,c,xls。

处理这些档案的最佳方式是什么,或者你如何处理你的文件。

最佳回答

查阅Largefiles 延伸,该延伸与Mercurial 2.0(自此起装)。 它旨在以不同、更有效的方式处理双向档案和更新。

基本上,它储存这些档案,而不试图对不同版本之间的疏漏进行计算,而任何人用克隆技术复制该卷只拿到它们所需要的版本,而不是所有的历史。 这导致加速使用克隆技术/拉皮条,但更新可能需要与偏远存放处连接,以阅读将档案翻译成当地切身之处。

问题回答

我把他们带到我的存放处。 跟踪这些变化,看上去旧的修改。 我可以看到对设计书的旧修改,或者看上一条是关于资产的内容(也许有一部图形设计家搬走了alpha频道,而他/她是应该使用的。) 在那里。 如果没有变化,则它不会再占用一个良好的源控制系统的空间,而不是将其置于源控制之外。





相关问题
Can I clone part of a Mercurial repository?

Is it possible to clone part of a Mercurial repository? Let s say the repository is quite large, or contains multiple projects, or multiple branches. Can I clone only part of the repository? E.g. in ...

Sync files in Two Different Repos using HG

I ve got a problem when I try to sync files in two different repos. What I want to do is: I ve got 2 repos A and B, and they share some common files, suppose they lie in A/docs/common/ and B/docs/...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

git for mercurial like git-svn

Hello is there a tool for git that allow to work with mercurial repositories F.e. for svn there is a git-svn package, that allows to clone/commit/update from svn and work in a git way.. So is there ...

Useful Mercurial Hooks [closed]

What are some useful Mercurial hooks that you have come across? A few example hooks are located in the Mercurial book: acl bugzilla notify check for whitespace I personally don t find these very ...

热门标签