Reputation: 179
I need to redirect the request of one file which is present in one repository to the file present in another repository.
How to do this in svn by using Apache rewrite module ?
Thanks in advance...
Upvotes: 0
Views: 61
Reputation: 30662
You should not use mod_rewrite for this. Use svn:externals
(externals definitions).
Upvotes: 1