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

Re: commit message for out-of-date files

From: Lorenz <lorenznl_at_yahoo.com>
Date: Mon, 21 Apr 2008 06:49:15 +0000

Kurt Schaefer wrote:

>[...]
>I can see the diff of the new stuff by doing:
>
>svn diff src\file.c -r HEAD
>
>But I can't seem to get the commit message for the new stuff.
>
>svn log src\file.c -r HEAD

try 'svn log src\file.c -r HEAD:1'
or 'svn log scr\file.c -r HEAD:BASE'
or 'svn log scr\file.c -r BASE:HEAD'

-r HEAD alone tells svn to get the log for the HEAD revison only, and
that might not exist unless the file has been changed in that
revision.

-- 
Lorenz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-22 08:50:25 CEST

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.