Added SVN add/delete/revert directory.
ClosedPublic

Authored by nikolaik on Feb 25 2020, 2:42 PM.

Details

Summary

Added "SVN Add" on directory addition with appropriate "SVN Revert" action.
Also for directories already under VCS control added "SVN Delete" action.

Test Plan
  1. Create empty directory.
  2. Try "SVN Add" on it: it should be added.
  3. Try "SVN Revert" on it: it should be reverted.
  4. Try "SVN Add", then "SVN Commit". It should be commited fine.
  5. Try "SVN Delete", then "SVN Commit". It should be deleted from CVS and commited fine.
  6. Try the same with a dir with an empty file in it right-clicking on the directory name and inside directory.

Diff Detail

Repository
R449 Plugins for Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nikolaik requested review of this revision.Feb 25 2020, 2:42 PM
nikolaik created this revision.
nikolaik updated this revision to Diff 76745.Mar 2 2020, 7:18 AM

Some updates.

nikolaik edited the summary of this revision. (Show Details)Mar 2 2020, 7:25 AM
nikolaik edited the test plan for this revision. (Show Details)
meven accepted this revision.Mar 2 2020, 8:01 AM
This revision is now accepted and ready to land.Mar 2 2020, 8:01 AM
This revision was automatically updated to reflect the committed changes.