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

Re: SVN for binary asset management

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-03-31 08:23:30 CEST

On Thu, 2005-03-31 at 09:39, David Ripton wrote:
> On 2005.03.31 14:39:43 +0000, Simon Anderson wrote:
> > I could use some advice on Subversion's suitability for asset management
> > in the film industry.
> svn doesn't make it easy to delete excess data from the repository to
> save space. (You have to do a dump and filter and load, and this
> changes revision numbers.) So if you don't have space to remember every
> change, the administrator and users are in for some pain.
>
> I suspect these shortcomings will all be fixed someday.
IMHO thats what is required of a vcs like svn. Capturing *all* changes
over time.
btw, Is this possible and easier in CVS?

My suggestion for this case would be the following setup. Pl. give your
inputs...
/repos/index
/repos/music/artist1/album-1
/repos/music/artist1/album-2
/repos/music/artist2/album-1
...
/repos/movies/artist1/album-1
...
where each of the above are repositories ( that could be loaded and
unloaded with normal OS calls ) and the index is the key to retrieve the
repos path required. The data in index could be *trimmed* to be insync
with the other repository sturctures...

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