Philip Martin <philip@codematters.co.uk> writes:
> > + return svn_error_createf
> > + (SVN_ERR_UNSUPPORTED_FEATURE, 0, NULL,
> > + "Recursing on previous revision not yet supported.\n"
> > + "(http://subversion.tigris.org/issues/show_bug.cgi?id=943)\n",
> > + target);
>
> ../svn/subversion/libsvn_client/prop_commands.c: In function `svn_client_propget':
> ../svn/subversion/libsvn_client/prop_commands.c:508: warning: too many arguments for format
> ../svn/subversion/libsvn_client/prop_commands.c: In function `svn_client_proplist':
> ../svn/subversion/libsvn_client/prop_commands.c:918: warning: too many arguments for format
Grrr, I thought my GCC detects that. Will fix.
> 'svn diff -rPREV SOMEDIR' uses the previous revision of SOMEDIR all
> the way down the recursion, so this behaviour is already visible to
> the user.
Thanks. I'll note this in the issue tracker, but will leave it
unimplemented for 0.16, since Mike and Ben are working on the release
right now.
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 16:26:15 2002