You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stephane Crivisier <st...@epitech.net> on 2007/12/03 09:51:54 UTC

[PATCH] SVNParentPath repositories' recursive finding

On Dec 2, 2007 7:00 PM, Stephane Crivisier
<st...@epitech.net> wrote:
> On Dec 1, 2007 5:53 PM, Stephane Crivisier
> <st...@epitech.net> wrote:
> > I'm working into dav_svn_split_uri function and trying to check if the
> > repos_name is valid before returning it.
>
> I did it and that works correctly with a browser but I'm not able to
> checkout with my cli tools.
> When I try to checkout, apache never serve this request and the cli
> hang "forever" (I've not waited for more that 10 minutes)
>
> Does anyone have an idea ?
>


My bad !

I was trying to reach localhost through my proxy server which can't do it...


Like ehu asked me on IRC, there is my patch for recursive finding of
repositories with mod_dav_svn. It does contain log information into a
tmp file hard coded because I don't know how to write into apache log.

It's only a first try. Currently, I can :
- checkout a direct repository (with no /)
- ls in any repo in the server (with or without /)
- browse my repos with a web browser

but I can't
- checkout a repo with a / in his name. When I co, svn tells me the
good revision number but doesn't get directories inside the repo.
- get authz file working properly

Thanks all for reviewing this path and tell me if anything is wrong.

--
Stephane