Lines Matching +full:vendor +full:- +full:specific
1 This document contains a collection of notes specific to the import
3 in the FreeBSD Subversion Primer that detail how to deal with vendor
6 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
11 http://www.netbsd.org/docs/guide/en/chap-fetch.html#chap-fetch-cvs
13 and is imported into the NetBSD/tests vendor branch (see
14 base/vendor/NetBSD/tests/).
16 The process used to bootstrap the vendor tree was similar to the following:
20 cvs -z9 co -D "09/30/2014 20:45" -P src/tests
23 Please adjust the checkout date spec (the argument passed via -D) to match
26 To merge the vendor branch into head do something like this:
28 cd .../base/head/contrib/netbsd-tests
29 svn merge --accept=postpone \
30 svn+ssh://svn.freebsd.org/base/vendor/NetBSD/tests/dist .
31 find . -name Makefile\* | xargs svn rm --force