p4vsettings.xml #1

  • //
  • guest/
  • perforce_software/
  • sdp/
  • dev/
  • JsApi/
  • p4vsettings.xml
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<?xml version="1.0" encoding="UTF-8"?>
<!--perforce-xml-version=1.0-->
<PreferencesDefaults varName="PreferencesDefaults" >
 <ConfigPreferences varName="Initial Preferences" >
  <Performance>
      <!-- 
           These four performance settings can be set centrally 
        -->
   <!--Server refresh interval (default is 5) -->
   <ServerRefresh>15</ServerRefresh>
   <!--Maximum number of files displayed in changelists,-->
   <!--and the resolve dialog (default is 1000) -->
   <MaxFiles>200</MaxFiles>
   <!--Maximum size of file preview in k-bytes (default is 500) -->
   <MaxFilePreviewSize>100</MaxFilePreviewSize>
   <!--Number of entries to fetch at a time-->
   <!--(applies to changelists, jobs, branches and labels)-->
   <!--(provided value should be a mulitple of 100)-->
   <!--(default is 100)-->
   <FetchCount>100</FetchCount>
  </Performance>
  <Layout>
   <!--Show Address Bar-->
   <!--( true or false )-->
   <ShowAddressbar>true</ShowAddressbar>
    <!--Show Log Pane-->
    <!--( true or false )-->
    <ShowLogPane>true</ShowLogPane>
    <!--Show Dashboard-->
    <!--( true or false )-->
    <ShowDashboard>true</ShowDashboard>
    <!--Show Detail Pane-->
   <!--( true or false )-->
   <ShowDetailPane>true</ShowDetailPane>
   <!--Show Filetype in the Workspace and Depot Tree-->
   <!--( true or false )-->
   <ShowFileType>true</ShowFileType>
   <!--Show Revision Information in the Workspace-->
   <!--and Depot Tree-->
   <!--( true or false )-->
   <ShowRevInfo>true</ShowRevInfo>
 </Layout>
 </ConfigPreferences>
</PreferencesDefaults>
# Change User Description Committed
#2 16784 C. Thomas Tyler Routine Merge Down to dev from main using:
p4 -s merge -n -b perforce_software-sdp-dev
#1 10638 C. Thomas Tyler Populate perforce_software-sdp-dev.
//guest/perforce_software/sdp/main/JsApi/p4vsettings.xml
#1 10148 C. Thomas Tyler Promoted the Perforce Server Deployment Package to The Workshop.