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

remember to delete subversion/libsvn_subr/getdate.c

From: <kfogel_at_collab.net>
Date: 2004-01-16 00:45:59 CET

If you're building from a working copy of the 1.0-stabilization branch
or trunk, you might need to do

   C:> del subversion\libsvn_subr\getdate.c

or

   $ rm subversion/libsvn_subr/getdate.c

after your next update. Although getdate.c is not versioned, the
build system will still see it, say "Aha, it's a C file", and include
it in the build. But you don't want to compile it anymore, because
the date parser has been rewritten, and getdate.c is no longer used.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 16 01:41:30 2004

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.