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

Re: svn commit: r32068 - trunk

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Thu, 10 Jul 2008 19:35:00 +0200

2008-07-10 19:19:18 Senthil Kumaran Shanmuga Sundram napisaƂ(a):
> Hi Arfrever,
>
> arfrever_at_tigris.org wrote:
> > URL: http://svn.collab.net/viewvc/svn/trunk/build.conf?pathrev=32068&r1=32067&r2=32068
> > ==============================================================================
> > --- trunk/build.conf Thu Jul 10 10:08:40 2008 (r32067)
> > +++ trunk/build.conf Thu Jul 10 10:13:59 2008 (r32068)
> > @@ -343,7 +343,7 @@ install = fsmod-lib
> > path = subversion/libsvn_subr
> > libs = aprutil apriconv apr xml zlib apr_memcache
> > msvc-libs = advapi32.lib shfolder.lib ole32.lib
> > -msvc-export = svn_auth.h svn_base64.h svn_cmdline.h svn_compat.h svn_config.h svn_ctype.h svn_dso.h svn_error.h svn_hash.h svn_io.h svn_md5.h svn_nls.h svn_opt.h svn_mergeinfo.h svn_path.h svn_pools.h svn_props.h svn_quoprint.h svn_sorts.h svn_string.h svn_subst.h svn_time.h svn_types.h svn_user.h svn_utf.h svn_version.h svn_xml.h private\svn_atomic.h private\svn_log.h private\svn_mergeinfo_private.h svn_iter.h private\svn_opt_private.h svn_cache.h private\svn_utf_private.h private\svn_cmdline_private.h
> > +msvc-export = svn_auth.h svn_base64.h svn_cache.h svn_cmdline.h svn_compat.h svn_config.h svn_ctype.h svn_dso.h svn_error.h svn_hash.h svn_io.h svn_iter.h svn_md5.h svn_mergeinfo.h svn_nls.h svn_opt.h svn_path.h svn_pools.h svn_props.h svn_quoprint.h svn_sorts.h svn_string.h svn_subst.h svn_time.h svn_types.h svn_user.h svn_utf.h svn_version.h svn_xml.h private\svn_atomic.h private\svn_cmdline_private.h private\svn_log.h private\svn_mergeinfo_private.h private\svn_opt_private.h private\svn_utf_private.h
> >
> > # Working copy management lib
> > [libsvn_wc]
>
> I am interested in knowing how this order is determined. Will be helpful for my
> future patches :)

1. Public headers before private headers.
2. Alphabetic order inside each of the above groups of headers.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-07-10 19:39:17 CEST

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.