The underlying problem is a bug in your development process that produces conflicting label IDs. Use version control for concurrent development - for example, TFS uses temporary IDs to allow concurrent development without conflicts.
And if it's some very specific scenario that can't be handled in that way, use label ID ranges or separate label files.