On Thu, 2004-02-19 at 20:15, kfogel@collab.net wrote:
> "Jeff Hinrichs" <jeffh@delasco.com> writes:
> > Now, I've upgraded to 0.37, migrated from a linux based system to a
> > FreeBSD and am now running svnserver instead of running subversion under
> > apache.
> > However, now the following request:
> > svn propget description svn://fmachine/testProject
> >
> > returns nothing. In fact I can't get it grab the information from an URL
> > only from a local WC.
>
> When you say upgraded to 0.37, do you mean both server and client?
> Did you dump/load your repository to deal with schema changes?
'svn propget' still works on URLs, even though 'svn help pg' seems to
imply that it doesn't (*cough cough*).
Here's an example:
$ svn pg svn:eol-style \
http://svn.collab.net/repos/svn/trunk/subversion/libsvn_wc/wc.h
native
I notice, however, that if you ask for the value of a propname that
doesn't exist, it just prints nothing at all, no error. That seems to
be what you're seeing. It makes me wonder if the property exists in
your repository in the first place. Try running 'svn proplist -v URL'
to see all properties attached to the URL.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 20 04:24:59 2004