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

RE: [Subclipse-users] Merge problem

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-03-13 17:45:17 CET

Hello Zsolt,

The error you wrote about is reported by Subversion server and in general
means that client attempted to get a file contents of a directory (or
something like that). Could you please enable JavaSVN adapter, enable
JavaSVN debug logging, repeat failed merge operation and sent the log file
to me?

To enable JavaSVN debug logging, please put the following lines in the
JAVA_HOME/jre/lib/logging.properties file:

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

Then restart Eclipse, debug log will be saved in your home directory.
Thanks!

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Zsolt [mailto:zkoppanylist@intland.com]
> Sent: Monday, March 13, 2006 17:20
> To: users@subclipse.tigris.org
> Subject: RE: [Subclipse-users] Merge problem
>
> I also tried that.
>
> Zsolt
>
> >-----Original Message-----
> >From: Mark Phippard [mailto:markp@softlanding.com]
> >Sent: Monday, March 13, 2006 3:55 PM
> >To: users@subclipse.tigris.org
> >Subject: RE: [Subclipse-users] Merge problem
> >
> >"Zsolt" <zkoppanylist@intland.com> wrote on 03/13/2006 09:47:17 AM:
> >
> >>
> >> I did it from the editor: Team->Merge ....
> >
> >Then that means you did the option for a specific file. You
> would have
> >to enter the URL to a file in the Merge dialog.
> >
> >Mark
> >
> >
> >_____________________________________________________________
> __________
> >____
> >__
> >Scanned for SoftLanding Systems, Inc. and SoftLanding Europe
> Plc by IBM
> >Email Security Management Services powered by MessageLabs.
> >_____________________________________________________________
> __________
> >____
> >__
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> >For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Mar 13 18:04:07 2006

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.