在 Ubuntu 和 Windows 7 之间共享双启动存储库?
我最近刚刚将我的计算机设置为双启动 Windows 7 和 Ubuntu。我添加了一个用于音乐、图片等的共享分区...我想知道,在公共分区上共享一个代码存储库是否可行?即当我运行 Windows 时,我可以控制/更新它,在 Ubuntu 中也是如此。
特定的存储库系统是否擅长于此?还是太麻烦了?
谢谢!
I just recently set my computer up to dual-boot Windows 7 and Ubuntu. I added a shared partition for music, pictures etc... I was wondering, is it feasible to have a code repository that is shared on the common partition? ie when I'm running Windows, I can control/update it and also the same while in Ubuntu.
Is a particular repository system adept at that? Or is it too much trouble?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我还没有尝试过,但您可以在两个系统之间共享的 Fat32 分区上使用 SubVersion。唯一的问题是 SubVersion 将尝试在 Ubuntu 中执行“chmod”命令,如果驱动器由 root 拥有,则会导致问题。您可以通过将其安装为 Ubuntu 用户来解决这个问题。
有关此内容的一些信息,请访问此链接:SVN 论坛。
Although I haven't tried it but you can use SubVersion on a Fat32 partition shared between both systems. The only problem is that SubVersion will try to do a "chmod" command in Ubuntu and if the drive is owned by root then that causes an issue. You can get around that by mounting it as your Ubuntu user.
Some info about that at this link: SVN Forum.