开发者

problem with svn and "?"

开发者 https://www.devze.com 2023-03-01 05:10 出处:网络
I have problem with svn. a have copied a xib file and i have an ? point int my file ( the xib) and i can not commit this file.开发者_StackOverflow

I have problem with svn. a have copied a xib file and i have an ? point int my file ( the xib) and i can not commit this file.开发者_StackOverflow

thanks for your answer.


First add those files with ? mark by selecting and clicking add button


You have to add the file to svn first and then you can commit it.

? indicates that the file is not added to the svn folder and is missing. So add it to the svn first using

svn add

and then commit


Try to update it at first and when commit it !!!


First delete that file from svn. Now, commit entire project. Then add the file to the repository and commit entire project again. I hope this will solve your problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消