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

RE: [Subclipse-users] Subclipse commit problem

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-03-14 20:36:03 CET

Hello Stanislav,

> Are you really interested in all 50 sequences produced by the
> call, or should i pick something special out of the log file?
It is easier to send the whole log. Just zip it and send to alex at
tmate.org

> Another question, which maybe can help us:
> I have a repository configured within svn.foo.org virtual
> server to an alias repo1, which means that i access the
> repository through http://svn.foo.org/repo1. The virtual
> server itself serves a basic homepage, which means a call to
> http://svn.foo.org will result in a "Hello World" greeting
> (just en example). Could this setting cause the problem, in
> other words is there a need to have the root folder of the
> virtual server to serve some special stuff?
I think it is the reason of the problem. From the log it will be clear what
exact request causes the problem (unexpected response from the server) and
whether it could be fixed in JavaSVN or requires server reconfiguration.

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

> -----Original Message-----
> From: Stanislav Neuberger [mailto:stas@okean.de]
> Sent: Tuesday, March 14, 2006 18:22
> To: users@subclipse.tigris.org
> Subject: Re: [Subclipse-users] Subclipse commit problem
>
> Are you really interested in all 50 sequences produced by the
> call, or should i pick something special out of the log file?
>
> Another question, which maybe can help us:
> I have a repository configured within svn.foo.org virtual
> server to an alias repo1, which means that i access the
> repository through http://svn.foo.org/repo1. The virtual
> server itself serves a basic homepage, which means a call to
> http://svn.foo.org will result in a "Hello World" greeting
> (just en example). Could this setting cause the problem, in
> other words is there a need to have the root folder of the
> virtual server to serve some special stuff?
>
> Greetings,
> Stanislav
>
> Alexander Kitaev wrote:
> > Hello Stanislav,
> >
> > The problem is definitely caused by the server's HTTP
> response that is
> > not expected by JavaSVN (and by JavaHL as well). To get
> more details
> > on that, could you please enable JavaSVN debug logging and
> send me the
> > log file - may be it will sched some light on the problem.
> >
> > To enable JavaSVN debug logging please change contents of
> > JAVA_HOME/jre/logging.properties to
> >
> > 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
> >
> > And restart Eclipse. Debug log will be saved to your home directory.
> >
> > Alexander Kitaev,
> > TMate Software,
> > http://tmate.org/
> > http://jetbrains.com/tmate/
> >
> >> -----Original Message-----
> >> From: Stanislav Neuberger [mailto:stas@okean.de]
> >> Sent: Friday, March 10, 2006 15:58
> >> To: users@subclipse.tigris.org
> >> Subject: Re: [Subclipse-users] Subclipse commit problem
> >>
> >> I tried to commit both, on the machine through a proxy and on the
> >> machine connected directly. Both resulted in the same error :(
> >>
> >> Alexander Kitaev wrote:
> >>> Hello Stanislav,
> >>>
> >>> Do you use proxy?
> >>>
> >>> Alexander Kitaev,
> >>> TMate Software,
> >>> http://tmate.org/
> >>> http://jetbrains.com/tmate/
> >>>
> >>>> -----Original Message-----
> >>>> From: Stanislav Neuberger [mailto:stas@okean.de]
> >>>> Sent: Friday, March 10, 2006 08:35
> >>>> To: users@subclipse.tigris.org
> >>>> Subject: Re: [Subclipse-users] Subclipse commit problem
> >>>>
> >>>> Got almost the same error messages again.
> >>>>
> >>>> commit -m "Foo test." C:/foo/FooProject/.project
> >>>> Adding C:/foo/FooProject/.project
> >>>> svn: Commit failed (details follow):
> >>>> svn: Commit failed (details follow):
> >>>> svn: PROPFIND of '/foo/FooProject/.project': 200 OK
> >>>> (https://svn.okean.de)
> >>>>
> >>>>
> >>>> Mark Phippard wrote:
> >>>>> Stanislav Neuberger <stas@okean.de> wrote on 03/09/2006
> >> 08:18:12 AM:
> >>>>>> when i try to add a file using subclipse to the root
> >> folder of the
> >>>>>> project within the repository a get following error:
> >>>>>>
> >>>>>> add -N C:\foo\FooProject\.project
> >>>>>> A C:/foo/FooProject/.project
> >>>>>> commit -m "Foo test." C:/foo/FooProject/.project
> >>>>>> Adding C:/foo/FooProject/.project
> >>>>>> RA layer request failed
> >>>>>> svn: Commit failed (details follow):
> >>>>>> svn: PROPFIND request failed on
> >>>> '/foorepository/FooProject/.project'
> >>>>>> svn: PROPFIND of '/foorepository/FooProject/.project': 200 OK
> >>>>>> (https://svn.foo.com)
> >>>>>>
> >>>>>> Adding folders and files to folders within projects within
> >>>> repository
> >>>>>> works fine.
> >>>>>>
> >>>>>> I'm using eclipse 3.1.0 with subclipse plugin 0.9.108
> >>>>>>
> >>>>>> Somebody an idea?
> >>>>> Unfortunately, not really. Since you appear to be on
> >>>> Windows, can you
> >>>>> go into your preferences under Team -> SVN and change
> >> your adapter
> >>>>> from JavaHL to JavaSVN or vice versa and see if that makes
> >>>> a difference?
> >>>>> There is nothing in your log that looks incorrect,
> >>>> suggesting it is a
> >>>>> problem in the conversation with the server.
> >>>>>
> >>>>> 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
> >>>
> >>>
> >>
> ---------------------------------------------------------------------
> >> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Mar 14 20:36:21 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.