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

Re: How to prune old versions of an artefact?

From: Thomas Harold <thomas-lists_at_nybeta.com>
Date: Mon, 15 Jul 2013 16:41:35 -0400

On 7/15/2013 5:49 AM, Cooke, Mark wrote:
>
> For your uses, perhaps you could spin this artifact off into it's own
> repository (use "external"s from your main repo if required) and then
> you can archive that repo off whenever necessary?
>

Sound advice for any sort of large artifact, or in the case where
automated scripts will push commits into a repository on a regular
(sometimes frequent) basis.

It not only keeps the size down and gives you the option to do extreme
"resets" to the separate repository, but it also keeps the log history
of the original repository from being polluted with all of the automated
commits.

We do this on the servers that we version control using FSVS. There are
sections of the directory tree which need to be heavily monitored for
changes (such as configuration reports), but which don't need to pollute
the main SVN repository for that machine.
Received on 2013-07-15 22:42:09 CEST

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.