[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: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2007-09-14 17:32:33 CEST

On 9/14/07, paptimusx scirocco <paptimusx@gmail.com> wrote:
>
> (does e-mail reach?)
> Hello, everyone.
>
> At last, I became svn user. thanks to advice of everybody.
>
> By the way.
>
> though it is 'svn diff -r'.
> the option that specifies by the date form is not effective.
>
> I think it worked. until the week before last...
>
> what is the cause?
>
> ---
> % svn diff -r1053:1054 xxxxx1.cpp
>
> % svn diff -r1053:1054 xxxxx1.cpp
> Index: xxxxx1.cpp
> ===================================================================
> --- xxxxx1.cpp (revision 1053)
> +++ xxxxx1.cpp (revision 1054)
> @@ -164,19 +164,6 @@
> :
>
> % svn diff -c1054 xxxxx1.cpp
> :
> ===================================================================
> --- xxxxx1.cpp (revision 1053)
> +++ xxxxx1.cpp (revision 1054)
> @@ -164,19 +164,6 @@
> :
>
> % svn info -r1053 xxxxx1.cpp
> Path: xxxxx1.cpp
> Revision: 1053
> Last Changed Rev: 1048
> Last Changed Date: 2007-09-06 17:43:39 +0900 (Thu, 06 9 2007)
>
> % svn info -r1054 xxxxx1.cpp
> Revision: 1054
> Last Changed Rev: 1054
> Last Changed Date: 2007-09-12 17:48:00 +0900 (Wed, 12 9 2007)
>
> % svn diff -r{"2007-09-16"}:{"2007-09-12"} xxxxx1.cpp
>
> % svn diff -r{"2007-01-01"}
>
> %
>
> % ver
> Microsoft Windows XP [Version 5.1.2600]
>
> %svn --version
> svn, version 1.4.5 (r25188)
> compiled Aug 22 2007, 20:49:04

I am not completely sure about what exactly you are asking. However I should
point out that, at least in the text about, you have a wrong date. You
should be diffing from 09-06 and not 09-16.

Thanks,
-Hari Kodungallur
Received on Fri Sep 14 17:29:13 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.