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

Re: Build configuration records

From: Edvard Majakari <edvard.majakari_at_staselog.com>
Date: 2004-09-23 15:22:41 CEST

Gladys Christopher-Knight <gladys@saicmodis.com> writes:

> six months or so. I find ClearCase's clearmake feature to be invaluable,
> my question -- is there a Subversion equivalent to Clearmake? If not,
> what are some make tools to consider that would produce a configuration
> record of my generated objects (.o's .exe's)?

It depends on how you would like it. Not far ago someone submitted a
simple script which removed every file not under subversion control,
similar to cvspurge in CVS. Using that with -n switch would only print the
files to stdout, not remove them. Thus, running the build scripts and
svnpurge after that would print exactly those files which were produced by
the build process.

Because the script is so short that gzipping it would barely reduce the
size, I'll attach it as a plain text, well, attachment :)

Note - for some reason, it never removes the files by itself - I have to
pipe results to xargs rm (I haven't bothered to check the reason yet) to
actually remove the files, but you'd want to add -n to be sure.

-- 
# Edvard Majakari		Software Engineer
# PGP PUBLIC KEY available    	Soli Deo Gloria!
$_ = '456476617264204d616a616b6172692c20612043687269737469616e20'; print
join('',map{chr hex}(split/(\w{2})/)),uc substr(crypt(60281449,'es'),2,4),"\n";

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

  • text/x-sh attachment: stored
Received on Thu Sep 23 15:23:02 2004

This is an archived mail posted to the Subversion Users mailing list.

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