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

Re: Repository Size Growing VERY Quickly

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2006-07-20 08:36:32 CEST

On Thursday 20 July 2006 02:43, Ryan Schmidt wrote:
> On Jul 19, 2006, at 22:36, J Kramer wrote:
> > Also, is there a way to clean out the
> > repository? For instance, if I have versions 1 ... 100, but I
> > determine that versions 2, 27, 43, 81, and 100 are the important
> > milestones, is there a way to get rid of the in between versions to
> > save space while still being able to revert to those particular
> > versions?
>
> Also no.
>
>
> The standard recommendation would be to not keep these items in
> Subversion then.

... and only add them to the tags you make for said milestones. This is a good
compromise between having a complete history and not having too many
uninteresting changes in the repository.

Note that generally the result of compiling things (or any kind of generated
files) should not be under version control because you can always check out
the version and regenerate them. This way of thinking has one minor error
though and that is that you can't always retrieve the whole version including
the environment that was used to build it, e.g. because you upgraded a
compiler or changed the OS. In those cases, adding the generated files when
making a release is a good idea.

Uli

****************************************************
Visit our website at <http://www.domino-printing.com/>
****************************************************
This Email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any reading, redistribution, disclosure or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient please contact the sender immediately and delete the material from your computer.

E-mail may be susceptible to data corruption, interception, viruses and unauthorised amendment and Domino UK Limited does not accept liability for any such corruption, interception, viruses or amendment or their consequences.
****************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 20 08:37:42 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.