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

Re: JavaHL 1.2 Problem

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-04-28 19:25:24 CEST

Philip Martin <philip@codematters.co.uk> wrote on 04/28/2005 01:09:04 PM:

> Mark Phippard <MarkP@softlanding.com> writes:
>
> > I think I found one potential problem in the JavaHL merge code. See
the
> > patch at the end of this message. I am not really a C or C++
programmer
> > so I do not know for sure, but that area of the code is different than
all
> > of the others, so I assume it is a bug.
>
> That's just a style difference, the two lines are equivalent.
>
> > --- javahl/native/SVNClient.cpp (revision 14452)
> > +++ javahl/native/SVNClient.cpp (working copy)
> > @@ -1125,7 +1125,7 @@
> > return;
> > }
> >
> > - Path srcPath2 = path2;
> > + Path srcPath2(path2);
> > Err = srcPath2.error_occured();
> > if(Err != NULL)
> > {

Thanks. That is what I assumed. I saw the same code existed in 1.1.x
which works fine.

I do not suppose you have any ideas on what the real problem could be
here?

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 20:21:56 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.