That works. Thanks very much, Kevin. On Mon, Oct 15, 2012 at 11:44 AM, Kevin Wilfong <kevinwilf...@fb.com> wrote:
> For now, I've been commenting out the lines 213-216 in > .arc_jira_lib/arcanist/ArcJIRAConfiguration.php and that seems to work > around the problem. > > These lines: > > foreach ($revisions_data as $revision) { > $ref = ArcanistDifferentialRevisionRef::newFromDictionary($revision); > $revisions[$ref->getId()] = $ref; > } > ________________________________________ > From: Feng Lu [fenglu2...@u.northwestern.edu] > Sent: Monday, October 15, 2012 8:52 AM > To: dev@hive.apache.org > Subject: arc diff --update error > > Hi, > > When doing "arc diff --update" under Ubuntu I got this following error, and > the update failed: > > > PHP Fatal error: Class 'ArcanistDifferentialRevisionRef' not found in > > /home/feng/projects/hive/hive-trunk2/.arc_jira_lib/arcanist/ArcJIRAConfiguration.php > on line 0 > > Fatal error: Class 'ArcanistDifferentialRevisionRef' not found in > > /home/feng/projects/hive/hive-trunk2/.arc_jira_lib/arcanist/ArcJIRAConfiguration.php > on line 0 > > > Does anyone here know why the update failed, and how to solve this? > > Thanks, > Feng >