Opened 15 years ago

Closed 15 years ago

#46 closed defect (worksforme)

project builder doesn't support snv url starting only with https

Reported by: Benoit Mortier Owned by: Bruno Cornec
Priority: major Milestone: 0.9.8
Component: pb Version: 0.9.7
Keywords: Cc:

Description

Hello,

the repository of our project GOsa² don't use the svn protocol so the url is formed like this

https://oss.gonicus.de/repositories/gosa/trunk

this fail with

DEBUG: uri:https://oss.gonicus.de/repositories/gosa/trunk/pbconf DEBUG: scheme:https ac: host:oss.gonicus.de port: path:/repositories/gosa/trunk/pbconf Checking out https://oss.gonicus.de/repositories/gosa/trunk/pbconf cms https unknown at /usr/share/perl/5.10/ProjectBuilder/CMS.pm line 451.

Attachments (1)

project-builder-cms.pm.patch (4.1 KB ) - added by Benoit Mortier 15 years ago.
patch to add https support in the svn arguments

Download all attachments as: .zip

Change History (4)

by Benoit Mortier, 15 years ago

patch to add https support in the svn arguments

comment:1 by Bruno Cornec, 15 years ago

Owner: set to Bruno Cornec
Status: newassigned

Hello Benoit,

Are you using the command

svn co https://blabla... 

to do your checkout or something else ?

If this is your case, I think that you should try to designate your protocol as svn+https to pb, such as it's done for fossology: http://trac.project-builder.org/browser/projects/fossology/pbconf/trunk/fossology.pb

Let me know if it's a different need.

comment:2 by Benoit Mortier, 15 years ago

Hello,

using svn+https work just fine didn't that's was the way to tell him ;-)

You can close this bug

Cheers

comment:3 by Bruno Cornec, 15 years ago

Resolution: worksforme
Status: assignedclosed

Indeed, my main issue is being ignorant enough to document properly, which I can't very easily ;-) If you ant to put it somewhere on the trac system, that would be great (http://trac.project-builder.org/wiki/Bootstrapping could be a good starting point)

Note: See TracTickets for help on using tickets.