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

"svnlook pget --revprop" not preserving revprop value

From: John Belmonte <john_at_neggie.net>
Date: 2005-04-28 19:25:54 CEST

In 1.2rc2, "svnlook pget --revprop" doesn't appear to yield an accurate
revprop value:

     $ svnadmin create repo
     $ echo '#!/bin/sh' > repo/hooks/pre-revprop-change
     $ chmod +x repo/hooks/pre-revprop-change
     $ REPO=file:///$PWD/repo
     $ svn pset --revprop -r0 foo 'bar
' $REPO
     property 'foo' set on repository revision 0
     $ svn pget --revprop -r0 foo $REPO
     bar

     $ svnlook pget --revprop -r0 ./repo foo
     bar
     $ # note missing linefeed from svnlook

--John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 20:25:49 2005

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

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