On Sat, Nov 20, 2010 at 11:11 PM, Greatwolf <[email protected]> wrote: > Steve Borho <[email protected]> wrote in > news:[email protected]: > >> >> Are any of the file names unusual? It's pretty unusual for the GUI to >> fail while the command line works, since we're essentially running a >> commit command ourselves. The main difference is that the GUI always >> specifies file names in the commit command. >> > > Nothing's unusual about the source filenames as far as I could tell. The > names are like: > src/tools/bcc.lua > tests/test_bcc.lua > > I googled around for this problem and only this post from stackoverflow > came up: > > http://stackoverflow.com/questions/3172303/tortoisehg-cant-commit-the- > system-cannot-find-the-file-specified/4236160#4236160 > > I also tried restarting my machine as that was suggested but that didn't > help. Is there anyway to tell what is actually being passed by tortoisehg > to commandline like a debug mode or something? Perhaps that might show a > clue on what the problem might be.
There's an 'always show output' option in the view menu, but I'm guessing it won't help much. Are there any files showing up as modified or missing in the commit tool that you didn't modify? Doing the commit on the command line and explicitly giving all the file names you want to commit may repro the issue. At which point you can add --traceback or --debug to get more info. Where did you clone this repo from? -- Steve Borho ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

