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

Re: [Subclipse-users] Branching/Tagging Multiple Files?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-08-09 21:05:25 CEST

On 8/9/07, Chris Spencer <cspencer@finestationery.com> wrote:
> 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.

Subversion definitely does not work that way. I am not sure how
tagging and transferring changed files related to each other either.

There are a number of ways to determine, say in a script, which files
have changed so that you could then transfer just those files (again
via script).

One of the easiest and most efficient ways to do this, but not always
possible, is to place a working copy on the remote server and then run
the svn update command from that server so that it pulls in the
changes, using SVN's network-friendly deltas to boot.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Aug 9 21:03:34 2007

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

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