I've cloned a replicated svn repository (svnsync to local file system). All the branches etc. are now available in git. Now i would like to start working on svn branches
git checkout remotes/B_XYZ
and doing some commits via git. Now i want to change to a different SVN branch via
git checkout remotes/B_ABC
and doing some changes as well.
And now the final question is: Is it possible to commit the changes i made on the branches (in git) to the original Subversion repository back on the appropriate branches?