Originally created by: M.Forme...@gmail.com
Hello,
there are some files that I cannot commit, I have no conflicts and the newest version of files, everything looks fine but commit fails.
So theoretically everything is fine, I can update and send new files to repository but I cannot commit changes on few files. Those are ASCII files but they have unity3d expansions like '.prefab'.
When I try to commit via Eclipse (svn on Eclipse works perfectly fine on other projects):
commit -m "update" /path/folder with spaces/file1.file /path/folder with spaces/file2.file /path/folder with spaces/file3.file
Sending /path/folder with spaces/file1.file
Sending /path/folder with spaces/file2.file
Sending /path/folder with spaces/file3.file
Transmitting file data ...
svn: E155011: Commit failed (details follow):
svn: E155011: Commit failed (details follow):
svn: E155011: File '/path/folder with spaces/file1.file' is out of date
svn: E155011: Commit failed (details follow):
svn: E155011: File '/path/folder with spaces/file1.file' is out of date
When I try to use console to commit my changes:
$ svn up
Updating '.':
At [r24].
$ svn status
M path/folder with spaces/file1.file
M path/folder with spaces/file2.file
M path/folder with spaces/file3.file
$ svn ci
Transmitting file data ..svn: E155011: Commit failed (details follow):
svn: E155011: File '/path/folder with spaces/file.file' is out of date
svn: E160013: File not found: transaction '24-1p', path '/path/folder%20with%20spaces/file.file'
svn: E155011: Your commit message was left in a temporary file:
svn: E155011: '/path/svn-commit.tmp'
$ svn up
Updating '.':
At [r24].
I have absolutely no idea why it is out of date, for others it works fine, it seems that it happens only to me. So this file is not "out of date", I have the newest version.
Best regards,
Michał
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
This issue should be raised with the Subversion users community (users@subversion.apache.org), not the community that develops the software's documentation.
Status: Invalid