Mike Stump - Re: svn diff branch woprking copy against mainline? (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: Mike Stump
- To: Joern RENNECKE
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 2 Nov 2005 14:33:35 -0800
- Subject: Re: svn diff branch woprking copy against mainline?
- References: <43693B4A.9060905@st.com>
On Nov 2, 2005, at 2:18 PM, Joern RENNECKE wrote:
I tried:
bash-2.05b$ svn diff Makefile.in svn+ssh://amylaar@gcc.gnu.org/svn/ gcc/trunk/gcc/Makefile.in@106390But that gives me an error message:svn: Target lists to diff may not contain both working copy paths and URLs
This works for us:svn diff --old svn+ssh://gcc.gnu.org/svn/gcc/tags/gcc_4_0_1_release/ gcc/file.c --new file.cfor example.svn needs to go on a long command line diet, it is seriously no fun to repeat things, over, and over. In cvs, I used the equivalent of svn+ssh://gcc.gnu.org/svn/gcc once a year or so, with svn, it is just annoying.
- Follow-Ups:
- Re: svn diff branch woprking copy against mainline?
* From: DJ Delorie - Re: svn diff branch woprking copy against mainline?
* From: Joern RENNECKE - Re: svn diff branch woprking copy against mainline?
* From: Daniel Berlin
- Re: svn diff branch woprking copy against mainline?
- References:
- svn diff branch woprking copy against mainline?
* From: Joern RENNECKE
- svn diff branch woprking copy against mainline?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |