Does PyCharm support use of two VCS's?
I am using Mercurial on my development laptop for personal tracking. The company servers use CVS.
I can add both VCS's to Preferences.
The right-click menu only shows Mercurial for directories that have been assigned to both VCSs.
When I select a file and select from the main menu VCS > CVS > Compare... an error occurs stating the file is not in Mercurial.
I can add both VCS's to Preferences.
The right-click menu only shows Mercurial for directories that have been assigned to both VCSs.
When I select a file and select from the main menu VCS > CVS > Compare... an error occurs stating the file is not in Mercurial.
1 条评论
排序方式
日期
投票数
PyCharm does support the use of multiple VCSes, but each directory must be managed by a single VCS only. Otherwise, for example, there would be no meaningful way for us to show the contents of the Changes view.
请先登录再写评论。