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

Re: Updates and tags

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-21 20:08:54 CET

On Feb 21, 2006, at 14:22, Glenn Welker wrote:

> I am trying to determine the best way to update my local files without
> pulling down every tagged project.

Do not check out the project's directory from the repository.
Instead, check out the project's trunk, and also any branches you're
working on. Do this for each project you're working on. To update,
switch into each working copy and update. If this is tedious, you can
write a script which does it for you, though, really, why would you
need to update all working copies at once? Just update the ones
you're going to work on today.

To make a branch or a tag, use URLs to the repository; do not make
the branch or tag by copying things in your local working copy. Not
that there would be anything wrong with doing so, but doing so would
require you to have checked out the project's root directory, which
as you're discovering is inefficient and not really the best way to
do it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 21 20:10:20 2006

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

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