Xcode: replace a file that is under SVN version control -


i have xcode project under svn version control. through xcode, deleted files , replaced them updated ones. svn has marked files 'd' means marked deletion. not sure if new files included in next commit, or if deletion committed?

it seems best way through finder. first reverted changes using svn revert -r. replaced files through finder. when hit svn status, showed few files modified. these files there differences ones deleted. files did not have differences did not appear on status list. can safely commit.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -