Closed (fixed)
Project:
Version Control API
Version:
6.x-2.x-dev
Component:
API module
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
22 Aug 2010 at 17:21 UTC
Updated:
15 Apr 2014 at 22:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marvil07 commentedtagging
Comment #2
webchickMarking as a critical release blocker for the migration.
Comment #3
chrisstrahl commentedtagging as git sprint 2
Comment #4
chrisstrahl commentedComment #5
sdboyer commentedSimple enough to solve this - I added a VersioncontrolEntityInterface which VersioncontrolEntity now implements. VersioncontrolRepository implements VersioncontrolEntityInterface directly and does its own thing, and the rest use VersioncontrolEntity as a base class.
Not in CVS yet because its wrapped up in #879858: Unify entity C(R)UD .
Comment #6
sdboyer commentedComment #7
sdboyer commentedI unwrapped it from the other stuff, and I've attached it in this patch. Haven't actually committed it because I'm trying to get the damn tests to work first. Ugh.
Comment #8
sdboyer commentedI'm not gonna wait on those tests to commit it, since there are the same failures as exist already in HEAD. So the patch from #7 is in.
Comment #9
webchickVerified.