All of lore.kernel.org
 help / color / mirror / Atom feed
* Git svn bug on merging svn branches
@ 2018-10-09 23:38 Артем Семенов
  2018-10-10 18:36 ` Andreas Heiduk
  0 siblings, 1 reply; 2+ messages in thread
From: Артем Семенов @ 2018-10-09 23:38 UTC (permalink / raw)
  To: git

Hello.

Git svn bug on merging svn branches:

Svn repository (branches tag trunk).

1. Add a some file by svn tools.
2. Create a new branch by svn tools (e.g. br1) .
3. Create a new branch by svn tools on branch br1 (e.g. br2).
4. Add some changes to file f1 in branch br1. Commit by svn tools.
5. Clone repository by git svn.
6. Create two local branches – br1_svn (on origin/br1) and br2_svn (on 
origin/br2);
7. Checkout to br2_svn. Add some changes (e.g add file f2). Execute git 
add, git commit.
8. Execute “git merge br1_svn”.
9. Checkout to br1_svn.
10. Execute “git svn info” - URL refers to br1. (URL: 
https://127.0.0.1/svn/branchtest/branches/br1)
11. Execute “git merge br2_svn”.
12. Execute “git svn info” - URL refers to br2. (URL: 
https://127.0.0.1/svn/branchtest/branches/br2)

-- 
With my best regards,
  Artem Semenov               mailto:artem.semenov@jarillolabs.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-10 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 23:38 Git svn bug on merging svn branches Артем Семенов
2018-10-10 18:36 ` Andreas Heiduk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.