Date: Sun, 14 Oct 2018 12:06:26 -0400 From: Ernie Luzar <luzar722@gmail.com> To: Hyun Hwang <hyun@caffeinated.codes> Cc: freebsd-questions@freebsd.org Subject: Re: SVN help Message-ID: <5BC36982.8080909@gmail.com> In-Reply-To: <1539475725.851143.1541109136.31B8B836@webmail.messagingengine.com> References: <5BC26C64.5090906@gmail.com> <1539475725.851143.1541109136.31B8B836@webmail.messagingengine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hyun Hwang wrote: > On Saturday, October 13, 2018, 6:06 PM (UTC-0400), Ernie Luzar <luzar722@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 > > 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. svnlite co svn://svn.freebsd.org//base/head/tests/sys/netpfil/pf /usr/src worked for me. Thanks for your help.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5BC36982.8080909>