problem with svn and "?"
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.
精彩评论