协作处理单个文件

发布于 2024-10-29 21:37:12 字数 158 浏览 1 评论 0原文

我正在和一个朋友一起开发一个 LaTeX 项目(一个投影仪演示),我们希望能够同时处理它。我们尝试使用 Dropbox 来共享文件,但我们发现一起处理一个文件非常困难。所以我的问题是:是否有一个版本控制系统可以做到这一点,以便协作者可以同时应用他们的更改(如果更改是不相交的)?

谢谢。

I'm working on a LaTeX project (a beamer presentation) with a friend and we would like to be able to work on it simultaneously. We tried using Dropbox for sharing the files, but we found out that it's very difficult to work on one file together. So my question is: is there a version control system that would allow to do this, so that the collaborators could apply their changes simultaneously (if the changes were disjoint)?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮年 2024-11-05 21:37:12

是的,许多版本控制系统将允许同时编辑和合并更改。我非常喜欢使用 git 来完成这样的小型项目。

您还可以考虑实时协作编辑器,例如 SubEthaEdit 甚至 Google Docs。然后,你们可以同时写入同一个文件,并看到彼此所做的更改——无需合并。

Yes, many versioning systems will allow simultaneous editing with merging of changes. I'm a fan of git for small projects like this.

You might also consider a real-time collaborative editor like SubEthaEdit or even Google Docs. Then you can both write in the same file at the same time, and see each others' changes as they are made--no merging necessary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文