[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-12-29 20:29:08 CET

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.

> Frankly, my boss is staring at me dumbfounded how svn doesn't support some
> kind of labels like this. I hope I'm missing something. How does
> everyone else associate a particular build with a revision number?

You make a tag, by copying the trunk into your tags directory.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 30 08:47:04 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.