RE: How to checkout only the changes

2017-03-27 Thread Andrew Reedick
> From: horst.schl...@gmx.de [mailto:horst.schl...@gmx.de] > Sent: Friday, March 24, 2017 4:04 PM > To: users@subversion.apache.org > Subject: How to checkout only the changes > > > Is there a way to export only the changes, that occured in a specific > revision? Like export or checkout only the

RE: Using svnperms.py and AuthzSVNAccessFile file together?

2017-03-27 Thread Bennett, Brian
Thank you for the response, but I'd considered that configuration. Doesn't this: $authenticated = rw give all authenticated users read access that will not be managed by pre-commit/svnperms (since it isn't a write operation). One of my goals is that I must restrict read access as well. Brian B