[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion HACKING

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-11-15 04:58:20 CET

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.)
>
>
>
>
>
>
Received on Sat Oct 21 14:36:15 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.