开发者

Version Control from a different age

At my work I'm on a separate network to my colleague due to clearance reasons, and we both need to share code. I am wondering what the best versioning system would be? There's got to be something better than having project1.zip, project开发者_如何学C2.zip , etc - but something not as expansive as git or hg.


I would still recommend Git, as it allows to:

  • make a bundle (only one file, and it can be an incremental bundle)
  • mail that bundle to your colleague (meaning it will work even if your separate networks have no other way to communicate)

The idea is to exchange one file (from which you can pull any new history bundled in it).
And Git is very cheap for creating and adding a repo when an existing code base is already there.

That being said, any communication procedure will have to be approved by your employer: don't bypass any security measure ;)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜