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

Re: condense_targets and basepath functions

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-02-12 22:40:48 CET

Greg Stein <gstein@lyra.org> writes:
> We move it to APR after we have a working version. We already have several
> functions that would best be within APR, and are pending a move. This would
> simply be another.

+1

> We can't just say "that's APR's job" and sit back. The people that care
> about something are the people to write the code. That means we write the
> code and move it to the right place later.

Right on!

To expand on what Greg is saying, this has been our practice all
along. For example, the current apr_transfer_file_contents() function
in APR began life as apr_copy_file() in *Subversion*. We had a note
that when it was done and tested, it would get moved into APR. It got
done, and tested, and reviewed, and now it lives in APR.

The important thing is to get the code you need, writing it if
necessary. If you think it's something that belongs in APR, then
write it in the APR-style and assume it will live there when ready.

-K
Received on Sat Oct 21 14:36:22 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.