Page MenuHomePhabricator

Provide basic support for Subversion revprops
ClosedPublic

Authored by epriestley on Jun 24 2016, 3:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 1:32 AM
Unknown Object (File)
Tue, Aug 27, 3:52 PM
Unknown Object (File)
Sun, Aug 25, 2:26 PM
Unknown Object (File)
Sun, Aug 25, 12:40 AM
Unknown Object (File)
Aug 14 2024, 3:22 AM
Unknown Object (File)
Aug 6 2024, 1:27 PM
Unknown Object (File)
Aug 2 2024, 12:37 AM
Unknown Object (File)
Jul 27 2024, 3:16 PM
Subscribers
None

Details

Summary

Ref T11208. See that task for a more detailed description of revprops.

This allows revprop changes in a hosted Subversion repository if the repository has the "allow dangerous changes" flag set.

In the future, we could expand this into real Herald support, but the only use case we have for now is letting svnsync work.

Test Plan

Edited revprops with svn propset --revprop -r 2 propkey propvalue repositoryuri:

  • Tried before patch, got a "configure a commit hook" error.
  • Tried after patch, got a "dangerous change" error.
  • Allowed dangerous changes.
  • Did a revprop edit.
  • Prevented dangerous changes.
  • Got an error again.
  • Made a normal commit to an SVN repository.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Provide basic support for Subversion revprops.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 24 2016, 6:55 PM
This revision was automatically updated to reflect the committed changes.