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

Re: Labeling revisions advice sought

From: David Kramer <david_at_thekramers.net>
Date: 2004-12-29 20:58:26 CET

On Wed, 29 Dec 2004, Garrett Rooney wrote:

> David Kramer wrote:
>
> > I'm trying to figure out how to do that in subversion. The obstacles I
> > see are:
> >
> > - I don't want to do an svn copy every day for one of these builds,
> > because I think that would make the repository huge. I know it's a
> > "cheap" copy, but cheap != free, and 50 or 60 cheap copies of thousands of
> > files for every release can add up. I expect it would slow down access
> > after a while, too.
>
> That's not really true. When you make a copy of a large directory
> containing hundreds of files you're really not copying all the files.
> The number of files copied is not meaningful at all in determining how
> much space will be used in the repository, it's a constant amount for
> each copy, no matter how many files are involved.

One of the things the book says you can do (in "Creating a complex tag")
is assemble a working copy that has mixed revisions (different files at
different revisions in the same working copy), and do an svn copy of the
working copy. If the repository doesn't have a record for every single
file in the new copy, how can it handle this scenario?

--
DDDD   David Kramer         david_at_thekramers.net       http://thekramers.net
DK KD  
DKK D  "Designing pages in HTML is like having sex in a bathtub.  If you
DK KD  don't know anything about sex, it won't do you any good to know 
DDDD   a lot about bathtubs"                  - vagabond@mcgurkus.circus.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 30 14:33:31 2004

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.