Resolved i read SVN updates. im confused

justin3ryu

Heir
Customer
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?
 
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?
No, SVN doesn't touch the configs. you have to move them yourself.
 
It will change your settings when you use the SVN files directly for live server.
To avoid this you need to make copy of the SVN files and then run the server.
 
Back
Top