RE: can I get daily log file by svn command
From: vichy <vichy.kuo_at_gmail.com>
Date: Sun, 15 Jun 2008 22:19:31 +0800
Hi:
I guess I know the reason why the below error message shows:
[root_at_localhost scaleModel_20080204]# svn log -r {2008-06-12}:{2008-06-12}
svn: File not found: revision 0, path '/trunk/src/scaleModel_20080204'
The reason is svn cannot find the information about revision 0.
I try to create another new repository and find the revision 0 seems
If the revision begin from 1, how the svn report such error message?
I mean it should already know the revision never shows 0.
Thanks all your kind help,
vichy
_____
From: vichy [mailto:vichy.kuo_at_gmail.com]
Hi:
Below are the error message I get from svn:
[root_at_localhost scaleModel_20080204]# svn log -r {2008-06-12}:{2008-06-12}
svn: File not found: revision 0, path '/trunk/src/scaleModel_20080204'
But I use svn -log, it can successfully show out all the log file.
Is there something I have to take care?
Appreciate your help,
vichy
_____
From: nicklist_at_planet.nl [mailto:nicklist_at_planet.nl]
Take a look at the help of log:
-r [--revision] arg : ARG (some commands also take ARG1:ARG2 range)
You can also specify dates, see also the Subversion book:
Hth,
Nick Stolwijk
Iprofs BV.
-----Original Message-----
Dear all:
---------------------------------------------------------------------
|
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.