When trying to open a new project in azure devops git and attach to an existing folder with already populated data - I'm getting this error. however in the locked object tab the list of object is available. There is an old thread from 2018 with this error but not resolved

Comments
2 comments
-
Hi @Arie
I'm afraid I cannot think of a solution for your issue, there aren't any comparison options for this as we anticipate parity between environments. The filtering also isn't helpful as it's based on object definitions and in your instance the tablespace will be an attribute of the object rather than the object itself.
-
That error usually points to a mismatch or conflict between what's in your local folder and what source control expects. If the folder already has data, it might not fully align with what Azure DevOps is tracking. You could try disconnecting source control, cleaning or re-cloning the repo, then reattaching to ensure everything’s synced properly. Also worth checking is if any of the objects in the “locked” tab are still marked as checked out or modified.
Add comment
Please sign in to leave a comment.