Re: svnrdump fails when access control restrictions are in place

2012-04-14 Thread Daniel Shahaf
Andrew Sasak wrote on Fri, Apr 13, 2012 at 16:53:14 -0400: > When --incremental is used, dump records all changes that the user has > access to. When --incremental is used, I think dump should dump the > whole tree that the user has access to. I can imagine that this would > be a non-trivial change

Re: svnrdump fails when access control restrictions are in place

2012-04-13 Thread Andrew Sasak
When --incremental is used, dump records all changes that the user has access to. When --incremental is used, I think dump should dump the whole tree that the user has access to. I can imagine that this would be a non-trivial change for an uncommon use case. On Fri, Apr 13, 2012 at 1:25 PM, Daniel

Re: svnrdump fails when access control restrictions are in place

2012-04-13 Thread Daniel Shahaf
When --incremental isn't used svnrdump tries to dump the full tree and runs into the authz restrictions. Do you have a suggestion for an alternative behaviour? Andrew Sasak wrote on Fri, Apr 13, 2012 at 11:58:50 -0400: > svnrdump fails when access control restrictions are in place on the > server