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

Re: Where is binary files should be placed?

From: Marcus Rohrmoser <mrohrmoser_at_gmx-gmbh.de>
Date: 2005-03-22 13:40:01 CET

oleksa borodie schrieb:
> Hello
>
>
>>Still: Never saw a occasion where compiler output versioning made sense.
>
>
> May be this could be configuration file or something like that.
>
> I thought that the best would be to store such files under special
> folder and copy it to the bin folder after build proccess has bee
> done.

That's exactly what I did. The build process took config files (or templates for them), applied
changes to them if necessary, copied them to a (unversioned) output dir (bin, build, whatever), put
the binaries there and packaged everything (in my case a simple zip file plus md5 hash).

This zip+md5 went into a different repo which contained only all the released packages and the
download webpage. svn export fed the webserver.

So the first repo contained nothing generated by the build process and the second contained ONLY the
final installation package and had no tool dependency at all.

Greetings,
        M

Received on Tue Mar 22 13:41:56 2005

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.