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

Re: lost revision?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-31 21:27:03 CET

Benjamin Pflugmann <benjamin-svn-dev@pflugmann.de> writes:
> Sorry, if I am ignorant. But why does it require a path? I thought
> revisions were global. So I only need a repository URL, not a path to
> an entity, don't I?

Yup, this is the confusion.

By default, 'svn log' does not get log messages for the whole
repository. It gets log messages for those revisions where a change
was made under a certain path -- and if that path happens to be '/',
then that's the same as asking for the logs for all revisions.

But if that path is '/trunk', for example, then the log output won't
show branch changes.

Furthermore, the path is taken from the current directory in your
working copy, if you don't specify some other path (or URL) as an
argument.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 21:58:51 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.