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

Re: svn diff -r

From: paptimusx scirocco <paptimusx_at_gmail.com>
Date: 2007-09-18 04:17:37 CEST

I am sorry I was miswriteing {"date"}.
then, I tried with another repository.
my repository is a shift from cvs via cvs2svn.py 2.00.

SVN.DIR>svn --version
svn, version 1.4.5 (r25188)
   compiled Aug 22 2007, 20:49:04

SVN.DIR>svn log xxxxx1.cpp
------------------------------------------------------------------------
r10136 | myname | 2007-09-12 17:48:00 +0900 (Wed, 12 9 2007) | 3 lines

xx ...

------------------------------------------------------------------------
r10130 | myname | 2007-09-06 17:43:39 +0900 (Thu, 06 9 2007) | 2 lines

2007-09-06 ....

------------------------------------------------------------------------
r10094 | myname | 2007-08-22 16:20:37 +0900 (Wed, 22 8 2007) | 2 lines

   :

SVN.DIR>svn diff -r10130:10136 | wc -l
     94

SVN.DIR>svn diff -r10130:10136 xxxxx1.cpp | wc -l
     24

this is not good.
SVN.DIR>svn diff -r{2007-09-06}:{2007-09-12} xxxxx1.cpp

SVN.DIR>svn diff -r{2007-09-06}:{2007-09-12} xxxxx1.cpp

SVN.DIR>svn diff -r{"2007-09-06"}:{"2007-09-12"} xxxxx1.cpp

SVN.DIR>svn diff -r{"2007-09-01"}:{"2007-09-12"} xxxxx1.cpp

this is not good either.
SVN.DIR>svn diff -r{"2007-01-01"} xxxxx1.cpp | wc -l
       0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 18 04:18:02 2007

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.