Re: [Subclipse-users] SVNAnt, Failure During Checkout
From: Chuck Hill <hill.chuck_at_gmail.com>
Date: 2007-01-10 23:25:31 CET
Hi Mark,
I knew about the SVNKit logging, but I only read half of the story and
In the meantime, I have figured out how to get this to work. Follow
And substitute this for the contents of the
---- javasvn.level=FINEST handlers = java.util.logging.FileHandler java.util.logging.FileHandler.pattern = %h/JavaSVN.%u.log java.util.logging.FileHandler.limit = 0 java.util.logging.FileHandler.count = 1 java.util.logging.FileHandler.append = true java.util.logging.FileHandler.formatter = org.tmatesoft.svn.core.internal.util.DefaultSVNDebugFormatter ---- Now to figure out what this all means... Regards, Chuck On 1/10/07, Mark Phippard <markphip@gmail.com> wrote: > On 1/10/07, Chuck Hill <hill.chuck@gmail.com> wrote: > > > Hi, > > > > I've have been using SVNAnt 1.1.0 RC 2 for a few months now in a > > nightly integration build. Recently it has started to fail: > > > > checkout: > > [svn] <Checkout> started ... > > [svn] svn: null > > [svn] <Checkout> failed ! > > > > Many files do get checked out before it fails so I am suspecting a > > timeout. I can manually checkout from the command line. SVNAnt will > > work if I add javasvn="false". This suggests that the problem lies in > > JavaSVN (now SVNKit). > > > > Does anyone have an idea of what may be wrong? Is there any way to > > get some more information from SVNAnt as to what failed, where, why > > etc? > > SVNKit has fairly extensive logging you can turn on. I believe it is built > on top of the Java 1.4 logging system. You should be able to find > information somewhere on their website. I'd suggest reporting the problem > on their mailing list first. They might give you instructions on specific > logging settings to turn on so that the log is focused correctly. > > They might also suggest you try building the latest code or something. > > -- > Thanks > > Mark Phippard > http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org For additional commands, e-mail: users-help@subclipse.tigris.orgReceived on Wed Jan 10 23:25:41 2007 |
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.