I have checked out a directory from my local SVN: server. After changing some file I want to commit the changes. Here I get the problem:
- In TortoiseSVN the files are marked as changed (red icon).
- TortoiseSVN commit says ‘No file were changed or added…’
- TotoiseSVN update changes nothing.
svn statdoes not list the files as modified.svn catshows an obviously diffent content than the file in working copysvn diffdoes not show any differencesvn updatetells meAt revision 156.- TortoiseSVN repo browser shows that the file in repository is at revision 153.
svn stat hello.js shows this:
Path: hello.js
Name: hello.js
URL: svn:///Projects/Sample/hello.js
Repository Root: svn:///Projects
Repository UUID: 2e99062c-3216-5d44-9338-d29899e4dc4b
Revision: 156
Node Kind: file
Schedule: normal
Last Changed Rev: 153
Last Changed Date: 2011-06-13 10:45:42 +0200 (Mon, 13 Jun 2011)
Text Last Updated: 2011-06-13 09:54:07 +0200 (Mon, 13 Jun 2011)
Checksum: 4fed4d6472b30096cd00f8e1229ff833
The Last Updated date is identical with the file date in working copy.
How do I convince SVN to commit the changes?
I reinstalled SVN and the problem vanished. Unfortunately I had not the time to investigate further.