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

RE: Re: Subversion modules?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-09-06 15:07:07 CEST

<Chris.Fouts@qimonda.com> wrote on 09/06/2006 08:59:35 AM:

> Ok, chalk this one to Subversion's intentionally
> missing features too!
>
> My use case: Part of our repository are our test
> cases. So when we developers check it out, we check
> out everything. However, when we distribute our
> code, we don't want to include the test case dir
> structure. I know an alternative will be to store
> the test cases in their own repository.

The svn:externals feature would work fine for this. In your script that
you use to distribute your code, you are likely going to run a command
like svn export. You would just use the --ignore-externals option on the
command. When developers checkout, the externals would be processed and
pull the test code into their working copy.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 6 15:17:34 2006

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.