You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Hudson <gh...@MIT.EDU> on 2006/02/24 18:14:12 UTC

Re: svn commit: r18462 - in trunk/subversion: libsvn_fs libsvn_fs_base libsvn_fs_fs

On Thu, 2006-02-16 at 03:22 +0100, Branko Čibej wrote:
> Circular dependencies, as you call them, are supported. Unresolved 
> symbols while creating a DLL are not. So things like this will work for 
> now, but will likely cause problems once we start creating DLLs on 
> Windows. We can burn^H^H^H^Hcross that bridge when we get to it.

They also don't work on OSX, I believe.  (This problem was already
fixed, though, right?)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: svn commit: r18462 - in trunk/subversion: libsvn_fs libsvn_fs_base libsvn_fs_fs

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 2/24/06, Greg Hudson <gh...@mit.edu> wrote:
> On Thu, 2006-02-16 at 03:22 +0100, Branko Čibej wrote:
> > Circular dependencies, as you call them, are supported. Unresolved
> > symbols while creating a DLL are not. So things like this will work for
> > now, but will likely cause problems once we start creating DLLs on
> > Windows. We can burn^H^H^H^Hcross that bridge when we get to it.
>
> They also don't work on OSX, I believe.  (This problem was already
> fixed, though, right?)

Yes, I believe maxb fixed it.

-garrett