Re: log -g regression in 1.6.15?

2010-12-16 Thread Stefan Sperling
On Thu, Dec 16, 2010 at 02:50:27PM -0600, kmra...@rockwellcollins.com wrote: > I have observed some regressions with > > log -v -g --xml http://server/repo/path > > output in 1.6.15 that were not present in 1.6.13. I see a lot of -g > changes > in this new version. Hi Kevin, There are three

log -g regression in 1.6.15?

2010-12-16 Thread kmradke
I have observed some regressions with log -v -g --xml http://server/repo/path output in 1.6.15 that were not present in 1.6.13. I see a lot of -g changes in this new version. The client sees: svn: REPORT of '/repo/!svn/bc/1234/path/in/repo': Could not read chunk size: connection was closed

Re: DB_RUNRECOVERY: Fatal error, run database recovery

2010-12-16 Thread HM 2K
Thanks for your reply. I managed to figure that out. Cheers. On Thu, Dec 16, 2010 at 6:46 PM, Stefan Sperling wrote: > On Sat, Dec 11, 2010 at 10:00:29PM +, HM 2K wrote: > > I'm having some trouble accessing the svn via Apache, with the following > > error: > > > > "Could not open the reque

Re: DB_RUNRECOVERY: Fatal error, run database recovery

2010-12-16 Thread Stefan Sperling
On Sat, Dec 11, 2010 at 10:00:29PM +, HM 2K wrote: > I'm having some trouble accessing the svn via Apache, with the following > error: > > "Could not open the requested SVN filesystem" > > I've recently upgraded CentOS from 4 to 5 and upgraded SVN along with it. > > I have verified and recov

Re: "No locks available" how do I fix it?

2010-12-16 Thread Stefan Sperling
On Sat, Dec 11, 2010 at 12:47:40AM +, stuart wrote: > >svn ci -m "svn lock trouble" . > svn: Commit failed (details follow): > svn: Can't get exclusive lock on file > '/media/stuart/svn/ca/db/txn-current-lock': No locks available > > I had done a svn mkdir and svn moved a bunch of files to it

Re: Is it a subversion bug ?

2010-12-16 Thread Stefan Sperling
On Wed, Dec 15, 2010 at 10:40:25AM +0100, ge0mr ge0tl wrote: > I thank in advance who will spend time to answer > > Snapshot: > > Machine A: Debian installation on amd64 dual-core and eclipse-helios-64 with > svn perspective and Subversive SVN Team Provider Connector. NO JavaHL > Connector (it ha

Re: SlikSvn crash

2010-12-16 Thread Stefan Sperling
On Wed, Dec 15, 2010 at 04:02:57PM +0300, Jacob V. Dlougach wrote: > Version: 1.6.12 (SlikSvn/1.6.12) X64, compiled Jun 22 2010, 21:00:06 This sliksvn version is known to be broken. Don't use it. Please upgrade. See http://svn.haxx.se/users/archive-2010-09/0065.shtml Stefan

Re: SSL Error

2010-12-16 Thread Stefan Sperling
On Thu, Dec 16, 2010 at 09:34:05AM -0500, Nick wrote: > Hi all, > > At some point in the last year I stopped being able to access my SVN > repository remotely via https using the SVN CLI and TortoiseSVN on > Windows. Unfortunately since I hadn't used svn on my windows machine > for a long time (m

Re: how do you write a commit hook to trap on commits to a specific file?

2010-12-16 Thread Stefan Sperling
On Thu, Dec 16, 2010 at 10:44:05AM -0600, Mark Meyer wrote: > Hello all, > > > > I am currently using svn commit hooks in our environment to trap ALL > commits. The commit hook sends an email to my address. > > > > A typical email generated by a commit looks like this: > > > > >> > >

Re: svn: database disk image is malformed

2010-12-16 Thread Stefan Sperling
On Thu, Dec 16, 2010 at 05:03:00PM +0100, Rainer Dorsch wrote: > Hello, > > I see here a strange behavior of subversion: > > I have a local modification: > > > $ svn diff > Index: README > === > --- README (revision 929) > +++

Re: svn 1.4.2 to 1.4.9

2010-12-16 Thread Stefan Sperling
On Thu, Dec 16, 2010 at 12:31:47PM -0500, Bob Archer wrote: > > We are planning to upgarde Subversion from 1.4.2 to 1.4.9. But i > > have a couple of questions regarding this. > > 1)what are the changes in 1.4.9 from 1.4.2 in terms of release > > notes? > > 1.4 is very out of date. That's probably

RE: svn 1.4.2 to 1.4.9

2010-12-16 Thread Bob Archer
> We are planning to upgarde Subversion from 1.4.2 to 1.4.9. But i > have a couple of questions regarding this. > 1)what are the changes in 1.4.9 from 1.4.2 in terms of release > notes? 1.4 is very out of date. That's probably why you can't find the release notes. You strongly should consider upg

how do you write a commit hook to trap on commits to a specific file?

2010-12-16 Thread Mark Meyer
Hello all, I am currently using svn commit hooks in our environment to trap ALL commits. The commit hook sends an email to my address. A typical email generated by a commit looks like this: >> Author: mmeyer Comments: added comments 3935 U Java Projects/sandbox/mark/s

svn 1.4.2 to 1.4.9

2010-12-16 Thread Alluri, AnilVarma
Hi, We are planning to upgarde Subversion from 1.4.2 to 1.4.9. But i have a couple of questions regarding this. 1)what are the changes in 1.4.9 from 1.4.2 in terms of release notes? 2)The ove needs a dump and load of repository or does the existing repository upgrade as soon as the server \ cli

SSL Error

2010-12-16 Thread Nick
Hi all, At some point in the last year I stopped being able to access my SVN repository remotely via https using the SVN CLI and TortoiseSVN on Windows. Unfortunately since I hadn't used svn on my windows machine for a long time (many months), I cannot give a more accurate timeframe. The error I

Re: alternative to CVS magic branches

2010-12-16 Thread Nick Stolwijk
And it is also the one that makes the most sense to me. If you have a branch with some changes and the next commit on trunk contains a file you have changed and another file you haven't changed. It is one commit, so all or nothing, it can contain breaking changes if you merge half a commit. So, do

RE: alternative to CVS magic branches

2010-12-16 Thread Bob Archer
> in CVSNT there's a feature called magic branches. Basically it > means that > if you branch from head (or any other branch) the all the files in > the > magic branch will continue to have all changes made in the future > until > the point where you change them. So if you have 20 files and you > c

Re: Subversion version on server

2010-12-16 Thread K F
Thank you all for the education. --- On Wed, 12/15/10, Norbert Unterberg wrote: From: Norbert Unterberg Subject: Re: Subversion version on server To: "K F" Cc: users@subversion.apache.org Date: Wednesday, December 15, 2010, 12:20 PM 2010/12/14 K F > > This is just a simple question that I ca

alternative to CVS magic branches

2010-12-16 Thread Jan Keirse
Hello, in CVSNT there's a feature called magic branches. Basically it means that if you branch from head (or any other branch) the all the files in the magic branch will continue to have all changes made in the future until the point where you change them. So if you have 20 files and you change

svnsync fails to connect to mirror repository but exits with code 0

2010-12-16 Thread Alain
Hello there, Has anyone encountered such a scenario with svnsync, version 1.6.1 (r37116) on WinXP? svnsync fails to connect to the mirror repository but it still exits with code 0. Here is the test script (sensitive info has been edited) that I ran: svnsync synchronize http://mymirror/svn/my