You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyzing the CVSAnalY repository, I've found a file that has two different paths in the same commit. The action applied to that file was a MOVE. I think this is an error because the path must be stored only once per each file.
I haven't check this behaviour in other repositories.
It seems that "pycvsanaly/FindProgram.py" was added for the first time in branch 1. The commit where this file has two paths is in commit 85, applied to branch 2. For any reason, FindProgram was not added to this brach but it's deleted. Thus, this file is added twice to file_links but in branch 2.
Analyzing the CVSAnalY repository, I've found a file that has two different paths in the same commit. The action applied to that file was a MOVE. I think this is an error because the path must be stored only once per each file.
I haven't check this behaviour in other repositories.
The text was updated successfully, but these errors were encountered: