how to update svn using CentOS

konzen002

New member
Messages
13
Points
0
how do I update my svn? Im always receiving this message when Im trying to update using svn update command: svn update skipped '.'

 
You can try this 
default_wink.png


Linux: Centos 
- stop your servers
cd into your rathena folder
svn update
- recompile
- restart servers 

 
LOL. Up to now, there's something I can't still understand with SVN update, say I already have my ready made Hercules, and once I update, are all my changes automatically overwritten by updates?

 
LOL. Up to now, there's something I can't still understand with SVN update, say I already have my ready made Hercules, and once I update, are all my changes automatically overwritten by updates?
your edits will be there, in case the svn cannot find the update lines, that file will be marked as conflicted, and you have to edit that manually or by any diff merging tool.

 
Wow, so SVN check the content of each files line by line?

Will there be a report after SVN update on which files tortoise SVN found those conflicts?

Thanks!

 
Wow, so SVN check the content of each files line by line?

Will there be a report after SVN update on which files tortoise SVN found those conflicts?

Thanks!
Yes, TortoiseSVN should show the reports.

 
Back
Top