Project:Version Control / Project* integration
Version:6.x-1.0-rc2
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

At node/some_nid/commitlog I got no elements, but at an associated repository I have the right operations stuff.

I see a nid element on operations constraints which is not handled on versioncontol_get_operations(), did I miss something? is it planned to have this filter on get operations function(makes no so much sense)? (I think I have it not clear)

Comments

#1

Status:active» postponed (maintainer needs more info)

The nid operation (and other related stuff) is implemented in the versioncontrol_project module - the set of operation constraints is fully pluggable. It should be recording the nid/vc_op_id associations in hook_versioncontrol_operation(), but will also do it in hook_cron() if the former doesn't work. Associated pairs are written to the {versioncontrol_project_operations} table, you can have a look at this table in order to figure out whether something didn't work.

So, is the association in hook_versioncontrol_operation() not working? In that case, it would be a bug.

nobody click here