Hello, I have a git local branch tracking a svn remote branch. I noticed 
that if I git rebase that branch onto another local branch (tracking a 
different svn remote branch) then the dcommit I do on the first goes to the 
remote of the second. IOW

branches: *feature1-local* tracks remote svn *feature1*, *master* tracks 
remote *trunk*

git checkout feature1-local
git rebase feature1-local master
git svn dcommit <-- commits to *trunk*
*
*
I would expect that dcommitting feature1-local would commit to feature1 svn 
remote branch rather than the trunk.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/0E8qpgzFE04J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to