> -----Original Message-----
> From: Peter Samuelson [mailto:[email protected]]
> Sent: woensdag 31 maart 2010 18:33
> To: [email protected]
> Subject: Re: svn commit: r929382 - /subversion/branches/1.6.x-wc-ng-
> error/subversion/libsvn_wc/questions.c
>
>
> [Daniel Shahaf]
> > > @@ -62,7 +63,12 @@ is_inside_wc_ng(const char *abspath,
> > >
> > > wc_db_path = svn_path_join_many(pool, abspath,
> SVN_WC_ADM_DIR_NAME,
> > > "wc.db", NULL);
> >
> > Shouldn't this use svn_wc_get_adm_dir()?
>
> Probably ... but since this is 1.6-specific code (it is not and never
> will be in trunk), I think we'd need a good reason to bother changing
> it.
Is the common use of "_svn" by setting an environment variable, on Windows a
good enough reason for you?
Bert