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

Re: PROPFIND in version < 1.4 ?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 12 Feb 2008 15:38:22 -0500

On Feb 12, 2008 3:35 PM, Bill Walton <bill.walton_at_charter.net> wrote:
> Hi Ryan,
>
> Ryan Schmidt wrote:
> > On Feb 12, 2008, at 13:24, Bill Walton wrote:
> >
> > > Does the PROPFIND command exist prior to
> > > version 1.4?
> >
> > I assume Subversion (when served via Apache) has
> > always used PROPFIND...
>
> Hmmm.... This is a Rails app and it's got a mongrel cluster behind Apache.
> I'm not 100% sure but I think the repository is on the same server. Could
> that be the problem? We're using Cruisecontrolrb and I'm getting an error
> when I start it.
>
> BuilderError: svn: PROPFIND request failed on
> '/repos/project-a/trunk/sites/myapp'
>
> When I do the following from the command line:
>
> svn propfind "http://subnet.domain.com/repos/project-a/trunk/sites/myapp"
>
> I get:
>
> Unknown command: 'propfind'
> Type 'svn help' for usage.
>
> Any guidance is very much appreciated.

PROPFIND is a WebDAV request, not an SVN client command.

Are you sure you aren't looking for svn propGET or svn propLIST?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-12 21:38:39 CET

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

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