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

Re: Subversion not recording commit history

From: <kfogel_at_collab.net>
Date: 2005-12-22 21:33:01 CET

JP Hindin <jplist@kiwigeek.com> writes:
> My mistake was assuming that an "svn log" in a specific directory would
> like the logs for all changes in that directory. It appears, however, that
> one must supply a specific file (or files) to do the log function on.

That's not quite the problem. The problem is rather that "svn log"
takes "." as its implied target. Since "." has a revision number, svn
only shows logs from 1 to that revision number. If you update ".",
*or* pass the -rHEAD option to svn, you may see more logs.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 04:19:02 2005

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.