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: [PATCH] limit diff effort to fix performance issue

2021-06-09 Thread Daniel Sahlberg
Den ons 9 juni 2021 kl 17:18 skrev Johan Corveleyn : > As for test data, I just remembered something: in 2015 Bert developed > a tool called "AnonymizedFileDumper", after some discussions we had > during a hackathon and on IRC (related to blame and diff performance). > With this tool one can creat

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

Re: [PATCH] limit diff effort to fix performance issue

2021-06-09 Thread Johan Corveleyn
On Tue, Jun 8, 2021 at 3:29 PM Nathan Hartman wrote: > > On Tue, Jun 8, 2021 at 5:55 AM Stefan Sperling wrote: > > > > On Tue, Jun 08, 2021 at 01:45:00AM -0400, Nathan Hartman wrote: > > > In order to do some testing, I needed some test data that reproduces > > > the issue; since stsp can't share

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