If this the wrong forums section to discuss Handbook matters, please, feel free to remove this thread or relocate it someplace more suitable .
Today, I decided to have a look at different means of managing the Ports Collection locally. I already found ports-mgmt/poudriere, ports-mgmt/portmaster and ports-mgmt/synth. However, I wanted to give the SVN method a try.
Subversion is mentioned in both the Handbook and Wiki several times, however there seems to be some potential discrepancy:
4.5. Using the Ports Collection: Subversion Method
5. Subversion Primer
I am specifically talking about these lines:
Are those methods equivalent? I tried first the svn+ssh method and it failed, while doing a standard
Today, I decided to have a look at different means of managing the Ports Collection locally. I already found ports-mgmt/poudriere, ports-mgmt/portmaster and ports-mgmt/synth. However, I wanted to give the SVN method a try.
Subversion is mentioned in both the Handbook and Wiki several times, however there seems to be some potential discrepancy:
4.5. Using the Ports Collection: Subversion Method
5. Subversion Primer
I am specifically talking about these lines:
Code:
# svn checkout https://svn.FreeBSD.org/ports/head /usr/ports
% svn checkout svn+ssh://repo.freebsd.org/ports/head /usr/ports
svn checkout
on the SVN repository worked instantly. If there is an issue with either of the Handbook sections, I will file a proper PR .