Let’s take alt.properties as an example.
Current <alt.properties>
#I love my mom = True
UPDATE <alt.properties> from repo
#But I love my dad = False (this is Anatoly updated*)
In this case,
will it be updated like this (shown below)?
#I love my mom = True
#But I love my dad = False
The Question is, if I click SVN UPDATE, they will not change my settings?
Current <alt.properties>
#I love my mom = True
UPDATE <alt.properties> from repo
#But I love my dad = False (this is Anatoly updated*)
In this case,
will it be updated like this (shown below)?
#I love my mom = True
#But I love my dad = False
The Question is, if I click SVN UPDATE, they will not change my settings?