c++ - Issues while running the patch in linux -


i tried steps in order create patch

code change each version update

jungels.net/articles/diff-patch-ten-minutes.html

  • can able create patch

  • if run patch,it replaces code straight away.....incase if updated version has code changes,it doesn't bothers,it straight away copy modified code have....

    how overcome issue?(ie::need have updated version code changes also)

use version control. noted.

if taking sphinxsearc, available via svn https://code.google.com/p/sphinxsearch/source/checkout

so checkout copy. make changes needed local working copy. can run svn update download latest changes teh repository, wont discard local edits.

(can use svn create 'patch' files directly. keep record of changes against current version of sphinx)


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -