Ticket #46 (closed defect: worksforme)
project builder doesn't support snv url starting only with https
| Reported by: | benoitm | Owned by: | bruno |
|---|---|---|---|
| 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
Change History
Changed 4 years ago by benoitm
-
attachment
project-builder-cms.pm.patch
added
comment:1 Changed 4 years ago by bruno
- Owner set to bruno
- Status changed from new to assigned
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 Changed 4 years ago by benoitm
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 Changed 4 years ago by bruno
- Status changed from assigned to closed
- Resolution set to worksforme
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)

patch to add https support in the svn arguments