If I update to an older revision:
svn update -rXXXX
and then try to list the log:
svn log
I only see entries up to the revision XXXX
. How can I see the newer ones?
If I update to an older revision:
svn update -rXXXX
and then try to list the log:
svn log
I only see entries up to the revision XXXX
. How can I see the newer ones?
svn log
will use the working copy's revision if it isn't specified. From the help text:Note the last sentence and that "BASE" is defined as "base rev of item's working copy" (again from the help text). So, just pass "HEAD" as the revision you want a log from: