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

Re: maintaining a list of svn: revprops

From: Karl Fogel <kfogel_at_google.com>
Date: 2006-08-19 02:42:38 CEST

"C. Michael Pilato" <cmpilato@collab.net> writes:
> As a community, we could probably stand to carefully consider this idea of
> the Subversion core system. I mean, honestly, why are svnversion and
> svnsync in the main source tree while mailer.py and svnmerge.py (which also
> uses custom properties) relegated to the tools/ directory. Simply because
> they aren't written in C? These might be healthy questions to entertain.

I think you might have an unorthodox interpretation of our source tree
layout.

Stuff in tools/ *is* in the main source tree, and is a supported part
of Subversion. Stuff in contrib/ is not, we just distribute it with
Subversion for users' convenience. (This distinction is exactly why
we have the two directories.)

The subversion/ subdirectory in our tree is just where we put all the
C libraries. We could even move the client apps out of there if we
wanted to. In fact, I wouldn't mind having lib/ and apps/ and getting
rid of subversion/. But that's a separate discussion.

In any case, tools/ is part of Subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 19 02:43:12 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.