Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-29 Thread Philip Martin
Philip Martin writes: > Philip Martin writes: > >> Arwin Arni writes: >> >>> I've attached a shell script which will help you reproduce this >>> easily. Also, I'm in the process of writing a test-case for this, but >>> I don't know which set of tests it belongs to - authz_tests.py or >>> copy_t

Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-28 Thread Philip Martin
Philip Martin writes: > Arwin Arni writes: > >> I've attached a shell script which will help you reproduce this >> easily. Also, I'm in the process of writing a test-case for this, but >> I don't know which set of tests it belongs to - authz_tests.py or >> copy_tests.py or info_tests.py. > > Sin

Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-28 Thread Philip Martin
Arwin Arni writes: > I've attached a shell script which will help you reproduce this > easily. Also, I'm in the process of writing a test-case for this, but > I don't know which set of tests it belongs to - authz_tests.py or > copy_tests.py or info_tests.py. Since authz tests have to be run sequ

Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-28 Thread Philip Martin
Philip Martin writes: > $ sqlite3 wc/.svn/wc.db "select op_depth, local_relpath, presence, repos_id, > repos_path from nodes" > 0|A/B|absent|1|A/B > 0|A|normal|1|A > 0||normal|1| > 1|X|normal|1|A > 1|X/B|incomplete|| So following r1176797 that final row looks like: 1|X/B|incomplete|1|A/B but

Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-28 Thread Arwin Arni
On Tuesday 27 September 2011 02:14 PM, Philip Martin wrote: Arwin Arni writes: I've attached a shell script which will help you reproduce this easily. Also, I'm in the process of writing a test-case for this, but I don't know which set of tests it belongs to - authz_tests.py or copy_tests.py o

Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-27 Thread Arwin Arni
Also worth noting that the current trunk behaves the same way 1.7.x does. On Sep 27, 2011 11:50 AM, "Arwin Arni" wrote: > > Hi All, > > Here is the issue: > > Repo contains: > > . > `-- A > `-- B > > This was committed by the user 'admin'. > > Authz rules are: > [/] > admin=rw > arwin=rw > [

Re: [BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-27 Thread Philip Martin
Arwin Arni writes: > I've attached a shell script which will help you reproduce this > easily. Also, I'm in the process of writing a test-case for this, but > I don't know which set of tests it belongs to - authz_tests.py or > copy_tests.py or info_tests.py. Clearly, the authz subsystem is doing

[BUG] svn info segfaults after svn cp on a restricted permission directory

2011-09-26 Thread Arwin Arni
Hi All, Here is the issue: Repo contains: . `-- A `-- B This was committed by the user 'admin'. Authz rules are: [/] admin=rw arwin=rw [/A/B] admin=rw arwin= --- Using 1.6.x: $svn co http://r52/svn/cp_fail_repo --username=ar