Hi,
My project is bound to a local git repository, which was cloned from a certain remote source. Everything is working fine, in the sense that i'm able to add new files, modify existing files, commit to local repository and push to the remote source. Pushed changes are integrated successfully in the remote repository (checked and verified).
Now, for some reason, maybe due to previous tweaking, i have 2 remote source defined in the git repository configuration - A and B. B is what i want, and A is just an empty repository without a repository link in it. A is the first in the list and it is in a bold font.
If i try to delete A, nothing happens. If i edit A to have a repository link, and then try to delete A, the link becomes empty but A remains. If i add new remote source C, with or without a link, and then delete it, C is deleted successfully.
Why i'm trying to delete A? because it seems to interfere with solution updates. If i try to update the solution, i get error messages saying A has no "Uris" associated, and indeed the update operation does not happen.
Any suggestions?
Thanks in Advance