I guess, i couldnt find solution to this problem. The partition of my hard drive containing the source codes is corrupted, however I still do have one partition intact containing the SVN repository of that source code. Can anyone suggest me if I can retrieve whole data (my commited source code) from the repository alone?
Regards
Varun
Simply checkout from your repository, and you’ll get the complete source you last checked-in. Create a new directory, execute the following command:
And you’ll get a fresh new copy.