dvdotsenko / git_http_backend.py

Port of git's "Smart HTTP" (git-http-backend) server component to Python WSGI interface.
git_http_backend_python_wsgi
GNU Lesser General Public License v2.1
72 stars 15 forks source link

FEATURE: Allow for dynamic file storage #10

Open dvdotsenko opened 14 years ago

dvdotsenko commented 14 years ago

Right now, the path given is assume to translate to literal path of the repo. Build in hooks for path conversion mechanisms that reroute publicly presentable repo paths for internal, potentially ugly local paths.

dvdotsenko commented 14 years ago

"public" to "dynamic local" paths conversion is needed for both - Git-specific and Static File server components. Ugh...