Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As other commenters have suggested, you probably don't want to start a new Team Project Collection for this purpose.</p> <p>The normal reasons against creating a new TPC are:</p> <ol> <li>Sharing code or work items between two Team Project Collections is very difficult. It's almost as if you're connecting to a new server.</li> <li>Unless your project is so big, that you might need to move the collection to it's own SQL server in the future, there's not a lot of value in a new TPC</li> </ol> <p>However, if you did decide that you want to create a copy of an existing TPC on the same server, these are the general steps to follow:</p> <ol> <li>Open the TFS Admin Console, go to Team Project Collections</li> <li>Select your existing collection and choose 'Detach Collection'</li> <li>Wait for the detach to complete. This procedure copies the "shared" data out of the configuration database (like groups/identities) and stores it in the collection database.</li> <li>Once the detach is complete, backup the databse in SQL</li> <li>In the admin console, choose 'Attach collection' and choose the database that you just detached &amp; backed up</li> </ol> <p>These steps can then be performed on the same server (or another server, if you want to move it there)</p> <ol> <li>Restore the database backup, with a new database name</li> <li>In the TFS Admin Console, choose 'Attach collection' and choose the database that you just restored.</li> <li>TFS will look at the GUID of this database (stored as an extended property), it will see that it is the same as a currently running collection on the server, and automatically give it a new GUID.</li> <li>At this point, you should have two collections running.</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload