On 10/26/11 3:41 PM, Gilles Sadowski wrote:
>> [...]
>>>> Looks like your changed files were from the 9/22 revision of the
>>>> linear package files.  I suspect that the props change may be the
>>>> problem.  I am not an svn expert, maybe someone else knows more. 
>>>> But I would try this:
>>>>
>>>> 0) Start with clean checkout
>>>> 1) do your untarring to overwrite the files with changed versions
>>>> 2) create a patch using svn diff > temp.patch
>>>> 3) revert or do a new clean checkout
>>>> 4) apply the patch you made in 2
>>> That looked like a good plan. But it didn't work. :-{
>>> I tried this route:
>>>  $ rm -rf trunk
>>>  $ svn co ...
>>>  $ tar xzf cm.tar.gz
>>>  $ svn diff
>>>  $ rm -rf trunk
>>>  $ svn co ...
>>>  $ patch -pO < diff
>>>  $ svn commit
>>> and it fails...
>> Strange.  Same errors as before?
> Yes.
>
>> I assume you actually created a
>> patch file in the 4th step above and used that file in the second to
>> last step, right?
> Yes, the above was a "summary" of the actual commands.
>
>> I just made a trivial javadoc change to EigenDecomposition.java and
>> was able to commit it with no problem, so I don't think the repo is
>> hosed.
> Now, "EigenDecomposition.java" passes; I'm stuck at
> "SingularValueDecomposition.java". As it seems that your subversion can
> overcome the problem, could you please do some commit on this one?

Done. 

Phil
>
> Thanks,
> Gilles
>
>> Anyone else have any ideas on what could be causing this?
>>
>> Phil
>>>
>>> Gilles
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to