> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20150708-qi-ye-ji-freebsd/svn-update.md).

# SVN 动态

* 原文：[svn update](https://freebsdfoundation.org/our-work/journal/browser-based-edition/freebsd-in-the-enterprise/)
* 作者：**Glen Barber**

本 SVN 更新专栏通常包含即将出现在某个 FreeBSD 版本中的特性信息。但本期与 10.2-RELEASE 周期的最后几周重合。

## 10.2-RELEASE 即将到来

与其概述即将出现在某个版本中的特性，不如借此绝佳机会，代表 FreeBSD 发布工程团队，感谢 FreeBSD 社区和 FreeBSD 开发者为即将到来的 FreeBSD 10.2-RELEASE 所付出的辛勤工作。

请务必浏览 FreeBSD 10.2-RELEASE 说明，可在 <https://www.freebsd.org/releases/10.2R/relnotes.html> 了解这个令人期待的新版本中包含的内容。截至撰写本文时，发布仍在进行中——希望在本期 FreeBSD 期刊出版时已经可用。

感谢你支持 FreeBSD 社区、FreeBSD 期刊，当然还有 FreeBSD 基金会。•

**Glen Barber** 作为业余爱好者，大约从 2007 年开始深度参与 FreeBSD 项目。此后，他参与了各种工作，最新的角色让他能够专注于项目中的系统管理和发布工程。Glen 居住在美国宾夕法尼亚州。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20150708-qi-ye-ji-freebsd/svn-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
