Re: svn upgrade segfaults

2010-12-31 Thread Kamesh Jayachandran
Committed the fix in r1054133. With regards Kamesh Jayachandran On 12/30/2010 09:35 PM, Kamesh Jayachandran wrote: Hi All, I did the following. cd /tmp cd svn-1.6 co file:///repo/abc touch abc/test svn-1.6 add abc/test #Make sure below commit fails either by a pre-commit hook or File system p

Re: svn upgrade segfaults

2010-12-31 Thread Kamesh Jayachandran
Thanks Arwin. Committed your patch at r1054090. With regards Kamesh Jayachandran On 12/31/2010 04:31 PM, Arwin Arni wrote: Hi Kamesh, Here is the new patch and log message and the .tar.bz2 file. Regards, Arwin Arni Arwin, Sorry, I guess my description can be reduced to even simple form. I m

Re: svn upgrade segfaults

2010-12-31 Thread Arwin Arni
Hi Kamesh, Here is the new patch and log message and the .tar.bz2 file. Regards, Arwin Arni Arwin, Sorry, I guess my description can be reduced to even simple form. I mean we do not need *failed commit* condition, just scheduled change alone is enough. Can you provide a new patch which cov

Re: svn upgrade segfaults

2010-12-31 Thread Kamesh Jayachandran
Arwin, Sorry, I guess my description can be reduced to even simple form. I mean we do not need *failed commit* condition, just scheduled change alone is enough. Can you provide a new patch which covers the following case? cd /tmp cd svn-1.6 co file:///repo/abc touch abc/test svn-1.6 add abc/

Re: svn upgrade segfaults

2010-12-31 Thread Arwin Arni
On Thursday 30 December 2010 09:35 PM, Kamesh Jayachandran wrote: Hi All, I did the following. cd /tmp cd svn-1.6 co file:///repo/abc touch abc/test svn-1.6 add abc/test #Make sure below commit fails either by a pre-commit hook or File system perm error, we just need this to fail. svn-1.6 ci

svn upgrade segfaults

2010-12-30 Thread Kamesh Jayachandran
Hi All, I did the following. cd /tmp cd svn-1.6 co file:///repo/abc touch abc/test svn-1.6 add abc/test #Make sure below commit fails either by a pre-commit hook or File system perm error, we just need this to fail. svn-1.6 ci -m "msg" svn-1.7 upgrade Segfaults My svn-1.7 trunk build corres