@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mark SVN dir copy as direct change for its files

Test Plan: HHVM currently core dumps so I didn't test it.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4343

vrana 0f1086fd 9aa772ed

+2 -2
+2 -2
src/applications/repository/worker/commitchangeparser/PhabricatorRepositorySvnCommitChangeParserWorker.php
··· 247 247 'rawPath' => $full_to, 248 248 'rawTargetPath' => $full_from, 249 249 'rawTargetCommit' => $copy_rev, 250 - 'rawDirect' => false, 250 + 'rawDirect' => true, 251 251 252 252 'changeType' => $type, 253 253 'fileType' => $from_file_type, ··· 270 270 'rawPath' => $full_from, 271 271 'rawTargetPath' => null, 272 272 'rawTargetCommit' => null, 273 - 'rawDirect' => false, 273 + 'rawDirect' => true, 274 274 275 275 'changeType' => $other_type, 276 276 'fileType' => $from_file_type,