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

Re: 0.16 'svn export' fussy about target dir name?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-02 05:43:33 CET

"B. W. Fitzpatrick" <fitz@red-bean.com> writes:
> Hmm. I can confirm that you are currently unable to checkout into a
> directory that contains the string '.svn' anywhere in it.
>
> Looks like a bug in libsvn_wc somewhere. I'd say go ahead and file an
> issue (please include all the info you sent to the list).

No need -- I'm testing a fix right now. The problem is in
libsvn_wc/props.c:svn_wc__merge_prop_diffs(), a couple of calls that
look like this:

   str = strstr (local_prop_tmp_path, SVN_WC_ADM_DIR_NAME);

You can see why that might be a problem :-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 2 06:27:15 2003

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.