apache - SVN - Redirect the request from one repos to another repos -


i need redirect request of 1 file present in 1 repository file present in repository.

how in svn using apache rewrite module ?

thanks in advance...

you should not use mod_rewrite this. use svn:externals (externals definitions).


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -