Arkadiusz Miskiewicz <arekm@pld-linux.org> writes:
> While I was playing a bit with subversion 0.33.0 I found some interesting
> things:
>
> [misiek@arm ~/.SVN-PLD/test/foo]$ svn log | head -n 4
> ------------------------------------------------------------------------
> r1356 | arekm | 2003-09-19 01:24:21 +0200 (Fri, 19 Sep 2003) | 1 line
> test2
> [misiek@arm ~/.SVN-PLD/test/foo]$ svn log " " | head -n 4
> ------------------------------------------------------------------------
> r1704 | arekm | 2003-11-17 01:39:42 +0100 (Mon, 17 Nov 2003) | 1 line
> - visible changelog
>
> svn log in directory where filename named " " (one space) exists
> doesn't show changelog for it while it should.
Does this reproduce if you use 'svn log -rHEAD' both times instead?
I suspect what's going on is that you committed a change to " " in,
but didn't yet update your working copy. By default, 'svn log' will
not show logs past the current revision of '.'.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 17 06:33:45 2003