Re: Individual file merge . Merging a newly added file

2017-08-01 Thread Lorenz
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



Individual file merge . Merging a newly added file

2017-08-01 Thread JP

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