Re: [PATCH]: Re: Proposal for OPW project

2013-01-03 Thread Branko Čibej
On 03.01.2013 23:27, Gabriela Gibson wrote: > Change default behaviour of get_deps.sh from downloading gtest > library to making it an optional target. > > * get-deps.sh > (usage): Add gtest to list of possible arguments. > (get_deps): Remove gtest from list of default downloads. > > Patch by:

[PATCH]: Re: Proposal for OPW project

2013-01-03 Thread Gabriela Gibson
On Thu, Jan 03, 2013 at 06:09:33AM +0200, Daniel Shahaf wrote: > > Something's missing. > > If gtest is a dependency of svn 1.8, you should add it to the usage > message of the script; if it's not, there's no reason to download it in > the argc == 1 branch. I have attached a patch, thank you for

Re: [PATCH]: Re: Proposal for OPW project

2013-01-02 Thread Branko Čibej
On 03.01.2013 05:09, Daniel Shahaf wrote: > Gabriela Gibson wrote on Wed, Jan 02, 2013 at 09:21:01 +: >> On 02/01/13 00:55, Branko Čibej wrote: >>> On 01.01.2013 22:17, Gabriela Gibson wrote: Hi Brane and everyone here, I've used configure and friends before, albeit in a much sma

Re: [PATCH]: Re: Proposal for OPW project

2013-01-02 Thread Daniel Shahaf
Gabriela Gibson wrote on Wed, Jan 02, 2013 at 09:21:01 +: > On 02/01/13 00:55, Branko Čibej wrote: >> On 01.01.2013 22:17, Gabriela Gibson wrote: >>> Hi Brane and everyone here, >>> >>> I've used configure and friends before, albeit in a much smaller >>> setting, so the territory looks familiar

Re: [PATCH]: Re: Proposal for OPW project

2013-01-02 Thread Branko Čibej
On 02.01.2013 10:21, Gabriela Gibson wrote: > Ok, patch for get-deps.sh attached. Nice! Committed in r1427728. I also added gtest to svn:ignore, and made a couple very minor grammatical fixes in the log message -- adding full-stops to the end of sentences. > I have a question on the compilation

[PATCH]: Re: Proposal for OPW project

2013-01-02 Thread Gabriela Gibson
On 02/01/13 00:55, Branko Čibej wrote: On 01.01.2013 22:17, Gabriela Gibson wrote: Hi Brane and everyone here, I've used configure and friends before, albeit in a much smaller setting, so the territory looks familiar. Googletest and virtual hosts also looks also like good tools to know about -