(→Use https not http) |
(categorise) |
||
| Line 11: | Line 11: | ||
osc -A https://api.pub.meego.com ls | osc -A https://api.pub.meego.com ls | ||
| + | |||
| + | [[Category:Build Infrastructure]] | ||
If you use http for api.pub.meego.com, you can checkout projects using osc but commits will not work. You will see the following error message when trying to commit changes through http
Transmitting file data .Server returned an error: HTTP Error 301: Moved Permanently
To get commits working you need to define the api url like this
osc -A https://api.pub.meego.com ls