[Dbix-class] Problems with DBIx::Class SVN repository under Windows

Ash Berlin ash at cpan.org
Wed Jul 19 22:09:42 CEST 2006


Matt S Trout wrote:
> Nilson Santos Figueiredo Junior wrote:
>   
>> Hello,
>>
>> I don't know if anyone is already aware of this issue but, currently,
>> it's not possible to check out the entire SVN repository under
>> Windows. This happens because of the file:
>>
>>   trunk/historical/rev1/r2/syntax?
>>     
>
> Bugger. That's been in there for *ages* too, I'm surprised nobody's noticed 
> until now.
>
> Could you try and find some way to get a checkout and look for any others? I'm 
> happy to sort this but I don't really fancy playing fix ping-pong if it's not 
> the only one.
>
>   
$> find . -name '*\?*' -or -name '*\:*' -or -name '*\**' -or -name 
'*\"*' -or -name '*\<*' -or -name '*\>*' -or -name '*\|*' | grep -v '/.svn/'
./bast/trunk/historical/rev1/r2/syntax?
$>

Just that one by the looks of things.

-a




More information about the Dbix-class mailing list