After the first check out, I use "svn status", it show the strange error (2 lines with the same content):
! W_DELIVERABLES/20110715/ソースコード_20110715.zip
! W_DELIVERABLES/20110715/ソースコード_20110715.zip
Then I try to revert:
svn revert -R .
it shows the error:
svn: Error restoring text for 'trunk/W_DELIVERABLES/20110715/ソースコード_20110715.zip'
I tried to re-checkout many times, the error occurred similarly .I don't understand why after the first checkout, there's a error. How can I fix it?
Thank you!
EDIT: (as MattL's answer) If I use:
svn remove W_DELIVERABLES/20110715/ソースコード_20110715.zip
then the error shows as:
! W_DELIVERABLES/20110715/ソースコード_20110715.zip
D W_DELIVERABLES/20110715/ソースコード_20110715.zip
I still can not perform any revert, update, commit on it.