[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: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2005-12-22 22:25:04 CET

On Dec 22, 2005, at 22:18, JP Hindin wrote:

> jphindin@pinhead:/working$ svn ci -m "Test message"
> Sending callsched
> Transmitting file data .
> Committed revision 17.
> jphindin@pinhead:/working$ svn log
> ----------------------------------------------------------------------
> --
> r5 | jphindin | 2005-12-19 10:00:46 -0600 (Mon, 19 Dec 2005) | 2 lines
>
> Initial import of documents into trunk
> ----------------------------------------------------------------------
> --
>
> Now, perhaps I'm missing something, but if history logging was
> working, an
> 'svn log' should most certainly display the "Test message" commit
> message.

After the commit, your working copy has mixed revisions. "callsched"
is at revision 17, but the directory "working" is still at revision 5
it seems. When you run "svn log" without any parameters, it gets the
log of the current directory, starting at its current version (5) and
going back in time.

You should probably run "svn up" first before you run "svn log."

You can read about mixed revisions in the book:

http://svnbook.red-bean.com/en/1.1/ch02s03.html#svn-ch-2-sect-3.4

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 03:13:22 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.