When I do a Svn up in a file with a local modification that can produce a conflict.
Is it possible to cancel svn update with a hook and write a message?
Thanks
When I do a Svn up in a file with a local modification that can produce a conflict.
Is it possible to cancel svn update with a hook and write a message?
Thanks
Why do you want to do this? Just resolve the conflict by choosing your copy of the file (you could even do this automatically on update with --accept mine-conflict
).