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"}.
SVN.DIR>svn --version
SVN.DIR>svn log xxxxx1.cpp
xx ...
------------------------------------------------------------------------
2007-09-06 ....
------------------------------------------------------------------------
:
SVN.DIR>svn diff -r10130:10136 | wc -l
SVN.DIR>svn diff -r10130:10136 xxxxx1.cpp | wc -l
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-01"}:{"2007-09-12"} xxxxx1.cpp
this is not good either.
---------------------------------------------------------------------
|
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.