php - subversion update does not replace my local changes with the latest file -


i working on php project in netbeans, using subversion version control. have made local changes file , saved without committing. coworker made changes , commitments file later today. when update file, leaves current file intact, when go history shows latest version of file-- coworker's edits-- , can diff , see many changes.

why hasn't update replaced local edits made? missing something, or default behavior of subversion? if run update, expect have updated file, not file includes uncommitted edits.

i'm new subversion, help.

you have tell subversion overwrite local changes. overwrite , update in eclipse.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -