[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 679 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-12-19 23:36:17 CET

*laf*

Holy smokes...

On Wed, Dec 19, 2001 at 04:09:10PM -0600, cmpilato@tigris.org wrote:
> Author: cmpilato
> Date: 2001-12-19 22:09 GMT
> New Revision: 679
>
> Modified:
> trunk/subversion/libsvn_wc/adm_ops.c
> Log:
> * subversion/libsvn_wc/adm_ops.c
> (svn_wc__ensure_wc): Um...can you say, "code compression"? ;-)
>
> Modified: trunk/subversion/libsvn_wc/adm_ops.c
> ==============================================================================
> --- OLD/trunk/subversion/libsvn_wc/adm_ops.c Wed Dec 19 16:09:09 2001
> +++ NEW/trunk/subversion/libsvn_wc/adm_ops.c Wed Dec 19 16:09:09 2001
> @@ -56,16 +56,7 @@
> svn_revnum_t revision,
> apr_pool_t *pool)
> {
> - svn_error_t *err;
> -
> - err = svn_wc__ensure_adm (path,
> - url,
> - revision,
> - pool);
> - if (err)
> - return err;
> -
> - return SVN_NO_ERROR;
> + return svn_wc__ensure_adm (path, url, revision, pool);
> }
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.