Project

Profile

Help

Issue #5567

Updated by daviddavis over 4 years ago

Steps to reproduce: 

 1. Create two files with the same relative_path 
 2. Add them to a repository with one single call 

 You'll end up with both in the repository, which is not valid. repository. The problem is that the code is not checking the set of content it's adding to a repo version for duplicate repo_keys. I think the solution is to fail if there is duplicate repo_key content being added to a repo version.

Back