SVN help

Hyun Hwang hyun at caffeinated.codes
Sun Oct 14 00:08:54 UTC 2018


On Saturday, October 13, 2018, 6:06 PM (UTC-0400), Ernie Luzar <luzar722 at gmail.com> wrote:
> Need help with command line svnlite command to download
> /usr/src/tests/sys/netpfil/pf directory
> 
> svnlite co svn://svn.freebsd.org/.....what goes here
> 
> 
> Thanks in advance
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

Hi,

Try this: `svnlite checkout https://svn.freebsd.org/base/head/tests/sys/netpfil/pf LOCAL_PATH`. You will need `ca_root_nss` package (or `security/ca_root_nss` port) to suppress the certificate verification issue.
-- 
Hyun Hwang


More information about the freebsd-questions mailing list