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

dsp generator status (was: svn commit: rev 5638 ...)

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-04-17 04:13:17 CEST

On Wed, Apr 16, 2003 at 11:33:24PM +0200, Branko ??ibej wrote:
>...
> >You listed the following items:
> >
> > * mod_dav_svn doesn't build

I may have fixed this. Needs testing.

> > * most of the test programs are missing

In gen_msvc_dsp.py, there is a block of code:

      # This isn't working yet
      if string.find(name, '-test') >= 0:
        continue

No idea why that's in there (it's from Brandon's original code). After I get
VC6 up and running, I'll try yanking that to see what happens.

> > * apr-iconv is missing

Possibly fixed, and pending some further work that we're discussing in
another thread.

> > * the .exe files don't contain version info

I see this is related to the inclusion of build\win32\svn.rc. I can probably
just hard-wire that into the template for any .dsp that creates a .exe. Need
to figure out how to set SVN_FILE_DESCRIPTION, etc.

> > * win-tests.py needs to be taught about the new build location

Hopefully, this item will be straight-forward.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 17 04:13:35 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.