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

Re: [Subclipse-users] Directory structure

From: Jay Sachs <jay.sachs_at_riskmetrics.com>
Date: 2006-05-05 20:20:04 CEST

On 5/5/06 1:20 PM, "Chris" <shef31@yahoo.com> wrote:

> I'm adapting an existing project to Subversion. This project has parallel
> source trees for test and production code. Is this the best way to arrange
> the folders?
>
> MyProject
> --branches
> ----version2branch
> ------src
> --------com
> ----------mydomain
> ------------MyClass.java
> ------test
> --------com
> ----------mydomain
> ------------TestMyClass.java
> ------build.xml
> ----tags
> ----trunk
> ------src
> --------com
> ----------mydomain
> ------------MyClass.java
> ------test
> --------com
> ----------mydomain
> ------------TestMyClass.java
> ------build.xml
>
> Or should /src and /test be the top-level directories, with /branches,
> /tags, and /trunk underneath each?

Presumably you want to tag/branch your tests with production code. So your
original organization above will work. When you check out your project,
though, make sure you do "Check out as ..." and name it, otherwise you'll
end up with the default name of "trunk".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri May 5 20:20:37 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.