commit message for out-of-date files
From: Kurt Schaefer <kurt.schaefer_at_gmail.com>
Date: Wed, 16 Apr 2008 18:31:50 -0700
So say I do a:
svn status -u
and I see that file.c is out of data:
* 2343 src\file.c
I'd really like to find out what the commit message was for the commit
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
I get a:
-------------------------------------------------------------------
I've poked around a bit, and don't know how to get the commit message.
This seems like something people would want to do all the time, but
I've tried doing a:
svn status -u -v src\file.c
* 2342 2330 personwhoeditedthefile src\file.c
so I can figure out who edited the file, but neither of those revision
Thanks for you help,
---------------------------------------------------------------------
|
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.