Hello Ralf,

2006/4/19, Ralf Hemmecke <[EMAIL PROTECTED]>:
> Now it tells me only, how to send patches of single files to you.
> What would be the procedure if my modification involves several files?
> Remember people even might forget which files they actually modified. So
> how do they find out about all the different files. Would you use a
> 'tla' command to create the patch? Maybe 'tla changeset'?

Procedure that works for any Source Code Management system:

 1. you have your own modified Axiom in axiom-dxm/ (with relevant pamphlets)

 2. 'make clean' into axiom-dxm/

 3. checkout latest fresh cvs into axiom/, next to axiom-dxm/

 4. diff -Naur axiom/ axiom-dxm/ > wonderful-feature-dxm.patch

 5. send wonderful-feature-dxm.patch to Tim and [EMAIL PROTECTED]

Best wishes,
d.


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to