SOLVED: Public source code repository
SOLVED: Public source code repository
Is there a public source code repository for OPSI and are there any plans to publish it if not?
Best regards,
Stanislav
Re: Public source code repository
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Public source code repository
Thank you for the link.
Best regards,
Stanislav
Re: SOLVED: Public source code repository
Re: SOLVED: Public source code repository
normally yes. You can use your browser, we have WebSVN running on svn.opsi.org. There you can look in the code and you can Download directly over your browser, but a svn co should also work. Perhaps you have to check your proxy settings, if needed.
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
- n.wenselowski
- Ex-uib-Team
- Beiträge: 3194
- Registriert: 04 Apr 2013, 12:15
Re: SOLVED: Public source code repository
what address are you using for a checkout?
Kind regards
Niko
Code: Alles auswählen
import OPSI
Re: SOLVED: Public source code repository
- n.wenselowski
- Ex-uib-Team
- Beiträge: 3194
- Registriert: 04 Apr 2013, 12:15
Re: SOLVED: Public source code repository
The trick is that the URL displayed through the webinterface is not the same used for cloning.
For winst the URL shown in the browser is https://svn.opsi.org/listing.php?repname=opsi-winst but for an actual checkout you need https://svn.opsi.org/opsi-winst.
Kind regards
Niko
Code: Alles auswählen
import OPSI