On Mon, Jun 06, 2005 at 10:40:22PM -0700, dan tran wrote:
> Folks,
> 
> I need some pointer on what to put in DiffScmResult which has 3
> internal properties
> 
>     private List changedFiles;
> 
>     private Map differences;
> 
>     private String patch;
> 
> 
> Having trouble to understand what to put in 'differences'?
> 
> From what I see, we should able  to derive 'patch' from 'changedFiles' and
> 'differences' right?

This class seems pretty strange to me too, I would assume that it was
supposed to contain a Map of patches where the keys where the path and the
value was the diff. Does this make sense do you? If so I'm +1 for changing
this class.

Now, the question is, what should the patch look like? Can we make this a
unified diff? JRCS? Is there a way to represent things like file and directory
attributes?

--
Trygve

Attachment: signature.asc
Description: Digital signature

Reply via email to