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

Re: What should go into a repository

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-04-04 10:34:59 CEST

On 2005-04-04 14:46:33 Golbon Zakeri wrote:
> A question has come up in our group about what material (e.g. types of
> code or user manuals being developed,)
> should be placed in a subversion repository. We also want to know the
> recommendations for when to place a piece of code in our repository.
> I'd like to know where is the best place to read up on these
> questions.

One rule of thumb is that files which can be easily generated shall not
be placed in the repository, but should be taken care of by the make
process. There are various ways of storing manuals and stuff, my
favourite method is to create a "/build/" directory in the top of the
repository (toghether with /trunk/, /branches/ and /tags/) where such
things are stored. This way you don't have to place potential big files
in trunk.

-- sunny256

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 4 10:37: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.