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