Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Daniel Shahaf
Ranajit Ghosh wrote on Wed, 09 Jun 2021 17:26 +00:00: > Hi..the structure of the urls for both src and dst are as follow: > > > https://svn.example.com/repos-aci/XXX/xxx50/branches/xxx_5.8.46.0/xxx/config/epc/9.4 > > > https://svn.example.com/repos-aci/XXX/xxx50/branches/xxx_5.8.46.0/xxx/conf

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Daniel Sahlberg
Den ons 9 juni 2021 kl 20:40 skrev Karl Fogel : > The only thing I can think of is to upgrade Subversion (on client > side) and see what happens? I'm using 1.14: > > $ svn --version > svn, version 1.14.1 (r1886195) > compiled Feb 18 2021, 02:52:03 on x86_64-pc-linux-gnu > $ I tried t

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Karl Fogel
$ svn ls -v https://svn.red-bean.com/kfogel-private/trunk/scratch/bar 9852 kfogelJun 09 13:33 ./ HAH, looks like I accidentally forgot to anonymize one of the paths when I added that example to my message. Well, now you all know the secret place -- don't tell anyone :-).

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Karl Fogel
On 09 Jun 2021, Ranajit Ghosh wrote: Hi..the structure of the urls for both src and dst are as follow: https://svn.example.com/repos-aci/XXX/xxx50/branches/ xxx_5.8.46.0/xxx/config/epc/9.4 https://svn.example.com/repos-aci/XXX/xxx50/branches/ xxx_5.8.46.0/xxx/config/epc/9.5 Hmm, that should

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
Hi..the structure of the urls for both src and dst are as follow: https://svn.example.com/repos-aci/XXX/xxx50/branches/xxx_5.8.46.0/xxx/config/epc/9.4 https://svn.example.com/repos-aci/XXX/xxx50/branches/xxx_5.8.46.0/xxx/config/epc/9.5 Thanks! On Wed 9 Jun, 2021, 21:23 Karl Fogel, wrote: >

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Karl Fogel
On 09 Jun 2021, Ranajit Ghosh wrote: Hi,  I'm writing about the below issue here after not getting any particular response about the root cause of it on dev forum. I'm trying to do a SVN copy, using URL, the contents from one directory to another new directory within one repository with the fol

Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
Hi, I'm writing about the below issue here after not getting any particular response about the root cause of it on dev forum. I'm trying to do a SVN copy, using URL, the contents from one directory to another new directory within one repository with the following syntax: svn copy /dir/subdir1 /d