<?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 | 16773 | Robert Cowham |
Remove obsolete way of doing things. See http://answers.perforce.com/articles/KB/2458?q=p4v&l=en_US&fs=Search&pn=1 for new way using Properties. |
||
#1 | 10148 | C. Thomas Tyler | Promoted the Perforce Server Deployment Package to The Workshop. |