I added few files to svn repository. But before I do commit, I deleted some of the pdf files. Now when I do a svn commit it syas “.pdf’ is scheduled for addition, but is missing
“. Please let me know is there a way to come out of this problem?
I added few files to svn repository. But before I do commit, I deleted
Share
When you delete a file from repository – you need to explicitly specify that to svn. So perform
where
filenameis the path to the file that you has deleted already (the one which is missing)