[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: re[2]: [rdiff-backup-users] First Win32 patch
From: |
Ben Escoto |
Subject: |
Re: re[2]: [rdiff-backup-users] First Win32 patch |
Date: |
Thu, 03 Apr 2003 09:41:34 -0800 |
>>>>> "GF" == Greg Freemyer <address@hidden>
>>>>> wrote the following on Wed, 26 Mar 2003 18:27:10 -0500
GF> I created a file C:/dummy and then did created a symbolic link
GF> to it (c:/dummy2).
...
GF> So, my theory is that os.lstat simply calls os.stat.
GF> This obviously shows a test case the win32 rdiff-backup will
GF> have to handle.
So win32 does support symlinks, but python's stat doesn't recognize
them? Does this affect your march 18th patch?
Looking more closely at python's posixmodule.c, there appears to be a
lot of win32 specific code that you may find helpful, or that should
be imported into rdiff-backup's cmodule.c. For instance, check out
the posix_do_stat command.
--
Ben Escoto
pgpqp9AN0Yz9L.pgp
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: re[2]: [rdiff-backup-users] First Win32 patch,
Ben Escoto <=