Don't know how you've got your server setup, or which version control system you are using...
We are using SVN. If you create a tag, it just creates an alias to the files, not a true copy; so the size in the repository doesn't go up by a huge amount. Are you keeping a local copy of all your tagged code or something? Ian On Wed, Dec 10, 2008 at 2:36 PM, Hans Wichman <[EMAIL PROTECTED]> wrote: > Hi list, > > I was wondering how you handle your assets in version control. > > I usually follow a standard project setup something like: > trunk > branches > tags > > The trunk contains for example sources, deploy, deploy/assets > > Now especially the assets folder tends to get very large. > Each time I tag the trunk, the size multiplies. > > I was wondering how others are handling this, and looking for a better way > to handle the assets. > Not sure if there is a quick solution to this though:) > > regards, > JC _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

