On 9/28/12, Ed Flecko <edfle...@gmail.com> wrote:
> Excellent! Thank you all.
>
> :-)
>
> So, for ME...does this look right? This will track the latest release
> that has the patches applied?
>
>
> svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src
>
> svn co svn://svn.freebsd.org/ports/releng/9.1 /usr/ports
>
> svn co svn://svn.freebsd.org/doc/release/9.1.0/en_US.ISO8859-1 /usr/doc
>
> (I too, only need English docs)
>
>
>
> Ed
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"
>


For something as fundamental as source and ports tree updates I'd
suggest taking advantage of the available SSH2-wrapper for subversion
and securing your line of communication with the repository:

svn co svn+ssh://svn.freebsd.org/base/releng/9.1 /usr/src
etc..

-David
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to