I agree - the Annotator is an v.important consideration.
But i havent' tested this code yet as applying it is a little bewildering.

Changes should probably be submitted as unified diffs.
In case anyone is unfamiliar with them, on unix platforms they 
are generated by

  diff -urN ORIGINAL_DIR CHANGED_DIR >PATCH

or in this case, something like

  diff -urN scid scid_working_copy >annotate.patch

then applied with

  patch -p0 <annotate.patch

If you're unsure about applying the patch, or the correct 
offset (-p0 or -p1 or -p2), use

  patch --dry-run -p0 <annotate.patch

to test it out first. It's a hell of a process, but unfortunately a "must" 
unless you're using CVS branches or the like.

S.A.


                 




      

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to