Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Suppose I have a html file which is been changed locally but while taking update from SVN,

It also updates the whole html file.

I want update of that file but want to avoid to update some lines of code of html file.

There is SVN property "IGNORE" which avoid the whole html file which is not required in this scenario.

Please provide any program or script or any ways to achieve the scenario.
Posted

1 solution

That process is called "Merging". The tools on your client may provide a GUI for that task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900