I have two repositories but I want to sync only a folder inside repository 1 with repository 2. Is that possible? For example...
- repo 1: clientA/appA
- repo 2: appA
The problem is I don't have rights to modify the two SVN repositories. My task is just to sync them both via Jenkins.
To give you more background, below are the designs of the 2 SVN repositories.
svn 1
- clientA
- appA
- appB
- clientB
- appC
- appD
- clientA
svn 2
- appA
- appB
- appC
- appD
Thanks in advance.
Yes, this is possible. Configure access permissions on the source repository to restrict
svnsync
user account to access all repository paths except the one you want to sync to target repository. The case is briefly described in Apache Subversion FAQ: