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:

  1. using visualsvn manager created new repository called "test"
  2. within repository created project_1/trunk , project_1/branches
  3. i checked out project_1/trunk
  4. i added new file trunk (foo.c), first line reading "initial commit"
  5. i svn add/commit file
  6. using tortoisesvn make new branch trunk , call project_1/branches/001
  7. in trunk modify foo.c , alter first line , svn commit trunk
  8. in branch modify line 1 of foo.c, different value, , commit branch
  9. 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:

enter image description here

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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -