Please, can you activate phrak vcs-import?

Asked by Lambrusco

Sorry in advance for my bad English.
I would activate my (our) project because I think it should be a good program.
In a few words, this program should be a communication centre, in particular for the software developers and the students that want to programming in live whit other persons.
Steps:
1-First part GUI develop
2-First part Core develop
3-Second part GUI develop
4-Second Part Core develop
5-Other Plug-In s
...
So, thank you, hoping for your approval.

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tim Penhey (thumper) said :
#1

$ svn ls http://www.lemonback.org/cms/adm/Phrak
svn: PROPFIND request failed on '/cms/adm/Phrak'
svn: PROPFIND of '/cms/adm/Phrak': 301 Moved Permanently (http://www.lemonback.org)

There seems to be some issue with the URL provided as the Subversion location.

Revision history for this message
Lambrusco (lambrusco) said :
#2

Sorry, I'm an Italian boy. I wont to activate a project in this site. Can I have an svn or cvs space in this site related to my project?
If so, how can I do?

Thank you.

Revision history for this message
Paul Hummer (rockstar) said :
#3

Launchpad uses bazaar as it's version control system, but can try to import an existing svn or cvs repository and create a bazaar branch out of it.

However, we have tried to import your svn repository, but have not been successful, do to the error above in Tim's response. If you can provide more information about your repository, we can try the import again.

Revision history for this message
Lambrusco (lambrusco) said :
#4

I am sorry but I do not have any source code yet. I just want to activate a free space where start working on it.
The link that I gave you no longer works and I do not know how to do.
If there is a way to activate a free space where I will could work there would be grateful, otherwise thank you anyway.

Revision history for this message
Paul Hummer (rockstar) said :
#5

Launchpad does provide source code repositories with bazaar. You can do this with the "Register a branch" button on your project's page, creating a "Hosted" branch, and then pushing a bazaar repository to the url.

For instance, if you have a set of files for your project on your computer, you'll want to perform the following steps in that directory (after ensuring that bazaar is installed):
1. bzr init
2. bzr add *
3. bzr commit -m "Initial import"

After that, you'll want to create a project on launchpad and register a branch. After the branch has been registered, you'll see a command on the page that looks like "bzr push bzr+ssh://" that you run in your project's folder. This will push your source code up to Bazaar.

Can you help with this problem?

Provide an answer of your own, or ask Lambrusco for more information if necessary.

To post a message you must log in.