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

Re: svn commit: rev 1563 - trunk/subversion/include trunk/subversion/libsvn_subr trunk/subversion/clients/cmdline trunk/subversion/libsvn_ra_dav

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-03-20 02:57:48 CET

Branko Čibej <brane@xbc.nu> writes:
> I don't understand this change at all. Why do you want to *create* the
> ~/.subversion dir? It's not as if we'll store any state there, we just
> read stuff if it happens to be there.

So it's easy for people to learn how to use it (same thing we do with
the FS config files).

If the dir exists, with example files and a README, then telling
someone how to use proxies is as simple as "Go look in your
~/.subversion/ dir and let us know if you have any questions."

> Why? This way you throw away the known length of the string, for no benefit.

The benefit is not having to clutter other code with stringbufs. APIs
that demand stringbufs when null-terminated strings would do just as
well place a burden on their callers. That's why we've been getting
rid of stringbufs all over the place lately.

Is there some reason we need the length of the string? It's not
binary data, after all.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 20 02:50:00 2002

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.