Re: Managing Vendor Branches

2010-02-27 Thread Jeff Mott
On Sat, Feb 27, 2010 at 6:32 PM, Jeff Mott wrote: > On Sat, Feb 27, 2010 at 4:00 AM, Stefan Sperling wrote: >> On Fri, Feb 26, 2010 at 09:49:56PM -0800, Jeff Mott wrote: >>> I've recently needed to track changes for vendor code drops, so I read >>> the SVN book's vendor branches chapter. But I'm

Re: Managing Vendor Branches

2010-02-27 Thread Jeff Mott
On Sat, Feb 27, 2010 at 4:00 AM, Stefan Sperling wrote: > On Fri, Feb 26, 2010 at 09:49:56PM -0800, Jeff Mott wrote: >> I've recently needed to track changes for vendor code drops, so I read >> the SVN book's vendor branches chapter. But I'm not entirely happy >> with part of the procedure, so I'd

Re: How to install Subversion the right right with fronted by Apache 2.2.x

2010-02-27 Thread Ryan Schmidt
On Feb 27, 2010, at 13:34, Earnest Jackson wrote: > How to install Subversion the right right with fronted by apache 2.2.x What have you tried so far? What documentation have you consulted? What operating system is this on?

Re: "svnlook pl --revprop" does not work on transactions?

2010-02-27 Thread Alexey Neyman
On Saturday 27 February 2010 11:35:24 am Lieven Govaerts wrote: > > Note that it always uses svn_fs_revision_proplist(), even when '-t TXN' > > is passed. In this case, c->rev_id == SVN_INVALID_REVNUM (-1), and > > svn_fs_revision_proplist() rightfully fails. > > > > Shouldn't it be using svn_fs_tx

Re: "svnlook pl --revprop" does not work on transactions?

2010-02-27 Thread Alexey Neyman
Olivier, Actually, I tried to check the presence of some custom properties (say, foo:bar and foo:baz), so svnlook info does not print them. These properties are essentially boolean (they're either present or not). So, I tried to check them all in one run. Instead, I am doing several "svnlook pg

catastrophic recovery required

2010-02-27 Thread Robo
Hi, I'm currently using svn with Berkeley DB, and just today when I try to access the repository I get the error "Could not open the requested SVN filesystem". When I ran "svnadmin recover", I get the following: svnadmin: DB_RUNRECOVERY: Fatal error, run database recovery svnadmin: bdb: DB_L

How to install Subversion the right right with fronted by Apache 2.2.x

2010-02-27 Thread Earnest Jackson
How to install Subversion the right right with fronted by apache 2.2.x Thanks, Earnest Jackson

Re: "svnlook pl --revprop" does not work on transactions?

2010-02-27 Thread Lieven Govaerts
On Sat, Feb 27, 2010 at 3:25 AM, Alexey Neyman wrote: > Hi all, > > It seems that I encountered a bug in 'svnlook pl --revprop': it fails with > the following message: > > $ svnlook pl --revprop -t 10547-86b /svn/test-svn > svnlook: Invalid revision number '-1' Reproducible with tr...@911289. >

Re: Managing Vendor Branches

2010-02-27 Thread BRM
- Original Message > From: Jeff Mott > I've recently needed to track changes for vendor code drops, so I read > the SVN book's vendor branches chapter. But I'm not entirely happy > with part of the procedure, so I'd like to talk it out and, I hope, > find a better way. > The part I hope

Re: "svnlook pl --revprop" does not work on transactions?

2010-02-27 Thread Olivier Dehon
On Sat, 2010-02-27 at 08:43 -0600, Ryan Schmidt wrote: > On Feb 27, 2010, at 08:36, Olivier Dehon wrote: > > On Fri, 2010-02-26 at 22:15 -0800, Alexey Neyman wrote: > >> It seems that I encountered a bug in 'svnlook pl --revprop': it fails with > >> the following message: > >> > >> $ svnlook pl -

Re: "svnlook pl --revprop" does not work on transactions?

2010-02-27 Thread Ryan Schmidt
On Feb 27, 2010, at 08:36, Olivier Dehon wrote: > On Fri, 2010-02-26 at 22:15 -0800, Alexey Neyman wrote: >> It seems that I encountered a bug in 'svnlook pl --revprop': it fails with >> the following message: >> >> $ svnlook pl --revprop -t 10547-86b /svn/test-svn >> svnlook: Invalid revision nu

Re: "svnlook pl --revprop" does not work on transactions?

2010-02-27 Thread Olivier Dehon
On Fri, 2010-02-26 at 22:15 -0800, Alexey Neyman wrote: > Hi all, > > It seems that I encountered a bug in 'svnlook pl --revprop': it fails with > the following message: > > $ svnlook pl --revprop -t 10547-86b /svn/test-svn > svnlook: Invalid revision number '-1' > Looks like you need to use "

Re: Managing Vendor Branches

2010-02-27 Thread Ryan Schmidt
On Feb 26, 2010, at 23:49, Jeff Mott wrote: > I've recently needed to track changes for vendor code drops, so I read > the SVN book's vendor branches chapter. But I'm not entirely happy > with part of the procedure, so I'd like to talk it out and, I hope, > find a better way. > > The part I hope

Re: Managing Vendor Branches

2010-02-27 Thread Stefan Sperling
On Fri, Feb 26, 2010 at 09:49:56PM -0800, Jeff Mott wrote: > I've recently needed to track changes for vendor code drops, so I read > the SVN book's vendor branches chapter. But I'm not entirely happy > with part of the procedure, so I'd like to talk it out and, I hope, > find a better way. > > Th