History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3789
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Issues with Syncing two Perforce repositories in a configuration

Created: 18/Oct/21 02:17 PM   Updated: 09/Nov/21 01:52 AM
Component/s: None
Affects Version/s: 10.0.28
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: QB server on Linux and Agents on Windows


 Description  « Hide
I have Linux and Windows files in a Perforce stream for example:
 StreamA
    dir1
       dir1a
          linux64
          win64
      dir2
       dir2a
          dir2a1
          dir2a2
             linux64
             win64
 I would like to sync them to a QuickBuild agent with Windows line end for Windows files, and Linux line end for Linux files. So I created 2 repositories, one was for windows files with Windows line end (Source_Windows), and another one was for Linux files with Linux line end (Source_Linux) I synced Windows files and then Linux files in the same configuration, but there were only Linux files on the workspace after the sync. I also tried to delete the Perforce client after each sync, but still received the same issue. May you let me know on how to achieve it?

 Thanks,
ptrinh
    

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [18/Oct/21 02:41 PM]
When use multiple repositories in same configuration, make sure to specify different root path in repository definition. Otherwise workspace overlapping will cause latter synced repository files overriding prior one

Phong Trinh [09/Nov/21 01:52 AM]
Thank you for your suggestion. I got this work and will provide the details.