On Mon, Nov 24, 2008 at 04:13:12PM +0200, Eddy Petrișor wrote: > # OOOOK, I am starting to look stupid Even more if you look at the bug report via the web interface. I set the bug "confirmed" after my first mail... :)
> IIRC, dpkg now ignores such files by default.
I don't think, this is related to our bug...
> I am starting to think of some possible causes:
> 1) svn 1.5.5 ignores .* files - easily checked
You got 1.5.5? I have 1.5.1.
> 2) dpkg filters that junk out
No, I don't think so.
> 3) SVN::Client is ignoring those
That would be possible... :-/
As you can see one of your previous mails:
,----
| svn merge
|
file:///home/eddy/usr/src/perso/svn-buildpackage/svn-bp-tests/su-ignores-files-504233/tmp/repo/libmodule-scandeps-perl/branches/upstream/0.84
| <2 more arguments>
| A t/13-static_prefork_test.t
| U script/scandeps.pl
| U AUTHORS
| U MANIFEST
| U META.yml
| A lib/Module/.ScanDeps.pm.swp
| U lib/Module/ScanDeps.pm
| U Changes
| U inc/Module/Install.pm
| U inc/Module/Install/Fetch.pm
| U inc/Module/Install/Base.pm
| U inc/Module/Install/Makefile.pm
| U inc/Module/Install/Metadata.pm
| U inc/Module/Install/Can.pm
| U inc/Module/Install/Win32.pm
| U inc/Module/Install/WriteAll.pm
`----
There is something different happening to lib/Module/.ScanDeps.pm.swp
and t/13-static_prefork_test.t. If you put a
svn status $tmpdir/upsCurDir/lib/Module/.ScanDeps.pm.swp
in SDcommon.pm as one of the last lines in the load_dirs sub, you will
see that the file is ignored. I was not able to debug that code in order
to find where this actually happens.
The other file mentioned above was in one of those %tmp or whatever vars
for some reason I didn't find yet.
Just insert some dbg code (like "use Data::Dumper; print Dumper(%tmp)")
there in try to see what I'm talking about in weird, imprecise words...
Cheers,
Hauke
signature.asc
Description: Digital signature

