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

Re: How to delete all unmodified files between 2 revisions on a patch branch?

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Sat, 27 Dec 2008 15:43:27 +0100

AfterShock wrote:
> Hi Stefan,
>
> Thanks for your reply. Am I right in saying that this exports the changed
> files to a local folder but does not create a branch? So then i must create
> a new branch and add all these files to it, right? Can I then merge any
> future changes from the trunk across to this branch?

* no, this does not create a branch but only saves all the listed files
  to a local folder.
* remember, creating a branch is cheap, it does not require any space in
  the repository (ok, not nothing, but only a few bytes).
* if you create a new folder an add these files manually to it, then you
  won't be able to merge future changes there. That's because you don't
  actually create a branch (i.e., a copy from e.g. trunk) but you create
  a new folder without history information.

I'm guessing you want to provide a small zip file for your users to
apply a 'patch' which contains all the new files. So why not create a
public folder where you just drop in the zipped files, named e.g. "patch
x.x.x" ?
You can then create real branches (actually, in your case that would be
called a tag) and compare those as I mentioned before so you can get the
changed files, zip them and upload them somewhere.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=993758
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2008-12-27 15:43:47 CET

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.