[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
thought I needed a Java test harness to get to to work. I was hoping
there was an undocumented setting in SVNAnt to turn this on.

In the meantime, I have figured out how to get this to work. Follow
the instructions at
http://svnkit.com/kb/user-guide-debug-logs.html

And substitute this for the contents of the
logging.properties.disabled file referenced in that article:

----
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.org
Received 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.