Daniel Berlin - Re: diffing directories with merged-as-deleted files? (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] |
- From: Daniel Berlin
- To: Mike Stump
- Cc: Joern RENNECKE , gcc at gcc dot gnu dot org
- Date: Thu, 03 Nov 2005 19:19:28 -0500
- Subject: Re: diffing directories with merged-as-deleted files?
- References: <436A61CA.3090901@st.com> <7E4F1C6F-7152-4169-9737-E861884DC31B@apple.com> <1131063196.7076.67.camel@IBM-82ZWS052TEN>
On Thu, 2005-11-03 at 19:13 -0500, Daniel Berlin wrote:
On Thu, 2005-11-03 at 12:03 -0800, Mike Stump wrote:
On Nov 3, 2005, at 11:15 AM, Joern RENNECKE wrote:
bash-2.05b$ svn diff --old svn+ssh://amylaar@gcc.gnu.org/svn/gcc/ trunk/gcc --new gcc
/usr/bin/diff -up -F'^(' -u -L gcc/.cvsignore (.../svn+ssh:// amylaar@gcc.gnu.org/svn/gcc/trunk/gcc) (revision 0) -L
gcc/.cvsignore (.../gcc) (revision 106387) gcc/.svn/empty- file gcc/.cvsignore /usr/bin/diff: gcc/.cvsignore: No such file or directory svn: '/home/afra/users/renneckej/bin/gccdiff' returned 2Sounds like a bug in subversions. cvs substituted /dev/null as I
recall.Actually, it's not a bug at all. Or at least, i can't reproduce it at all
You'll also notice, BTW, that it substituted in gcc/.svn/empty-file for the empty file, which is what it is supposed to do (in 1.4, we remoed the empty file and just use /dev/null)
- References:
- diffing directories with merged-as-deleted files?
* From: Joern RENNECKE - Re: diffing directories with merged-as-deleted files?
* From: Mike Stump - Re: diffing directories with merged-as-deleted files?
* From: Daniel Berlin
- diffing directories with merged-as-deleted files?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |