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

Re: CVS update: subversion/subversion/libsvn_wc Makefile.am import.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-29 01:26:22 CEST

Dunno if you're done here or not...

On Wed, Mar 28, 2001 at 10:45:31PM -0000, kfogel@tigris.org wrote:
>...
> 1.1 subversion/subversion/libsvn_client/import.c
>
> Index: import.c
>...
> #include <assert.h>
> #include "apr_pools.h"
> #include "apr_file_io.h"
> #include "apr_hash.h"
> #include "wc.h"
> #include "svn_types.h"
> #include "svn_wc.h"
> #include "svn_io.h"
> #include "svn_delta.h"

"wc.h" won't be found, and "svn_wc.h" won't be needed.

>...
> svn_wc_import (svn_string_t *path,

Name.

One this becomes a client function, then "svn_wc.h" would become
"svn_client.h"

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:26 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.