TortoiseSVN tree conflict on merge with no previews -
i installed visualsvn 3.5.6, , i'm using tortoise svn 1.8.11.
i followed these steps:
- using visualsvn manager created new repository called "test"
- within repository created project_1/trunk , project_1/branches
- i checked out project_1/trunk
- i added new file trunk (foo.c), first line reading "initial commit"
- i svn add/commit file
- using tortoisesvn make new branch trunk , call project_1/branches/001
- in trunk modify foo.c , alter first line , svn commit trunk
- in branch modify line 1 of foo.c, different value, , commit branch
- i try merge trunk branch
as expected tree conflict. see error says, "one or more conflicts produced while merging r3:4 'd:\svn local tests\project_1 trunk' -- resolve conflicts , rerun merge apply remaining unmerged revisions"
in trunk working copy have .svn folder, , foo.c flagged conflicted. there no other file.
if right click , svn edit conflicts on foo.c see this:
i guess have manually use winmerge (or similar) compare file branch , trunk, apply whatever changes want trunk file, marked resolved, merge once again? had expected edit conflict window show me side-by-side diff move changes %resolved pane.
i note source left url is: https://foo.bar.com:444/svn/test/project_1/trunk/foo.c@3 gives me 404 error, if remove @3 url fine (maybe visualsvn doesn't support showing revisions suppose?)
Comments
Post a Comment