build - When my project is released, Should I commit outputs to svn? -


when finished our release process, got lot of outputs exe, dll, , setup files. should store them in subversion?

actually next release process, need outputs. because need make setup file previous outputs. of output(exe, dll etc) should included if file isn't changed through build process

so i've stored of previous outputs in build machine, instead of svn. better move outputs svn?

no, should keep them in build machine. svn nothing executables , libraries. that's build servers for. it's not if svn produce diff executables made sense.

if need access them internet or number of machines, can use ftp or similar.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -