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

Re: [TSVN] TortoiseSVN - FAQ

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-03-30 13:12:50 CEST

Shane wrote:
> Is it possible to export only Files that have changed since a specific
> revision? We need this to send incremental updates/patches to our
> partners. E.g. we got about 2000 files at revision 100, if we edit 2
> files which then are at revision 101, we want to be able to only
> export those 2 files at revision 101 (without having to do it
> manually) instead of exporting all 2000 files.
> I'm not even sure if this is supported by svn at all.

You can't export from a specific revision. You can create a unified diff
between 2 revisions, eg. between a tag and the current HEAD revision.
That shows the changes that need to be applied to the old version to
make it into a new version, and you can use the TSVN Apply-patch to
apply the unified diff to a working copy.

You can get a unified diff between a tag and trunk from the repository
browser. Select the 2 items and right click. Or you can get a unified
diff between 2 points in the same tree using the revision log dialog.
Select 2 revisions and right click.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Mar 30 13:13:04 2005

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.