1

Topic: How to get code from cvs

I want to build relayd which has code at http://cvsweb.openbsd.org/cgi-bin/cvswe … sortby=rev .

I want to clone this folder at link above as it is?

How do I do this?

2

Re: How to get code from cvs

You will need therefore cvs: https://www.openbsd.org/anoncvs.html

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!

3

Re: How to get code from cvs

throgh wrote:

You will need therefore cvs: https://www.openbsd.org/anoncvs.html

So how will the source in PKGBUILD look like assuming I got cvs ? Is there support for cvs in PKGBUILD?

I think I would probably have to get source through cvs and maintain local folder.

4

Re: How to get code from cvs

cvs is a VCS like git itself. It is one of the older systems. For now it is not part within the packages so you need to build it yourself. After that you can use the commands like described to clone the data from the repositiories like on the website mentioned.

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!