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

Re: Single repository, multiple projects?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-04 05:21:41 CET

Lars Kellogg-Stedman <lars@larsshack.org> writes:
> I ask because I just realized that when I run 'svn log' from inside the
> 'thing2' working copy, I see log messages for 'thing1' as well. The
> 'revision' number is shared between both projects -- that is, it's global,
> rather than per-project.

Yah, the behavior of "svn log" here is a known bug; when it is fixed,
you should not have so much of a problem keeping multiple modules or
projects in a single repository.

The problem is that "svn log" doesn't take pathname arguments right
now, not even the implied "." path. Instead, it just prints out the
log messages for *all* the revisions in the given revision range, even
if you only want the revisions in which path P or some descendant
thereof changed (where P in this case would be /thing1 or /thing2, for
example).

See

   http://subversion.tigris.org/issues/show_bug.cgi?id=562

for more, and also see the comment in svn_repos_get_logs().

-Karl

---------------------------------------------------------------------
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:37:04 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.