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

Re: Confused about svn propget - "Check that repository exists."

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-06 01:57:27 CET

On Jan 5, 2007, at 14:43, Tim Bingham wrote:

> What's wrong with my "svn propget" command ?
>
> With "svn proplist", I can see that revision 241 has the svn:log
> property, but I can't get the value of the property with "svn
> propget". Except for the addition of PROPNAME, the commands have
> identical syntax.
>
> Thanks for any help.
> Cheers,
> Tim.
>
> $ svn --version
> svn, version 1.4.2 (r22196)
> compiled Nov 9 2006, 09:17:51
> ...
> $ svn help proplist
> ...
> 2. proplist --revprop -r REV [TARGET]
> ...
> $ svn help propget
> ...
> 2. propget PROPNAME --revprop -r REV [TARGET]
>
> ...
> $ svn proplist --revprop -r 241 file:///usr/local/repositories/GS
> Unversioned properties on revision 241:
> svn:log
> svn:author
> svn:date
> $ svn propget svn:log --revprop -r 241 file:///usr/local/
> repositories/GS
> Check that repository exists.
> $

I don't know why that's happening to you. I'm unable to reproduce
your issue. Both proplist and propget work fine for me with my
repository with either http:// or file:// access.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 6 01:57:52 2007

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.