-1

Does SVNParentPath accept apache enviroment?

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

Thanks!

1 Answers1

0

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.

Shane Madden
  • 114,520
  • 13
  • 181
  • 251