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

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

From: Tim Bingham <Tim.Bingham_at_comcast.net>
Date: 2007-01-05 21:43:13 CET

I'm a subversion rookie ...

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.
$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 5 21:41:09 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.