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

Re: 1.3-ß-RC1: Repo-browser with revision number does not list deleted folders

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-05 20:10:25 CET

Norbert Unterberg wrote:
> Recipe:
> * Open repo browser and point it to
> http://svn.collab.net/repos/svn/branches/
>
> * Click on the Revision button and select revision 13309
>
> * Expand the brqanches folder (click on the [+]=. Notice the branch
> named wc-replacements.
>
> * Try to expand the wc-replacements branch. You get
> Error * REPORT request failed on
> 'http://svn.collab.net/repos/svn/branches/wc-replacements''
> http://svn.collab.net/repos/svn/branches/wc-replacements' path not found
>
> On the command line (using 1.2.0),
> svn ls -r 13309 http://svn.collab.net/repos/svn/branches/wc-replacements@13309
> works and lists the folder contents.
>
> Missing a peg or revision parameter somewhere?

This is a bug in Subversion (fixed in HEAD, but not (yet?) nominated for
backporting to 1.3.x).

The correct svn command line command (as TSVN uses it now) would be:
svn ls -r 13309 -v
http://svn.collab.net/repos/svn/branches/wc-replacements@13309

Can you please report this on the Subversion dev list (it happens with
the 1.3.0 CL client too), so they can see yet another case in which this
command will fail. More reports will increase the chance to get it
nominated for backporting.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 5 21:01:47 2006

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

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