<table><tr><td style="">volden created this revision.<br />volden added reviewers: KDevelop, kfunk.<br />volden added a subscriber: kdevelop-devel.<br />volden set the repository for this revision to rKDEVPLATFORM KDevPlatform.<br />volden added a project: KDevelop.</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D2001" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This plugin facilitates integration with the perforce version control system</p>

<p>It supports:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">Adding files to a perforce repository
Opening a file for edit
Reverting changes made to a file
Updating a file to the latest version (head) in the repository
Listing the change history of a files
Comparing a file to latest verion (head)
Comparing a file to the version that a given perforce client has checked out (have revision)
Comparing any given two revisions (through the history)
Annotating a file (i.e. telling from which changelist a given line of code came from )</pre></div></div></div><br /><div><strong>TEST PLAN</strong><div><p>The following use-cases are currently under unit-test:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">Add
Edit
Status
Annotate
History
Revert
Update(File)
Update(Dir)
Commit</pre></div>

<p>Manually tested against Perforce servers</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKDEVPLATFORM KDevPlatform</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2001" rel="noreferrer">https://phabricator.kde.org/D2001</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/CMakeLists.txt<br />
plugins/perforce/CMakeLists.txt<br />
plugins/perforce/debug.h<br />
plugins/perforce/kdevperforce.json<br />
plugins/perforce/p4clientstub/CMakeLists.txt<br />
plugins/perforce/p4clientstub/main.cpp<br />
plugins/perforce/perforce.kdev4<br />
plugins/perforce/perforceplugin.cpp<br />
plugins/perforce/perforceplugin.h<br />
plugins/perforce/perforcepluginmetadata.cpp<br />
plugins/perforce/test/CMakeLists.txt<br />
plugins/perforce/test/test_perforce.cpp<br />
plugins/perforce/test/test_perforce.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>volden, KDevelop, kfunk<br /><strong>Cc: </strong>kdevelop-devel, Pilzschaf, akshaydeo, surgenight, joshiakshay, arrowdodger<br /></div>