Added by Gally Ido about 15 years ago
Anyone come across this scenario and know how to solve this issue below:
Accessing Redmine repository page locally via 10.0.1.3:3000 shows me the latest revisions committed. Now if I commit something new and access the repository via dev.mydomain.com (outside address), I don't see the latest revision committed. But as soon as soon as visit it locally again via 10.0.1.3:3000 it will show. After visiting that page locally and I then go to the outside url dev.mydomain.com I then see it.
Seems like some type of permission issue, but I'm not sure what. Can anyone help please.
Nevermind, I solved it. I had to use file:/// protocol instead of http:// for pointing to the SVN since they both exist on the same server.