开发者

Mercurial Workflow (Shared Files)

开发者 https://www.devze.com 2022-12-25 13:14 出处:网络
Let\'s say I have programmers and artists working on a project.The artists have some folders they care about:

Let's say I have programmers and artists working on a project. The artists have some folders they care about:

/Doodles
/Images/Jpgs

And maybe the programmers have a folder like this:

/Code/View/Jpgs

What is the best process in Mercurial to keep the 2 Jpgs folders synced? I have used Vault, where you can have 2 or more files/folders linked in a repository so updating one updates another. Is there a way to do the same thing with Mercu开发者_如何学Gorial?


That could be managed through JPgs as a Mercurial Subrepo, that is as a nested respository managed by both programmers and artists, in their own respective main projects.

0

精彩评论

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