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

Re: svn commit: rev 3977 - in trunk/subversion: include libsvn_wc libsvn_client

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-04 15:48:10 CET

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

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.