[Possible?] Partial Mirror of Working Copy Between Two Servers

2020-10-20 Thread pwillis
Hello,

I looked in the archive but did not find any clear information regarding
this.


---
DESCRIPTION OF REQUIREMENTS:

I have an internal SVN server with a large repository of projects. I will
refer to this server as 'SERVER_01'.
I have a second, external, SVN server used for public sharing of a small
sample of files.  I will refer to this server as 'SERVER_02'.

I wish to use my internal working copy from SERVER_01 to also commit changes
of a subset of the working copy files to SERVER_02.

I want to do this to only externally share specific components of my working
copy.
I appreciate that the complete internal server could be set up externally,
but this causes other issues.  


-

QUESTION:

The files in question could be externals in a separate working copy, but the
update from SERVER_01 would need to be committed to SERVER_02, somehow,
using the same working copy.

Is there any way in subversion to partially mirror only some of the working
copy files to a second server?


---

Thanks if there are any solutions.

P




authz question

2020-10-20 Thread pwillis
Hello,

I have access controls in 'authz'  in the server as shown below.
#---
---
[groups]
S8-GROUP = anne, james
T4-GROUP = bob, jill, mary


[stable8:/Projects/stable8]
~@S8-GROUP =
@S8-GROUP = rw

[test4:/Projects/test4]
~@T4-GROUP =
@T4-GROUP = rw
* =

#---
---


--PROBLEM--
Regardless of groups  'S8-GROUP' still appears to be able to browse below
'/Projects/test4'.
Likewise 'T4-GROUP' is able to browse below '/Projects/stable8'

--QUESTION--
Shouldn't browsing be disabled for paths that are neither read nor write for
the logged-in user?

--QUESTION--
How do I make path inaccessible to users that do not have rights?



Thanks,

Peter