Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>My bet is that he doesn't use SVM. Undelete tool or typing in all the code again are your options. I'd suggest the latter. That's what i did and ever since i've remembered to alwys use version manager. :)</p> <p>For future reference, you might want to install:</p> <p>a) Mercurial, downloadable <a href="https://www.mercurial-scm.org/" rel="nofollow noreferrer">here</a></p> <p>b) VisualHG, downloadable <a href="http://visualhg.codeplex.com/" rel="nofollow noreferrer">here</a></p> <p>Since (b) probably is an extension, i don't think it will work with free versions of Visual Studio (that includes but is not limited to the Express versions). But there are free options as well, if you're prepared to do some work yourself and not have the version management be done automagically for you.</p> <p>An other option you have is to go for:</p> <p>c) Tortoise, downloadable <a href="http://tortoisehg.bitbucket.io/" rel="nofollow noreferrer">here</a></p> <p>It will <strong>NOT</strong> integrate with VS but it will give you source version control, you won't have to install different tools, all the back-end advantages of Mercurial plus you get to see the <strong>cutest turtle ever</strong>. And it's free.</p> <p>Let me also quote @freefaller, who actually hinted about those stuff. I'm just helping him to put it on display so please feel free (obliged?) to give him thumbs-up (or rather the orange arrow up) so his reputation increases. After all, that's why we are here, not to help each other but to earn some reputation (first to a million goes to heaven for free, i've heard).</p> <blockquote> <p>Mercurial can be installed on it's own (but requires command line interface to work). TortoiseHG can be installed which includes both Mercurial and a nice Windows GUI interface (although command line interface will still work, because Mercurial has been installed). VisualHG can be installed if one the previous options has been installed.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload