Svn 0.3.33 Module : Windows Error: [Error 2] : The System Cannot Find The File Specified
I have checked out a folder from SVN to my desktop. Actually I need to extract the information like SVN revision no, URL and status for the specific file in the local working copy.
Solution 1:
You need to recheck that the files on your laptop and make sure:
- The files actually exist / are the correct files.
- They are in the directory you are trying to access them from.
- The file names are spelled correctly.
If the system could not find the file specified it means something is missing / misplaced, or the file you are trying to access is not spelled the same as the one you actually want. Its most likely a simple error that could be found by just looking over everything and making sure its all the same as your desktop.
Solution 2:
I got the solution for this. Actually the problem was with subversion command line client version. The client version need to be higher than the TortoiseSVN server version, whereas mine was a lower version which created this problem. Now it works fine :)
Post a Comment for "Svn 0.3.33 Module : Windows Error: [Error 2] : The System Cannot Find The File Specified"