gpt4 book ai didi

git - 使用 intelliJ 将 SVN 更改为 GIT

转载 作者:行者123 更新时间:2023-12-02 15:31:18 28 4
gpt4 key购买 nike

我下载了一个由 SVN 管理的项目。我清除了所有 svn 文件,但是在 IntelliJ 中它仍然显示“Subversion”

enter image description here "

我已经创建了一个 git 存储库,我可以使用 git 命令推送更改。我如何更改 intelliJ 以便它使用 git 来管理项目?

最佳答案

如果一切都失败了,您可以尝试编辑/.idea 目录中的 vcs.xml 文件。

你应该找到那一行:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="svn" />
</component>
</project>

用“Git”替换“svn”:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

关于git - 使用 intelliJ 将 SVN 更改为 GIT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25518276/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com