简体   繁体   中英

Svn: added files but deleted few before committing: not able to commit now

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?

When you delete a file from repository - you need to explicitly specify that to svn. So perform

svn del filename

where filename is the path to the file that you has deleted already (the one which is missing)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM