You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@galois.collab.net> on 2000/11/15 03:58:20 UTC

Re: CVS update: subversion HACKING

kfogel@tigris.org writes:
>   Log:
>   The shepherds knew not whither she was gone.

Okay, I admit that log message is pretty far gone. :-)

It was just some tweaks: a url fix here, an example fix there, and a
"ver" --> "rev" change.


>   Revision  Changes    Path
>   1.17      +5 -5      subversion/HACKING
>   
>   Index: HACKING
>   ===================================================================
>   RCS file: /cvs/subversion/HACKING,v
>   retrieving revision 1.16
>   retrieving revision 1.17
>   diff -u -r1.16 -r1.17
>   --- HACKING	2000/11/08 16:50:11	1.16
>   +++ HACKING	2000/11/15 06:09:25	1.17
>   @@ -211,7 +211,7 @@
>    browse, so it's often handy to generate a ChangeLog from the cvs log
>    data.  You can do so with the script `cvs2cl.pl', from:
>    
>   -   http://www.red-bean.com/kfogel/cvs2cl.shtml
>   +   http://www.red-bean.com/cvs2cl/
>    
>    If you've never used it before, try invoking it like this:
>    
>   @@ -244,7 +244,7 @@
>         then use two underscores following the module prefix.  For
>         example:
>    
>   -        svn_fs_get_ver_prop ()       /* Part of published API. */
>   +        svn_fs_get_rev_prop ()       /* Part of published API. */
>            svn_fs__parse_props ()       /* For internal use only. */
>    
>       * Put this comment at the bottom of new source files to make Emacs
>   @@ -252,12 +252,12 @@
>    
>            /* 
>             * local variables:
>   -         * eval: (load-file "svn-dev.el")
>   +         * eval: (load-file "../svn-dev.el")
>             * end:
>             */
>    
>   -     (This assumes the C file is located in subversion/subversion/,
>   -     where svn-dev.el is.)
>   +     (This assumes the C file is located in a subdirectory of
>   +     subversion/subversion/, which most are.)
>    
>    
>    
>   
>   
>