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

RE: versioning generated files

From: Georg Viehöver <viehoever_at_sigma-c.de>
Date: 2005-06-15 17:21:50 CEST

We keep some precompiled binaries in subversion for just the reason that it can be time consuming and/or difficult to compile certain libraries. The key here is to have clear policies on which binary files can go into the repository, because you dont want to see all the experiments your collegues are making. So we are doing it only for the released version of some rarely changing libraries.

Some of my co-workers are experimenting with ccache (http://ccache.samba.org/) to reduce compile times, but we are not yet sure if ccache is causing some problems.

Georg
 

-----Original Message-----
From: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
Sent: Wednesday, June 15, 2005 10:39 AM
To: users@subversion.tigris.org
Subject: versioning generated files

Hi!

I'm facing a problem which I'm not 100% sure how to tackle. The thing is that from a purists point of view, only the source files belong under versioning control. From a pragmatic point of view though, it might be difficult, time-consuming or even impossible to re-create some files from source and therefore it is sometimes reasonable to store generated stuff under version control.
...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 15 17:24:14 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.