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
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, ...
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