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

RE: Please support diffs from svnlook

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2007-01-18 09:38:44 CET

Hi Alexander,

You wrote:
> Hello all! Thanks for such a wonderful product!

You're welcome :)

> After trying to apply this diff as a patch with TortoiseSVN, it shows
> following message box: The line "Index: " was not found!
> Either this is not a diff file or the diff is empty.
>
> Could you help with it?

Don't use svnlook to create patch files. As the name suggests, svnlook is
used to 'look' at something from a particular revision. So you look at the
diff. This doesn't create valid patch files if you redirect the output. Svn
won't apply them either.
If you want to create a diff that can be applied, use 'svn diff' to create
it.

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 18 09:39:11 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.