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

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
impossibly exist, since the revision begin from 1 as long as I import the
source code.

 

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]
Sent: Thursday, June 12, 2008 5:55 PM
To: 'nicklist_at_planet.nl'
Cc: 'users_at_subversion.tigris.org'
Subject: RE: can I get daily log file by svn command

 

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]
Sent: Thursday, June 12, 2008 5:28 PM
To: vichy.kuo_at_gmail.com
Subject: RE: can I get daily log file by svn command

 

Take a look at the help of log:

  -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range)
                             A revision argument can be one of:
                                NUMBER revision number
                                '{' DATE '}' revision at start of the date
                                'HEAD' latest in repository
                                'BASE' base rev of item's working copy
                                'COMMITTED' last commit at or before BASE
                                'PREV' revision just before COMMITTED

You can also specify dates, see also the Subversion book:
http://svnbook.red-bean.com/en/1.4/svn.tour.revs.specifiers.html#svn.tour.re
vs.dates

Hth,

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl

-----Original Message-----
From: vichy [mailto:vichy.kuo_at_gmail.com]
Sent: Thu 6/12/2008 11:22
To: users_at_subversion.tigris.org
Subject: can I get daily log file by svn command

Dear all:
I try to get daily log file of my svn but "svn log" seems have no such
option.
I know I can use "svn log -r x:y" to get the log between revision x to y.
Is there any option I can use to get daily log?
Appreciate your help,
vichy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-15 16:21:28 CEST

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.