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

[Subclipse-users] Directory structure

From: Chris <shef31_at_yahoo.com>
Date: 2006-05-05 19:20:42 CEST

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?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri May 5 19:25:16 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.