svn log -r {DATE:HEAD} always prints log message?
From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2003-12-14 12:13:07 CET
I'm trying to ask Subversion what changes have been made to a repository
C:\isvn\local-ccnet>svn --version
Copyright (C) 2000-2003 CollabNet.
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
C:\isvn\local-ccnet>svn log svn://localhost/
Added some properties.
------------------------------------------------------------------------
Other Mike made some changes
------------------------------------------------------------------------
mgm made some changes
------------------------------------------------------------------------
added some stuff with anon user
Now I want to find changes made since last time I asked, and I want
C:\isvn\local-ccnet>svn log -r "{2003-12-13 16:00:00}:HEAD" svn://localhost/
Added some properties.
------------------------------------------------------------------------
C:\isvn\local-ccnet>svn log -r "{2003-12-13 16:00:00}:{2003-12-14
Added some properties.
------------------------------------------------------------------------
Am I doing something wrong here? Does svn log always show at least one
Cheers,
---------------------------------------------------------------------
|
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.