我们可以在 Windows 上使用 git-cvs 吗?

发布于 2024-08-21 18:15:11 字数 367 浏览 1 评论 0原文

我很喜欢使用 git,并且比 CVS 更喜欢它。不幸的是,在我们公司,我们不得不使用CVS作为版本控制系统。我想知道在提交 CVS 存储库时是否可以在本地使用 git,当我发现 这个问题。不幸的是,它似乎不适用于 Windows。我的计算机上安装了 Git For Windows (mysysgit),当我在终端中输入 git cvs 或 git cvsimport 时,它显示“不是 git 命令”。无论如何,我可以在 Windows 上使用此功能吗?

I'm comfortable using git, and I prefer it very much over CVS. Unfortunately, in our company, we have to use CVS as a version control system. I was wondering if there was anyway to use git locally while committing to the CVS repo, and I was elated when I found this SO question. Unfortunately, it does not seem to work on Windows. I have Git For Windows (mysysgit) installed on my computer, and when I type git cvs or git cvsimport in the terminal it says "not a git command". Is there anyway I can use this functionality on windows?

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

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

发布评论

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

评论(2

彼岸花ソ最美的依靠 2024-08-28 18:15:11

使用 Cygwin git 而不是 msysgit,它具有此功能和其他功能,例如 git 守护进程。

或者您可以实现此功能并将其贡献给 msysgit。

Use Cygwin git instead of msysgit, it has this and other functions, like git daemon.

Or you can implement this feature and contribute it to msysgit.

段念尘 2024-08-28 18:15:11

我使该方法在 Windows 上运行,但由于我们的 CVS 服务器是 Linux,所以我将导出到该服务器上的 CVS,然后克隆到我的 Windows 计算机。我通过同样位于 Linux 服务器上的临时存储库进行回推。

I make that methodology work on Windows, but since our CVS server is Linux I do my export to CVS on that server, and then clone to my Windows machine. I push back through a staging repository also located on the Linux server.

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