Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
download [2022/03/08 11:12] maronvl Delete dead sourcecode download links |
download [2022/03/08 11:13] (current) maronvl Delete dead subversion links |
||
|---|---|---|---|
| Line 69: | Line 69: | ||
| To read more about IPCop go to http:// | To read more about IPCop go to http:// | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| - | ===== Subversion Repository ===== | ||
| - | |||
| - | If you want to stay with the bleeding edge development of lcd4linux, you may have a look at the [[: | ||
| - | |||
| - | To access the repository in a read-only way, you need a subversion client and the following instruction: | ||
| - | < | ||
| - | svn co https:// | ||
| - | </ | ||
| - | |||
| - | |||
| - | This command will create a directory ' | ||
| - | < | ||
| - | svn up | ||
| - | </ | ||
| - | |||
| - | |||
| - | ==== Subversion write access ==== | ||
| - | |||
| - | If you are a developer and want to commit things into the repository, you need an account there. Choose a username and a password, and send us the output of | ||
| - | < | ||
| - | htpasswd2 -n -s < | ||
| - | </ | ||
| - | |||
| - | (depending on your distribution, | ||
| - | |||
| - | ==== Firewall issues ==== | ||
| - | |||
| - | Some firewalls - especially big corporate ones - block the WebDAV protocol used by svn, presumably due to security concerns. In such a situation the transaction will time-out with an error message such as | ||
| - | |||
| - | < | ||
| - | svn: PROPFIND request failed on '/ | ||
| - | >>> | ||
| - | could not connect to server (https:// | ||
| - | </ | ||
| - | |||
| - | |||
| - | If you see this, take it up with the administrator of your firewall! | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||