Page 1 of 1

How does svn updates works?

Posted: Thu Jan 03, 2013 7:52 pm
by Arantir
Sorry for foolishness :D , but how it does exactly works?
I am asking because of I want get last updates but also keep my own features.
For example I use TortoiseSVN. If I'm right, it updates files with patches and not with file replacing. So I could update sources and don't worry about loss of my features in any script, yes? (Of course if features is compatible with update).

Re: How does svn updates works?

Posted: Thu Jan 03, 2013 8:13 pm
by MELERIX
if you use "Update to Head", it will update all the files automatically without remove your changes, but if a file has been modified is a lot (several critical lines has been changed) Eclipse will give some errors in that file or will give "tree conflicts", that you will need to resolve later manually (not hard anyway).

other way is using "Synchornize with Repository" which will show you the list of: modified & incoming files and there you can check which ones you should: update, ignore, edit manually before continue.

Re: How does svn updates works?

Posted: Thu Jan 03, 2013 8:36 pm
by Arantir
Great! Thanks a lot!
Now work with server become more comfortable.
Hope I'll make some useful features and fixes for L2J =)