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

Re: question: Not archiving binaries, but just keeping the latest copy?

From: Dirk Schenkewitz <schenkewitz_at_docomolab-euro.com>
Date: 2005-09-22 21:37:06 CEST

Hello Vesa,

Vesa Suontama wrote:
> Hello,
>
> Can subversion be used in a mode, where it does not store different
> versions of binaries (or files), but just keeps the latest copy
> available on server?

No, it can not be used like that. The very idea of using subversion
is to never loose any data, including each and every old version of
a specific file or directory.

> The company I work for has a set of big files, which change quite
> often. In our case, usually only the latest version of the file is
> relevant. So is it possible to configure svn so that only the latest
> version is available? I would like to save disk space on server.
>
> Additionally, can svn be configured so that only tagged and the latest
> versions are available on server?

As far as I know: No.

> Or I am looking into a wrong tool, should I just use rsync instead and
> only store the to-be-tagged-files to svn?

Yes, most likely :) Subversion never forgets anything (as long as no
failure of any kind occurs), so if you merely want to make a copy of
the newest file, rsync is suitable while subversion is not.
If you want to make certain files available to the public or to certain
people, setting up an rsync server might do the job. Most likely much
better than subversion. :)

Best regards
   Dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 22 21:39:28 2005

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.