I am new to SVN.
I found a conflict message as shown below:
rahulv@SWS306:~/sp/s2$ svn status
M Gemfile
M Gemfile.lock
M config/intializers/secret_token.rb
D C tmp
> local dir unversioned, incoming dir add upon update
D tmp/cache
? tmp/data
D tmp/pids
D tmp/sessions
D tmp/sockets
Summary of conflicts:
Tree conflicts: 1
rahulv@SWS306:~/sp/s2$
The issue occurred after updating using 'svn up' command.
How to fix this issue?