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

RE: Re: Storing VS binaries in Subversion

From: Thompson, Graeme (AELE) <Graeme.Thompson_at_smiths-aerospace.com>
Date: 2007-06-18 18:57:42 CEST

> -----Original Message-----
> From: Henrik Sundberg [mailto:storangen@gmail.com]
> Sent: 13 June 2007 22:12
> To: users@subversion.tigris.org
> Subject: Re: Storing VS binaries in Subversion
>
> 2007/6/13, Andy Levy <andy.levy@gmail.com>:
> > Subversion is capable of diffing binary files somewhat efficiently,
> > but if there are very large differences between each
> revision, it will
> > increase the size or your repository pretty quickly. Again, ask
> > yourself: do I *need* these files versioned?
>
> No I don't really need them versioned. But I do need them distributed
> and that can take more than an hour. My thought was to let everyone
> get just the differences (there are several thousand other files as
> well), and since Subversion is said to handle binary files
> efficiently, I was thinking if giving this a try.
>
> Building from source takes longer time, and this will be done by
> several persons every day.
>

If you don't need them versioned, but need to redistribute them why not
place them on a standard network share and use a program like rsync
(Primarily Unix, but available on windows) which only transmits files
that have changed and is also good ad only transfering the parts of the
files that have changed.

An alternatives for Windows, if you like a nice GUI, is Syncback which
is very configrable and also provides optimisations to reduce the amount
of data transferred.

An alternative approach not using SVN, but it may suit this use case
better.

Graeme

 
************************************************
The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 18 18:59:31 2007

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.