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.
当我编写 PHP 时,我发现很难跟踪我所做的所有更改/错误修复。
当您在 PHP 中创建脚本时,您使用什么来跟踪所做的任何更改以及添加版本号和维护更改日志文件?
提前致谢。
使用版本控制系统。最常见的一种是例如 Subversion。 http://subversion.apache.org/
Subversion 提供了很棒的功能,比如修订历史,比较这些修订,还有分支和标记