[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] SVNParentPath repositories' recursive finding

From: Stephane Crivisier <stephane.crivisier_at_epitech.net>
Date: 2007-12-03 10:51:54 CET

On Dec 2, 2007 7:00 PM, Stephane Crivisier
<stephane.crivisier@epitech.net> wrote:
> On Dec 1, 2007 5:53 PM, Stephane Crivisier
> <stephane.crivisier@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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Dec 3 10:52:06 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.