1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/repository
epriestley 89f9f97159 Provide basic support for Subversion revprops
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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11208

Differential Revision: https://secure.phabricator.com/D16174
2016-06-24 13:43:32 -07:00
..
conduit Remove "repository.create" Conduit API method 2016-05-04 16:10:19 -07:00
config Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
constants Give users a modal VCS choice when creating a new repository 2016-04-29 09:20:31 -07:00
customfield Move various other callsites away from callsigns 2016-01-04 06:54:42 -08:00
daemon Handle tag tags properly in discovery 2016-06-20 11:10:02 -07:00
data Remove all uses of PhutilGitURI in Phabricator 2016-06-13 07:20:58 -07:00
editor Provide more UI guidance when creating repositories 2016-05-11 06:35:35 -07:00
engine Provide basic support for Subversion revprops 2016-06-24 13:43:32 -07:00
graphcache Remove duplicated duplicated words 2015-06-27 08:43:44 -07:00
mail Build separate mail for each recipient, honoring recipient access levels 2015-06-03 18:59:31 -07:00
management Add "bin/repository mark-reachable" for fixing commit reachability flags 2016-06-16 11:21:17 -07:00
phid Mark unreachable commits handles as "closed" 2016-06-16 13:01:09 -07:00
query Index all repository URIs, not just the "primary" repository URI 2016-05-11 06:36:06 -07:00
response Accept and route VCS HTTP requests 2013-10-29 15:32:40 -07:00
search Reduce the total number of calls to getCallsign() 2016-01-02 04:23:06 -08:00
storage Provide basic support for Subversion revprops 2016-06-24 13:43:32 -07:00
worker Make daemons ignore "Unreachable" commits and avoid duplicate work 2016-06-16 11:20:56 -07:00