I guess the subject might be slightly confusing. here are the details:

there is branch named 'branch-c1' in svn repo. i would like to know
how to get this branch to git.

when i do

git branch -
r                                                         //step-1

the above branch is listed as svn/branch-c1. so i did

git branch my-c1-branch svn/branch-c1                  // step-2

the above command created the my-c1-branch.

but when i do git svn rebase or git svn fetch on the master it is not
updating the changes commited to svn/branch-c1 to my-c1-branch. so i'm
not sure whether what i did in step-2 is correct.

any suggestions/comments?

thanks in advance.

cheers.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@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