Issue935

Title long filenames in windows (uppercase, and _): warning, or hint?
Priority bug Status resolved
Superseder Hg local store creates paths too long for Windows
View: 839
Nosy List ThomasAH, ThurnerRupert, abuehl, jglick, pmezard
Assigned To Topics windows

Created on 2008-01-19.10:24:41 by ThurnerRupert, last changed 2008-08-01.13:43:11 by abuehl.

Messages
msg6667 (view) Author: abuehl Date: 2008-08-01.13:43:11
Setting superseder to Issue839 and marking this one as resolved.
msg4929 (view) Author: jglick Date: 2008-01-19.19:58:45
You probably want to take a look at Issue839 as well, which includes an
unofficial patch that solves the problem in a possibly safer way.
msg4918 (view) Author: pmezard Date: 2008-01-19.14:17:39
The "closed" error may be fixed by c67dfc4ecba6 in main and crew
msg4915 (view) Author: ThurnerRupert Date: 2008-01-19.10:24:40
thanks a lot for the http://selenic.com/hg/rev/fe41d9a186ab fix for Issue584, 
long filenames in windows. it works great!

would it be possible to somehow print something more useful to point a user to 
a solution of the problem? currently the output is a little frightening:

C:\Data\svn-doc>hg --version
Mercurial Distributed SCM (version d39af2eabb8c)

C:\Data\svn-doc>c:\apps\python25\Scripts\hg commit -m "initial"
trouble committing long-file-name!
transaction abort!
rollback completed
abort: No such file or directory: even-longer-filename-from-store-format
Exception exceptions.AttributeError: "'atomictempfile' object has no 
attribute 'closed'" in <bound method atomictempfile.__del__ of 
<mercurial.util.atomictempfile object at 0
x00E370F0>> ignored
History
Date User Action Args
2008-08-01 13:43:11abuehlsetstatus: chatting -> resolved
nosy: + abuehl
superseder: + Hg local store creates paths too long for Windows
messages: + msg6667
2008-01-19 19:58:46jglicksetnosy: + jglick
messages: + msg4929
2008-01-19 14:17:39pmezardsettopic: + windows
nosy: + pmezard
status: unread -> chatting
messages: + msg4918
2008-01-19 12:59:32ThomasAHsetnosy: + ThomasAH
2008-01-19 10:24:41ThurnerRupertcreate