How do I use IntelliJ with Subversion, Git and "git-svn".
My firm is using subversion for the main repository but I like to use git so I use the command line and issue the following commands
git-svn clone -s http://example.com/my_subversion_repo local_dir
but at the end I have to issue a git-svn dcommit can this be done from within IntelliJ
- git-svn dcommit