Import multiple CVS Modules into one Launchpad project

Asked by Manson Thomas

Hi,

I've just created a project into launchpad. https://launchpad.net/crf-irp

My project is a web application. The code is divided into several CVS modules (the webapp + several libraries project).

What's is the best practice to import theses modules into my one single project ?

I don't want to create a project per modules as it's non-sense. (too much effort for so little project that are highly tight to the web app).

I've already, painfully (due to filename encoding issues), converted my cvs modules to Bzr.

Regards,
Thomas.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Michael Hudson-Doyle Edit question
Solved by:
Michael Hudson-Doyle
Solved:
Last query:
Last reply:
Revision history for this message
Best Michael Hudson-Doyle (mwhudson) said :
#1

I guess the first thing to say is is that it doesn't matter terribly much as it should be possible for you to change your mind afterwards.

Probably the question to ask when considering if you should make a module into a project is "would I like to be able to report bugs specifically about this module". If not, I'd just upload all the branches to the one project to start with.

This mode of development isn't one Launchpad models terribly well unfortunately.

Revision history for this message
Manson Thomas (dev-mansonthomas) said :
#2

Thanks Michael Hudson, that solved my question.