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

Re: Different patches from SVN and TSVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 02 May 2008 13:00:25 +0200

Giulio Troccoli wrote:
> First of all I apologise for the crossposting. Also this is not an issue
> but just a curiosity.
>
> I have created two patches: one using SVN and one using TSVN. They
> contain the say changes of course (that's why this is not an issue) but
> the order of the files is different.
>
> Out of curiosity, why is it that?
>
> I'm using SVN 1.4.5 and TSVN 1.4.5. I created the patch with `svn diff >
> svn.patch`

TSVN creates the patchfile file-by-file, while the svn client creates
the patchfile in one go. The reason for this is that with TSVN, you can
select the files you want the patchfile to contain, while with the svn
client you can't (at least not if you just run 'svn diff > patchfile' on
  your working copy root).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-05-02 13:00:37 CEST

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

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