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

Re: Problem with svn status -u via http

From: Paul Burba <paulb_at_softlanding.com>
Date: 2005-12-01 20:06:27 CET

Daniel Rall <dlr@collab.net> wrote on 12/01/2005 01:17:03 PM:

> On Thu, 01 Dec 2005, Paul Burba wrote:
>
> > Mark found a problem while working with JavaHL and the status -u
> > enhancements backported to 1.3.x in r16543.
> >
> > It seems that when a WC item is out of date, the ood_last_cmt_rev is
> > always 0 if the WC is accessed via dav. Access via file:// and svn://

> > work correctly.
> >
> > I debugged a command line session to rule out problems with JavaHL and
saw
> > that status.c's change_file_prop receives this odd looking name value
> > pair:
> >
> > + name 0x00d5fac8 "svn:entry:committed-rev"
> > - value 0x0012f510
> > + data 0x00d5fa88
"/svn13X/13TR/!svn/ver/9/Dir%20A/Doc%20A.txt9"
> > len 0x0000002c
> >
> > The "9" is the correct commited-rev, but how it comes to be appended
to
> > that path is a mystery. I'm still trying to figure out what's going
on,
> > but I'm not making much progress and am in a lot of unfamiliar
code...so
> > I'm putting out a plea for help! If anyone has a moment could they
try to
> > duplicate this problem? And any insight into the cause is
appreciated.
>
> "data" looks like it's pointing to a mod_dav_svn URI which has been
> URL-encoded, but the "9" at the end of the string looks especially
> suspicious. Memory management problem?
>
> Paul, what repository resource were you trying to access with this
> 'svn status -u' invocation? It _looks_ like
> "/svn13X/13TR/!svn/ver/9/Dir A/Doc A.txt", but it would be helpful to
> get confirmation on that.

Hi Daniel,

Sorry about the incomplete info, In the above example I did a status on a
fully pathed file name:

  svn status "/SVN/WCS/STATUS_ERR_1/Dir A/Doc A.txt" -v -u
 
Which corresponds to the url:

  http://burba-397/svn13X/13TR/Dir%20A/Doc%20A.txt

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc 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 Dec 1 20:29:02 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.