Re: Access configuration for leaves in one working copy

2015-09-08 Thread Holger Schmidt
Hi Eric, You are right, move and commit works with separate working copies and recent SVN releases. The problem is that I need to maintain compatibility with SVN 1.6. SVN 1.6 is not able to do that. Furthermore it would be good to have a simple way to determine the status. If it is not one

Re: Access configuration for leaves in one working copy

2015-09-07 Thread Eric Johnson
Hi Holger, It is possible to reference two working copies in a single Subversion command line operation. For example, you can copy or move from one working copy to another. Eric > On Sep 7, 2015, at 7:34 AM, Holger Schmidt wrote: > > It should be one working copy to be able to move resources fr

Re: Access configuration for leaves in one working copy

2015-09-07 Thread Holger Schmidt
It should be one working copy to be able to move resources from one leaf to another or to commit changes that affect multiple leaves in one changeset. The leaves belong to one project, so it was a logical choice to have them in one working copy. Regards, Holger On 07.09.2015 16:20, Eric Joh

Re: Access configuration for leaves in one working copy

2015-09-07 Thread Eric Johnson
Why do you need one working copy? > On Sep 7, 2015, at 5:31 AM, Holger Schmidt wrote: > > Hi, > > There is a repository with this directory tree: > > root > +- dir_a > +- dir_b > | +- dir_c > | +- dir_d > +- dir_e > +- dir_f > +- dir_g > > Because there is sensible data in there user usr_u

Access configuration for leaves in one working copy

2015-09-07 Thread Holger Schmidt
Hi, There is a repository with this directory tree: root +- dir_a +- dir_b | +- dir_c | +- dir_d +- dir_e +- dir_f +- dir_g Because there is sensible data in there user usr_u has read/write access only to dir_c and dir_g. Question: How do I configure this with the path based authoriz