[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems with commiting

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-08 20:41:21 CET

Ankit Singla wrote:
> I tried committing a file to two different repositories. Neither one
> worked. Both returned the same error message. What confused me was that
> they were the same system error message:
>
> Error: Commit failed (details follow):
> Error: Can't flush file to disk: The system cannot find message text for
> message number 0x%1 in the message file for %2.

The error message indicates a problem with the filesystem. A problem
here is that the system error message returned by some API doesn't have
a text - that's why you see "cannot find message text for...". Since
this is something that shouldn't happen at all (AFAIK windows has such
texts for all errors the API's can return), my guess is that your whole
system is messed up somehow.

Another hint is "can't flush file to disk" - that indicates that the
harddrive is either damaged, write protected(!) or full.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Nov 8 20:41:33 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.