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.