[perl #44783] [PATCH] t/distro/file_metadata.t and git

2007-08-20 Thread via RT
# New Ticket Created by David Romano # Please include the string: [perl #44783] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44783 Testing svn file metadata isn't always appropriate when using git. When git mirrors

Re: [perl #44783] [PATCH] t/distro/file_metadata.t and git

2007-08-20 Thread Mark Glines
On Sun, 19 Aug 2007 22:22:06 -0700 David Romano (via RT) [EMAIL PROTECTED] wrote: # New Ticket Created by David Romano # Please include the string: [perl #44783] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44783

[PATCH] t/distro/file_metadata.t and git

2007-08-19 Thread David Romano
Testing svn file metadata isn't always appropriate when using git. When git mirrors an svn repo, it can store the metadata for each file in .git/svn/git-svn/unhandled.log, but sometimes the user chooses not to store the metadata. If the user does store it, this patch allows for the tests to pass