Hello! On Mon, 17 Jun 2013 at 18:55:07 (+0300), Alexander Bolshakov wrote:
> Эм... А вопрос новичка в этой штуке: такого понятия, как раньше в cvs - > RELENG_8, например, нет? Надо точно 8.3, 8.4, 9.1 указывать? Как-то в > примерах это тускло освещено... :( http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/subversion-primer.html#subversion-primer-base-layout For the base repository, HEAD refers to the -CURRENT tree. For example, head/bin/ls is what would go into /usr/src/bin/ls in a release. Some key locations are: /head/ which corresponds to HEAD, also known as -CURRENT. /stable/n which corresponds to RELENG_n. /releng/n.n which corresponds to RELENG_n_n. /release/n.n.n which corresponds to RELENG_n_n_n_RELEASE. /vendor* is the vendor branch import work area. This directory itself does not contain branches, however its subdirectories do. This contrasts with the stable, releng and release directories. /projects and /user feature a branch work area, like in Perforce. As above, the /user directory does not contain branches itself. -- George L. Yermulnik [YZ-RIPE]
