Does SVNParentPath accept apache enviroment?

I want to configure a svn server with multiple SVNParentPath, how can i set it dynamically?

Thanks!

link|improve this question
feedback

1 Answer

No. You'd need something akin to VirtualDocumentRoot, which mod_dav_svn does not have.

Your best bet may be to programatically generate the config for your <Location> blocks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.