The reason I asked is I've been trying to tag only the files that have
been changed, so I can FTP a few hundred KB of data, instead of a GB of
code in my trunk.
-----Original Message-----
From: Jack Repenning [mailto:jrepenning@collab.net] 
Sent: Thursday, August 09, 2007 2:21 PM
To: users@subclipse.tigris.org
Subject: Re: [Subclipse-users] Branching/Tagging Multiple Files?
On Aug 9, 2007, at 11:09 AM, Chris Spencer wrote:
> How do you branch/tag multiple files at one time? The
> Team->Branch/Tag... option is only enabled when a single file or  
> folder
> is selected. Is there a reason for that?
Well, yeah: that's how Subversion itself works.  A branch or tag is a  
copy of a complete directory tree: it captures the topology as well  
as the data, and the unchanged files as well as the changes.   
Typically, you copy / branch / tag "trunk".  There's really no way in  
Subversion to express the idea of a branch or tag applied to some  
arbitrary scattering of files.
On the plus side, Subversion copies are cheap ... *really* cheap, in  
repository disk space, network bandwidth, time to make the copy,  
runtime overhead once the copy's made, pretty much every which way.   
So making a copy/branch/tag of your whole tree for benefit of a  
single file doesn't really cost you any more than it would to branch  
just the one file.  If you could.  Which, really, you can't.
-==-
Jack Repenning
Chief Technology Officer
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
office: +1 650.228.2562
mobile: +1 408.835.8090
raindance: +1 877.326.2337, x844.7461
aim: jackrepenning
skype: jrepenning
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Aug  9 20:58:57 2007