X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_20,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <3d6808890906251800p5cad2ae1n12378b2138fc565@mail.gmail.com> References: <3d6808890906251744x2b76f520g827b589f3ce35cf9 AT mail DOT gmail DOT com> <3d6808890906251750j70990b0bvdefe666da5f51b2b AT mail DOT gmail DOT com> <3d6808890906251756u29703d30x5974a6a209c44f4 AT mail DOT gmail DOT com> <3d6808890906251800p5cad2ae1n12378b2138fc565 AT mail DOT gmail DOT com> Date: Fri, 26 Jun 2009 03:25:51 +0200 Message-ID: <3d6808890906251825q30dca7fhbe34ee1e4294ad13@mail.gmail.com> Subject: Problem with git for SMB mounted repo's: works on cygwin 1.5, does not work on cygwin 1.7. From: "Tim O'Callaghan" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Not sure what to do about giving any more useful information, other than I'm fairly certain its not a git specific problem. The git status operation does work under 1.7 if i move the repo to my local hard disk. Below are snippets of output that should explain and help re-create the problem. Tim. ---------------on git 1.7----------------- /cygdrive/w>git clone http://git.el-tramo.be/wigit.git wigit Initialized empty Git repository in /cygdrive/w/wigit/.git/ got 4cc01dcdba11f955df04c0afbf2fefc092683fd0 ............. snip git checkout.... ......... got bdb42af6fa96e1a12cea3b71934e30ec05d4bb33 /cygdrive/w>cd wigit/ /cygdrive/w/wigit>git status fatal: Not a git repository (or any of the parent directories): .git /cygdrive/w/wigit>ls -l total 7168 =A0 0 drwx------ 3 ???????? ???????? =A0 =A0 0 Jun 26 02:38 ./ =A0 0 drwxrwxrwx 1 ???????? ???????? =A0 =A0 0 Jun 26 02:22 ../ =A0 0 drwx------ 1 ???????? ???????? =A0 =A0 0 Jun 26 02:38 .git/ 1024 -rw--w--w- 1 ???????? ???????? =A0 =A036 Jun 26 02:38 AUTHORS 1024 -rw--w--w- 1 ???????? ???????? =A0 611 Jun 26 02:38 COPYING 1024 -rw--w--w- 1 ???????? ???????? =A02398 Jun 26 02:38 README 1024 -rw--w--w- 1 ???????? ???????? =A0 151 Jun 26 02:38 TODO 1024 -rw--w--w- 1 ???????? ???????? 33884 Jun 26 02:38 classTextile.php 1024 -rw--w--w- 1 ???????? ???????? =A01072 Jun 26 02:38 config.php.sample 1024 -rw--w--w- 1 ???????? ???????? =A09671 Jun 26 02:38 index.php =A0 0 drwx------ 1 ???????? ???????? =A0 =A0 0 Jun 26 02:38 themes/ /cygdrive/w/wigit>cd ~/tmp /cygdrive/c/home/tim/tmp>gcc -g -o GetVolInfo GetVolInfo.c -lntdll GetVolInfo.c: In function `main': GetVolInfo.c:105: warning: `cygwin_conv_to_full_win32_path' is deprecated (declared at /usr/include/sys/cygwin.h:52) /cygdrive/c/home/tim/tmp>./GetVolInfo w: ZwOpenFile(\??\C:\home\tim\tmp\w:) failed, c0000033 /cygdrive/c/home/tim/tmp>./GetVolInfo w:/ Device Type : 6 Characteristics : 10 Object Id : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Extended Info : Not Samba 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Volume Name : Serial Number : 667418949 Max Filenamelength : 255 Filesystemname : Flags : 2b FILE_CASE_SENSITIVE_SEARCH : TRUE FILE_CASE_PRESERVED_NAMES : TRUE FILE_UNICODE_ON_DISK : FALSE FILE_PERSISTENT_ACLS : TRUE FILE_FILE_COMPRESSION : FALSE FILE_VOLUME_QUOTAS : TRUE FILE_SUPPORTS_SPARSE_FILES : FALSE FILE_SUPPORTS_REPARSE_POINTS: FALSE FILE_SUPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS : FALSE FILE_SUPPORTS_ENCRYPTION : FALSE FILE_NAMED_STREAMS : FALSE FILE_READ_ONLY_VOLUME : FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE -------------on git 1.5:------------------- /cygdrive/c/home/tim>cd w:/wigit /cygdrive/w/wigit>git status # On branch master nothing to commit (working directory clean) /cygdrive/w/wigit>ls -l total 7168 =A0 0 drwx------ 3 tim None =A0 =A0 0 Jun 26 02:38 ./ =A0 0 drwx------ 1 tim None =A0 =A0 0 Jun 26 02:22 ../ =A0 0 drwx------ 1 tim None =A0 =A0 0 Jun 26 02:41 .git/ 1024 -rw------- 1 tim None =A0 =A036 Jun 26 02:38 AUTHORS 1024 -rw------- 1 tim None =A0 611 Jun 26 02:38 COPYING 1024 -rw------- 1 tim None =A02398 Jun 26 02:38 README 1024 -rw------- 1 tim None =A0 151 Jun 26 02:38 TODO 1024 -rw------- 1 tim None 33884 Jun 26 02:38 classTextile.php 1024 -rw------- 1 tim None =A01072 Jun 26 02:38 config.php.sample 1024 -rw------- 1 tim None =A09671 Jun 26 02:38 index.php =A0 0 drwx------ 1 tim None =A0 =A0 0 Jun 26 02:38 themes/ /cygdrive/c/home/tim>cd ~/tmp /cygdrive/c/home/tim/tmp>gcc -g -o GetVolInfo1 GetVolInfo.c -lntdll /cygdrive/c/home/tim/tmp>./GetVolInfo1 w:/ Device Type : 6 Characteristics : 10 Object Id : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Extended Info : Not Samba 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Volume Name : Serial Number : 667418949 Max Filenamelength : 255 Filesystemname : Flags : 2b FILE_CASE_SENSITIVE_SEARCH : TRUE FILE_CASE_PRESERVED_NAMES : TRUE FILE_UNICODE_ON_DISK : FALSE FILE_PERSISTENT_ACLS : TRUE FILE_FILE_COMPRESSION : FALSE FILE_VOLUME_QUOTAS : TRUE FILE_SUPPORTS_SPARSE_FILES : FALSE FILE_SUPPORTS_REPARSE_POINTS: FALSE FILE_SUPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS : FALSE FILE_SUPPORTS_ENCRYPTION : FALSE FILE_NAMED_STREAMS : FALSE FILE_READ_ONLY_VOLUME : FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE /cygdrive/c/home/tim/tmp> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple