Date: Sat, 13 Oct 2018 20:08:45 -0400 From: Hyun Hwang <hyun@caffeinated.codes> To: Ernie Luzar <luzar722@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: SVN help Message-ID: <1539475725.851143.1541109136.31B8B836@webmail.messagingengine.com> In-Reply-To: <5BC26C64.5090906@gmail.com> References: <5BC26C64.5090906@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1539475725.851143.1541109136.31B8B836>