Re: how to svn merge of filename with spaces ?

2015-07-07 Thread Robert Heller
At Tue, 7 Jul 2015 10:58:33 -0700 Zk W wrote: > > > Hi All > > We have SVN 1.6. > We like to perform a svn merge on a file where its filename has spaces. > eg > Roaming Apple.txt > > Is this syntax correct below to svn merge to a working copy ? > If not, what should it be ? > > svn merge -c

Re: Fwd: how to svn merge of filename with spaces ?

2015-07-07 Thread Robert Heller
At Tue, 7 Jul 2015 11:23:25 -0700 Zk W wrote: > > > Hi Brane > > Thanks for responding. > > How about svn merging between working paths if the paths have spaces ? > eg > > svn merge -c 12345 src/path to/Roaming Apple.txt /src/another path/Roaming > Apple.txt For local files (working paths),

Fwd: how to svn merge of filename with spaces ?

2015-07-07 Thread Zk W
Hi Brane Thanks for responding. How about svn merging between working paths if the paths have spaces ? eg svn merge -c 12345 src/path to/Roaming Apple.txt /src/another path/Roaming Apple.txt Thanks once again. On Tue, Jul 7, 2015 at 11:14 AM, Branko Čibej wrote: > On 07.07.2015 19:58, Zk

Re: how to svn merge of filename with spaces ?

2015-07-07 Thread Branko Čibej
On 07.07.2015 19:58, Zk W wrote: > Hi All > > We have SVN 1.6. > We like to perform a svn merge on a file where its filename has spaces. > eg > Roaming Apple.txt > > Is this syntax correct below to svn merge to a working copy ? > If not, what should it be ? > > svn merge -c 12345 "https://mytext.

how to svn merge of filename with spaces ?

2015-07-07 Thread Zk W
Hi All We have SVN 1.6. We like to perform a svn merge on a file where its filename has spaces. eg Roaming Apple.txt Is this syntax correct below to svn merge to a working copy ? If not, what should it be ? svn merge -c 12345 "https://mytext.abb.com/app/path/to/Roaming Apple.txt" . using quotes