I have the following problem:
- Finished some work on the main line ( WebService and an app that consumes it)
- I wanted to merge my changes on a branch, so I use the merge option.
- While compiling it turns out that there were diferences on the webservice, so I add the webmethods that are required on the asmx.cs file.
- I Update the web service reference on the app that consumes it
- PROBLEM: I can’t checkin the wsdl or perform an undo over it. So I’m stuck.
the message i get is TF30073 SQL Error 515
TF30073: Please contact your administrator. There was an error processing your request
Technical information SQL Error: 515
- I tried make a baseless branch over only these 2 files with no luck.
- I try to rename it (which only did things worst) now I also get the error:
TF10210: Source control encountered an error during undo operation:
BTW
- now i realize that merge is meant to be done only on straightforward changes.
- i wouldn’t like to regenerate the web reference with different names as we are a bunch of developers, but that’s my last option for later tonight :).
Well, i sorted it out by removing the workspace and adding it again.
(To avoid losing all the pending changes, perform a shelve)
To achieve this, the following steps were required: