This is totally newbie question but I can't find any answer elsewhere
When I update my library (should be readonly) with
svn update
it said
Tree conflict on 'lib/some_meowingful_lib-1.1.1.2.jar'
> local file unversioned, incoming file add upon update
Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help: p
Clearly I have modify something here. I want to discard and get updated version from server. What can I do ? It is same as Git stash (or discard), then pull.
Tried delete the file then (p) postpone (it will show this again when run svn resolve
), if (r), then this option disappear. Then the file gone. Nothing can be done. svn update
won't see conflict anymore.