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

Key: IDEADEV-14895
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Mike Aizatsky
Reporter: Dmitry Jemerov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ensure Perforce settings compatibility with old builds

Created: 26 Feb 07 21:05   Updated: 02 Oct 07 15:30
Component/s: IDE Configuration
Fix Version/s: Selena Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 7,320


 Description  « Hide
Old format:
<component name="PerforceDirect.Settings">
    <option name="CURRENT_CHANGE_LIST" value="-1" />
  </component>

New format:

<component name="PerforceDirect.Settings">
    <CURRENT_CHANGE_LIST>
      <ID>
        <option name="myDoNotUseP4Config" value="true" />
        <option name="myP4ConfigFileName" />
        <option name="myWorkingDir" />
      </ID>
      <CHANGE_LIST>
        <option name="INTEGRATED_CHANGE_LIST_NUMBER" value="" />
        <option name="INTEGRATE_CHANGE_LIST" value="false" />
        <option name="INTEGRATE_REVERSE" value="false" />
        <option name="INTEGRATE_BRANCH_NAME" value="DemetraMinor" />
        <option name="INTEGRATE_TO_CHANGELIST_NUM" value="149639" />
      </CHANGE_LIST>
    </CURRENT_CHANGE_LIST>
  </component>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.