1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-21 01:18:50 +02:00
phorge-arcanist/src/parser
Nick Harper 7494a95c40 [svn1.7] handle removed directories in svn in arc diff
Summary:
`svn rm $directory` removes the directory and its contents in svn 1.7, whereas
svn 1.6 only removes the directory's contents, so arc diff needs to not try
to read the directory.

Test Plan:
ran arc diff in a svn working copy that had a directory removed (with both
svn 1.6 and svn 1.7) and confirmed that the command did not throw an exception,
and that the removed directory was marked as directory (not a file).

Reviewers: epriestley, jungejason

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1889
2012-03-13 23:45:37 -07:00
..
bundle Fix arc diff / arc patch to handle files with missing trailing newlines properly 2012-03-07 13:19:58 -08:00
diff [svn1.7] handle removed directories in svn in arc diff 2012-03-13 23:45:37 -07:00
phutilmodule Finalize Arcanist Classes 2012-01-31 12:07:05 -08:00