Re: Proposal for OPW project

2013-01-03 Thread Daniel Shahaf
Philip Martin wrote on Wed, Jan 02, 2013 at 21:59:59 +: > Gabriela Gibson writes: > > > On 02/01/13 10:38, Philip Martin wrote: > >> A small one: svnadmin freeze multiple repositories > >> http://subversion.tigris.org/issues/show_bug.cgi?id=4276 > >> > >> A bit larger: rep-cache offset valida

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:

Re: Proposal for OPW project

2013-01-03 Thread Gabriela Gibson
On 02/01/13 21:59, Philip Martin wrote: Or the loop could go in the libsvn_repos library by changing the svn_repos_freeze API to pass an array of paths. The loop in the library may well look much like the above svnadmin loop, but putting it in the library has the advantage of making it readily

[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: Proposal for OPW project

2013-01-02 Thread Philip Martin
Gabriela Gibson writes: > On 02/01/13 10:38, Philip Martin wrote: >> A small one: svnadmin freeze multiple repositories >> http://subversion.tigris.org/issues/show_bug.cgi?id=4276 >> >> A bit larger: rep-cache offset validation >> http://subversion.tigris.org/issues/show_bug.cgi?id=4277 >> > The

Re: Proposal for OPW project

2013-01-02 Thread Gabriela Gibson
On 02/01/13 10:38, Philip Martin wrote: Gabriela Gibson writes: But this would leave space for other projects. Does anyone have ideas for good (relatively small) projects to help me learn the code base? A small one: svnadmin freeze multiple repositories http://subversion.tigris.org/issues/s

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

Re: Proposal for OPW project

2013-01-02 Thread Philip Martin
Gabriela Gibson writes: > But this would leave space for other projects. Does anyone have ideas > for good (relatively small) projects to help me learn the code base? A small one: svnadmin freeze multiple repositories http://subversion.tigris.org/issues/show_bug.cgi?id=4276 A bit larger: rep-c

[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 -

Re: Proposal for OPW project

2013-01-01 Thread Justin Erenkrantz
On Tue, Jan 1, 2013 at 4:17 PM, Gabriela Gibson wrote: > The following is a conversation that should have been held on the > list, please excuse the misunderstanding on my part. > No worries - we've all been there before. You'll get the hang of it soon enough. =) Keep up the posts! Cheers. -

Re: Proposal for OPW project

2013-01-01 Thread Branko Čibej
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 -- I'll need some reading-in ti

Re: Proposal for OPW project

2013-01-01 Thread Gabriela Gibson
Hi All, The following is a conversation that should have been held on the list, please excuse the misunderstanding on my part. > On 01.01.2013 15:09, Gabriela Gibson wrote: > > Hi Brane, > > > > Daniel mentioned on the dev list that you are working on the C++ > > bindings and advised me to contac

Re: Proposal for OPW project

2012-12-31 Thread Daniel Shahaf
Gabriela Gibson wrote on Sun, Dec 30, 2012 at 22:31:36 +: > But this would leave space for other projects. Does anyone have ideas > for good (relatively small) projects to help me learn the code base? Perhaps pick a library and grep for "###|TODO|FIXME"? Investigating any one of them (and re