On 10/15/05, David Roundy <[EMAIL PROTECTED]> wrote: > On Fri, Oct 14, 2005 at 11:03:42PM +0800, Nimrod A. Abing wrote: > > On 10/14/05, Jonathon Mah <[EMAIL PROTECTED]> wrote: > > > > I get the following from darcs whenever I download from a repo > > > > containing rmfile and addfile in the same patch. > > > > > > > > Unapplicable patch: > > > > Wed Oct 12 00:50:50 PHT 2005 Nimrod A. Abing <[EMAIL PROTECTED]> > > > > * [2.1] Rename acl.php to ACL.php. > > > > > > Are you using Windows? If so, it may be a case-related issue. > > > > The repo *was* on a windows machine. I tarballed the repo and moved it > > to one running Linux. acl.php is supposed to be ACL.php and the thing > > broke because of the filename case difference so I mv'ed acl.php to > > ACL.php and then recorded it as a patch. > > And where is the failure happening? On linux? On what sort of filesystem?
The failure is happening on Linux and I use EXT3. I don't see why darcs complains about the patch being "unapplicable" because when I do "darcs changes -l" it reports back "No changes". I check if indeed ACL.php has the proper filename case and it does. I don't know if it will cause the same error under Win32 because I don't use the Win32 version of darcs anymore. The error only appears when I do "darcs get" from my remote repository on HTTP. The error message does not appear if I "darcs get" from the original repository on my local filesystem which also on an EXT3 filesystem under Linux. When I renamed the file from acl.php to ACL.php on Linux, I used the mv command and *not* "darcs mv". And then I did a "darcs record -la" to commit the change. -- _nimrod_a_abing_ v1sw5CPJYUhw5ln3pr8OUSck6ma8u7LBw3DWNTm5g/l7DaIs7Rr4e6t5Xb4Op1en3g5RZAHC _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
