If I do svn status in my working directory I get
? skripte/data/somefile.csv
! skripte/data/somefile.csv
svn ? status tells me
- '!' item is missing (removed by non-svn command) or incomplete
- '?' item is not under version control
How can a file be not under version control AND svn complains about it as missing?
svn update? – ZoolWay May 18 '11 at 10:26At revision 1199. Nothing else. – Aufwind May 18 '11 at 10:28svn revert? – Raghuram May 18 '11 at 11:48