RE: Build project in pre-commit

2011-04-08 Thread Bob Archer
> > Thanks for your answer. Our commits to /trunk are supposed to be > > done rarely. > > Basically we want to exclude source code of projects that for > some > > reasons cannot be built centrally (on the server where the > > repository > > is). > > A project consists of java files in a directory a

RE: Build project in pre-commit

2011-04-08 Thread Bob Archer
> Thanks for your answer. Our commits to /trunk are supposed to be > done rarely. > Basically we want to exclude source code of projects that for some > reasons cannot be built centrally (on the server where the > repository > is). > A project consists of java files in a directory and an ant script

RE: Build project in pre-commit

2011-04-06 Thread SUMNER Andrew
I totally agree. I have just started using it for a PowerBuilder project and it has worked very well. -Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Wednesday, 6 April 2011 11:05 To: San Martino Cc: users@subversion.apache.org Subject: Re: Build project in pre

Re: Build project in pre-commit

2011-04-06 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Apr 06, 2011 at 15:29:05 +0200: > OTOH, the same problem would probably come up if you'd try to do this > in a pre-commit hook (unless someone decides to synchronize those > pre-commit-hook-builds, but wow, then it would be even more blocking > :)). True. As to synch

Re: Build project in pre-commit

2011-04-06 Thread Johan Corveleyn
On Wed, Apr 6, 2011 at 2:53 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Wed, Apr 06, 2011 at 13:57:43 +0200: >> Another suggestion: we use IntelliJ IDEA (Java IDE) and TeamCity >> (continuous build system). With this setup, there is a Teamcity >> feature (which we can use from within the I

Re: Build project in pre-commit

2011-04-06 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Apr 06, 2011 at 13:57:43 +0200: > Another suggestion: we use IntelliJ IDEA (Java IDE) and TeamCity > (continuous build system). With this setup, there is a Teamcity > feature (which we can use from within the IDE) called "Pre-tested > commit". It allows you to perform

Re: Build project in pre-commit

2011-04-06 Thread Johan Corveleyn
On Wed, Apr 6, 2011 at 1:05 AM, David Weintraub wrote: > On Tue, Apr 5, 2011 at 6:08 PM, San Martino wrote: >> we absolutely need to validate a project in the pre-commit trigger >> with a build of the whole project being committed. >> >> Is this possible? Are there any tools allowing this? > > Yo

Re: Build project in pre-commit

2011-04-05 Thread David Weintraub
On Tue, Apr 5, 2011 at 6:08 PM, San Martino wrote: > we absolutely need to validate a project in the pre-commit trigger > with a build of the whole project being committed. > > Is this possible? Are there any tools allowing this? You can't really do it with a pre-commit script since the changes a

Re: Build project in pre-commit

2011-04-05 Thread San Martino
Thanks for your answer. Our commits to /trunk are supposed to be done rarely. Basically we want to exclude source code of projects that for some reasons cannot be built centrally (on the server where the repository is). A project consists of java files in a directory and an ant script. Unfortunatel

RE: Build project in pre-commit

2011-04-05 Thread Thomas Loy
committers are annoyed by that short a time. Cheers, Tom -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Tuesday, April 05, 2011 6:37 PM To: San Martino Cc: users@subversion.apache.org Subject: Re: Build project in pre-commit On Apr 5, 2011, at 17:08, San

Re: Build project in pre-commit

2011-04-05 Thread Ryan Schmidt
On Apr 5, 2011, at 17:08, San Martino wrote: > we absolutely need to validate a project in the pre-commit trigger > with a build of the whole project being committed. > > Is this possible? Are there any tools allowing this? Yes, you could write a script to do this. There might be existing script