Hi all,
I made a commit yesterday. Today I try to find it with 'svn log' in
the top directory of my working copy, but I'm surprised that it
doesn't show up!
Below is the recipe to reproduce:
svnadmin create SVNROOT
svn co file://`pwd`/SVNROOT svn
cd svn
svn mkdir dir
svn commit -m "* Create a directory."
echo foo > dir/blah
svn add dir/blah
svn commit -m "* New file dir/blah."
echo bar >> dir/blah
svn commit -m "* Change dir/blah."
svn log
And this is what I got from 'svn log':
No commit for revision 0.
------------------------------------------------------------------------
rev 1: plasma | 2003-09-23 09:19:59 +0800 (Tue, 23 Sep 2003) | 1 line
* Create a directory.
------------------------------------------------------------------------
I can only know what happened to dir/blah by 'svn log dir/blah':
------------------------------------------------------------------------
rev 3: plasma | 2003-09-23 09:21:11 +0800 (Tue, 23 Sep 2003) | 1 line
* Change dir/blah.
------------------------------------------------------------------------
rev 2: plasma | 2003-09-23 09:20:40 +0800 (Tue, 23 Sep 2003) | 1 line
* New file dir/blah.
------------------------------------------------------------------------
Is the behavior correct? I assume I can get all commit messages under
current working directory recursively (i.e., by running 'svn log' I
can know anything happened under this directory), therefore I don't
have to try very hard to remember which files did I change in a
particular commit. Am I wrong?
The platform is FreeBSD 4.8, Subversion 0.29.0.
plasma
==========================================================
投資債券基金好處多,真的嗎?
http://edm-prg.epaper.com.tw/click.php?ad_code=24128
==========================================================
PChome線上購物週年慶:抽汽車、DV天天送
http://shopping.pchome.com.tw/
==========================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 04:12:18 2003