Revision 8470
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
390 | 390 |
(This is primarily useful for regressions that occurred in a previous |
391 | 391 |
revision, which was committed without running all the tests) |
392 | 392 |
svn up -r <rev>; make inputs/.TNRS/reinstall; make schemas/public/reinstall; make <failed-test>.xml |
393 |
.htaccess: |
|
394 |
mod_rewrite: |
|
395 |
IMPORTANT: whenever you change a RewriteRule, you *must* clear your |
|
396 |
browser's cache to ensure that a cached redirect is not used |
|
397 |
instead. temporary redirects are not supposed to be cached, but |
|
398 |
sometimes Firefox caches them anyway. |
|
399 |
for Firefox: |
|
400 |
press Cmd+Shift+Delete |
|
401 |
check only Cache |
|
402 |
press Enter or click Clear Now |
|
393 | 403 |
|
394 | 404 |
WinMerge setup: |
395 | 405 |
Install WinMerge from <http://winmerge.org/> |
Also available in: Unified diff
README.TXT: Debugging: mod_rewrite: added tip that whenever you change a RewriteRule, you must clear your browser's cache to ensure that a cached redirect is not used instead (temporary redirects are not supposed to be cached, but sometimes Firefox caches them anyway)