copy multiple folders from one repository to another repository at server using subve

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gangadhar125
    New Member
    • Feb 2015
    • 1

    copy multiple folders from one repository to another repository at server using subve

    Hi I've created a repository named as allProj at server.
    allProj structure is as follows:

    allProj

    - Projects
    - projectA
    - projectB
    - projectC
    - projectD
    - projectE

    Now I want to create another repository reqProj which includes specific projects from 'allProj'
    expected 'reqProj' structure is:

    reqProj

    - projectB
    - projectD
    - projectE

    P.S: I want to create 'allProj' with all access controls and history.

    I've searched a lot on this topic however I'm unable to find any solution.

    Any help would be appreciated.
Working...