开发者

HELP four forms files lost into subversion!

开发者 https://www.devze.com 2023-01-14 15:00 出处:网络
so i decided to finally try out subversion with Ankh SVN for Visual studio开发者_JS百科 2010, after my nasty experiences with VSS.

so i decided to finally try out subversion with Ankh SVN for Visual studio开发者_JS百科 2010, after my nasty experiences with VSS.

I installed CollabNet SVN on my win7 dev box and then Ankh SVN for VS2010.

(Like an Idiot) I added a mockup demo project I was working on and played around with it using SVN. After a while, I un installed Office 2007 (long story) and my solution has references to office interop COM objects.

So there were some errors in the project, after I removed the references and fixed it all, suddenly all my form cs files are missing. The designer and the resx files are still there, but all the forms show up with a little error icon on them!!

I tried revert to different revisions (I only made 5 revs) I tried exporting it says "this is not a working copy" !! The files are missing from the solution directly itself!! I also removed the ref to subversion in a copy of the solution and placed all the files in another directory and turned off Ankh SVN in VS but the files are just GONE!!

I spent 3 days on the forms and I have to give the demo sometime this week!!

Gideon


First of all, I have no idea what could have cause the files to be deleted from your disk.

What you can do to see if they're somewhere in your repository is use View -> Repository Explorer. If your repository doesn't show up there, use the icon with the '+' to add it. Then right click the root, and select View History. Browse through all 5 revisions you created and see if you see the .cs files there somewhere.

0

精彩评论

暂无评论...
验证码 换一张
取 消