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.
如果我有多个 SVN 工作副本检出到我的本地 PC,将 localhost 指向我想要使用的副本的最佳方法是什么?
我已经看到了只为新目录设置符号链接的建议 - 起初这看起来很棒,但是在编写 PHP 代码时是否还必须采取其他重要步骤?例如,包含路径呢?经常存在需要绝对 URI 来引用文件的情况。
并不是说我无法找到动态设置这些路径的方法。但是我到处搜索,阅读了有关 SVN 的所有内容,而我的部分困惑是,我什至一次都找不到讨论过的这个问题。我错过了什么吗?
谢谢,布赖恩
只是为此发布一个答案 - 在 .htaccess 文件中使用 VirtualHosts 和环境变量的解决方案是我要走的路。