How to checkout only the changes

2017-03-24 Thread horst.schl...@gmx.de
Is there a way to export only the changes, that occured in a specific revision? Like export or checkout only the added or modified files in their respective paths

Using svnperms.py and AuthzSVNAccessFile file together?

2017-03-24 Thread Bennett, Brian
I am able to use svnperms.py as written and have configured a working svnperms.conf with it. My production Subversion environment is currently using an AuthzSVNAccessFile directive in the http configuration to specify groups and read or read-write access; e.g.: [groups] grp1 = user1, user2, ...

Re: How to checkout only the changes

2017-03-24 Thread Ryan Schmidt
On Mar 24, 2017, at 15:04, horst.schl...@gmx.de wrote: > Is there a way to export only the changes, that occured in a specific > revision? Like export or checkout only the added or modified files in their > respective paths? Deletions and cheap copies cannot be treated that way, > obviously. P