Package organization

0 views
Skip to first unread message

bpedman

unread,
Jul 31, 2008, 3:16:54 PM7/31/08
to Utah Python User Group
Hi,

So we are starting a new project at work and storing it in a
subversion repository. My question is, what is the standard method of
naming of folder for projects that will have trunks and branches to
deal with the PYTHONPATH.

Say we have a project named 'example'. Within the project we want to
do imports using example.blah. How should we store this in subversion?
We have a top level folder named 'example' with the standard trunk,
tags, and branches sub-folders. How should the folders be organized
underneath that? Should it have the 'blah' folder in it or should it
be like trunk/example/blah?

-Brandon Pedersen

Jonathan Ellis

unread,
Jul 31, 2008, 3:38:49 PM7/31/08
to utahp...@googlegroups.com
On Thu, Jul 31, 2008 at 1:16 PM, bpedman <bpe...@gmail.com> wrote:
> Say we have a project named 'example'. Within the project we want to
> do imports using example.blah. How should we store this in subversion?
> We have a top level folder named 'example' with the standard trunk,
> tags, and branches sub-folders. How should the folders be organized
> underneath that? Should it have the 'blah' folder in it or should it
> be like trunk/example/blah?

trunk/example/blah, definitely.

-J

Reply all
Reply to author
Forward
0 new messages