Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建 HEAD,并且对于 CVS 的每个提取物,我想使用 Ant 来标记我提取的点,这可能吗?
是的。想想它“倒退”,它变得容易。首先让 Ant 标记 HEAD 中的代码。然后让 Ant 从标签中拉出。
您必须颠倒顺序的原因是有人可以在您拉动后更改 HEAD。如果您首先标记,则您有一个定义的点可以从中提取。