Individual file merge . Merging a newly added file
Dear All, 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: E29: 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 . JP
Re: Individual file merge . Merging a newly added file
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: E29: 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