simple svn merge question
From: <dkrobbins_at_micron.com>
Date: 2005-06-16 19:33:19 CEST
OK, I clearly don't understand svn merge.
1. I create a trunk repo with one file, file1.txt that contains:
line 0
2. Then I branch the code from trunk into test-branch
3. I modify the file1.txt in trunk to read (and commit):
line 0
4. I modify the file1.txt in branch to read (and commit):
line 0
5. I switch to the trunk repo
6. Now I want to merge my branch changes in with the trunk. This
My questions are:
2. It seems that to/from order works somewhat backwards to the way a cp
If I want to get the branch changes into trunk I need to:
This seems counter-intuitive to me. What am I missing here?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.