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

Build.bat speedup, experimental patch...

From: George Wieggers <george.wieggers_at_gmail.com>
Date: 2005-12-15 16:00:42 CET

Hi,

In an effort to speed up the build I created this (experimental) patch.

Basically the build process will be like this

   - build netless subversion (nothing changed here)
   - don't rename, but copy subversion to subversion_netless
   - replace the configuration headers (also not changed)
   - update timestamp of specific sourcefiles which need a recompile,
   these are:
      - subversion/libsvn_fs/fs-loader.c
      - subversion/libsvn_ra/ra_loader.c
      - subversion/libsvn_ra_local/ra_plugin.c

I compared the configuration headers and looked for all ifdefs / ifndefs in
the sources. These are the files I found.

   - after updating the timestamp, compile again (without /rebuild)

Would thas approach have any chance of success? Unfortunately I'm not able
to test it myself since I don't have the proper Visual Studio edition.

- George

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

Received on Thu Dec 15 16:51:23 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.