Re: SVN Usage Questions

2012-11-09 Thread Ulrich Eckhardt
Am 08.11.2012 23:39, schrieb Ahmed, Omair (GE Oil & Gas): I am looking for some guidance on where to store build artifacts in SVN. Generally, the advise is not to store build artifacts. Compiled binaries can't be merged or diffed meaningfully, which makes them "dead ends" as far as their hand

Re: SVN Usage Questions

2012-11-08 Thread Thorsten Schöning
Guten Tag Ahmed, Omair (GE Oil & Gas), am Donnerstag, 8. November 2012 um 23:39 schrieben Sie: > Our proposed process calls for the build engineer to copy the code > from the SVN repo to the build server. When a build has been > executed, where should we copy the artifacts (the executables) back >

Re: SVN Usage Questions

2012-11-08 Thread Richard Cavell
8 November 2012/... /build/7 November 2012/... And dump all build artifacts in there. Richard - Original Message - From: Ahmed, Omair (GE Oil & Gas) Sent: 11/09/12 08:39 AM To: users@subversion.apache.org Subject: SVN Usage Questions Hi, I am looking for some guidance on where to st

SVN Usage Questions

2012-11-08 Thread Ahmed, Omair (GE Oil & Gas)
Hi, I am looking for some guidance on where to store build artifacts in SVN. Our projects are organized in the typical fashion: /trunk/Customer1/ ../../src ../../database /branch /tags /release Our official build server is a QNX system, a Unix-like OS. Our proposed process ca