Venkatesh
Venkatesh

Reputation: 179

SVN - Redirect the request from one repos to another repos

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

Answers (1)

bahrep
bahrep

Reputation: 30662

You should not use mod_rewrite for this. Use svn:externals (externals definitions).

Upvotes: 1

Related Questions