unexpected hg status report

2013-01-18 Thread Pete Brunet
I just ran hg status on a newly cloned jdk8 jdk directory and everything is listed as modified. I don't know if I did something wrong or something else is broken. Here's what I did: - install the import bundle from

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
I diffed one of the files: old mode 100644 new mode 100755 While I've occasionally run into mode differences before on files I've changed I haven't seen this problem on every file. I'm running cygwig on Win 7. Pete On 1/18/13 11:23 AM, Pete Brunet wrote: I just ran hg status on a newly cloned

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
This is probably not the right workaround but it worked for me: cd ... // one level above awt chmod -R 644 awt cd .../jdk hg status // two files found, an exe and a bat chmod 755 src/share/sample/scripting/scriptpad/src/scripts/memory.bat chmod 755 test/sun/management/windows/revokeall.exe Now hg

Re: unexpected hg status report

2013-01-18 Thread Tim Bell
There have been other reports of similar file permission problems when command line access via Cygwin is mixed with creating directories or doing other operations via the Windows GUI (explorer?). I don't have a reference handy, but some searching should be able to uncover the email threads in

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
Hi Tim, I did the whole process from the cygwin command line, as I normally do. I just mentioned Explorer as a way to look through directories since I 644'd everything as a workaround and so was getting access denied messages when cding to 644'd directories. This issue of hg status reporting

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
This issue may have been due to using hg clone from the dos prompt instead of the cygwin prompt. I cloned again from the cygwin prompt and now hg status doesn't indicate any modified files. -Pete On 1/18/13 1:42 PM, Pete Brunet wrote: Hi Tim, I did the whole process from the cygwin command