xcode - How can I FORCE subversion to check in and commit a file? -



xcode - How can I FORCE subversion to check in and commit a file? -

i have checked out project in xcode svn repository. else changed 2 of files had checked out, , caused them updated (they should not have) on svn, 2 of files out of date. cannot update 2 files machine fear of loosing changes.

when seek , commit changes (about 60 files), checks in, except error 2 of files cannot checked in. project file itself, , 1 .mm file. xcode & svn insist must update 2 files before check them in.

ok, on .mm file, have rolled changes re-create of file already. forcefulness check in. can re-create contents, update, , paste re-create file. should work .mm file since think updated.

but project file? there way forcefulness check in? if not, how 1 merge project file? happy overwrite project file @ time.

thanks in advance

easy:

copy project file new location do svn revert path/to/project/file in working copy do update in working re-create svn up commit uncommitted changes copy project file backup location working copy commit new project file

xcode svn checkin

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -