Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update in web server
06-09-2015, 06:26 PM,
#5
RE: Update in web server
The trick is to use git or one of the other modern version control systems such as mercurial.

Keep the master branch in sync with the main line on sourceforge using git-svn or equivalent. Create a branch that is the master branch plus your changes, and then whenever the master branch is updated merge that up into your customised branch.

Modern version control systems (not cvs or subversion) are very smart at merging, and I hardly ever see any conflicts, and when I do they are easily resolved. What is important is to do the above process regularly.

Tim
Reply


Messages In This Thread
Update in web server - by rleemolina100 - 06-06-2015, 11:50 PM
RE: Update in web server - by Exsonqu_Qu - 06-08-2015, 10:45 AM
RE: Update in web server - by rleemolina100 - 06-08-2015, 11:54 PM
RE: Update in web server - by Exsonqu_Qu - 06-09-2015, 05:09 PM
RE: Update in web server - by phil - 06-10-2015, 11:04 AM
RE: Update in web server - by TimSchofield - 06-09-2015, 06:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)