JP wrote: >I am trying to merge a newly added file . I am getting the following >error . > >|svn merge -c123 https://my.svn.domain/svn/foo/branches/bar/newfile.txt >./newfile.txt >svn: E200009: Merge target './newfile.txt' does not exist in the working copy > >https://my.svn.domain/svn/foo/branches/bar/newfile.txt is in status "A" >. How can I do such merges .
adding a file is a change to the parent directory. -- Lorenz