What I did :
- Performed
svn up
- Renamed a folder from
foo
tobar
- Again performed
svn up
and got the conflict :local delete, incoming edit upon update
But why ?
- I did
svn log -v
and found no commit poststep 1
- So, in that case svn should understand that I am renaming
foo
tobar
- Why to raise a conflict if no one else has made changes to
foo
?
Please explain how does svn looks at this situation ?