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

Re: Some docs proof reading

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-23 23:54:36 CEST

Thanks, Johan.

Welcome to the svn community. Your web frontend is very handsome.
If you use the Subversion filesystem interface (include/svn_fs.h), you
should find it extremely easy to make your interface report Subversion
commits. :-)

Johan Sundström <jhs@lysator.liu.se> writes:

> Hi,
>
> I thought I'd put lurk mode on hold and get more to grips with
> subversion. My current prime interest in subversion is for hacking a
> combined web svn/cvs frontend aiming more at providing handy updates
> of what goes on with a repository than a feature complete emulation of
> the client programs; see http://community.roxen.com/developers/cvs/
> (and Make query) for the general idea of browsing a commit time line.
> (I suppose the cvs@ list satisfies this need for you developers here.)
>
> After a weekend's worth of drooling over the (really well written!)
> design specs, I thought I'd post the minor corrections I found:
>
>
> Index: ./doc/programmer/design/deltas.texi
> ===================================================================
> --- ./doc/programmer/design/.svn/text-base/deltas.texi Sun Oct 21 05:00:18 2001
> +++ ./doc/programmer/design/deltas.texi Tue Oct 23 22:21:11 2001
> @@ -294,8 +294,8 @@
>
> If a filename or path appearing as a @var{name} or @var{path} in the
> description above contains the characters @samp{&}, @samp{<}, or
> -@samp{'}, they should be replaced with the sequences @samp{&#38},
> -@samp{&#60}, or @samp{&#39}, respectively.
> +@samp{'}, they should be replaced with the sequences @samp{&#38;},
> +@samp{&#60;}, or @samp{&#39;}, respectively.
>
> Suppose we have the following source tree:
> @example
> Index: ./doc/programmer/design/client.texi
> ===================================================================
> --- ./doc/programmer/design/.svn/text-base/client.texi Sun Oct 21 05:00:17 2001
> +++ ./doc/programmer/design/client.texi Tue Oct 23 22:22:28 2001
> @@ -78,7 +78,7 @@
> came, and any local changes (such as uncommitted adds, deletes, and
> renames) that affect @file{dir}.
>
> -Although often it would often be possible to deduce certain information
> +Although it would often be possible to deduce certain information
> (such as the origin repository) by examining parent directories, this is
> avoided in favor of making each directory be as much a self-contained
> unit as possible.
>
>
> I hope to be bothering the list more when I get to hooking into the
> exciting parts of svn. ;-)
>
> --
> / Johan Sundström
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 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.