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

Re: "svn cp" does not show in "svn log -r X"

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-10-10 12:52:37 CEST

On Fri, Oct 10, 2003 at 08:58:55AM +0200, pmarek@users.sourceforge.net wrote:
[snip]
> My problem is that tag-creation ("svn cp URL/trunk URL/tags/alpha")
> does query for a log message, but this message isn't shown with "svn
> log".
>
> I tried "svn pl -v --revprop -r X" on two revisions - the "svn cp" and
> another - and both show the same properties (svn:author, svn:log, and
> svn:date).
>
> "svn log" works if I cd into the checked-out tag-directory (ie "svn co
> URL/tags/alpha", "cd alpha", "svn log -r X" shows the message).
> But it works ONLY there; if I'm in a trunk-directory, "svn log -r X"
> shows only dashes "-----...".
[snip]

svn log only shows stuff related to the argument(s) specified, or the
current directory if no path is specified.

If you "cd /path/to/trunk; svn log" you will not see log messages
related to tags and branches. If you want to see all log messages, run
svn log on file:///path/to/repo instead of file:///path/to/repo/trunk or
the equivalent part of your working copy.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 10 12:53:49 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.