0

Our company version control system (VCS) standard is Subversion and I've checked out the project from svn in Webstorm. I want to also use git so that I can easily create branches to test various approaches to the project I'm building.

When I've settled on an approach and have built some stuff out, I'll commit my changes to svn.

I've typically done this by leaving Webstorm connected to SVN and then interact with Git via command-line.

However, now, I'd like to do the reverse. But once I'm connected to SVN for this project, how to I tell Webstorm to disconnect from SVN integration?

Thanks, Scott

4

1 回答 1

3

看看subgit。这允许您将真正的 git 存储库连接到您的 SVN 存储库。您只使用 git 端,并且更改会自动与 SVN 同步。

于 2013-11-07T17:14:28.147 回答