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

File is listed but cannot be accessed

From: Juergen Weber <weberjn_at_gmail.com>
Date: Mon, 1 Sep 2008 20:26:44 +0200

On 30 Aug 2008 17:12:37 -0500 Ryan Schmidt wrote:

> That looks like a double-percent-encoded URL, which should not be
> done. Sounds like JSPWiki has a bug when adding and viewing (but not
> when renaming) pages. I would recommend reporting this bug to the
> developers of JSPWiki.

No, I could reproduce the problem without JSPWiki just by using the
svn command line client, the file (and the one added after) cannot be
accessed, by a web browser accessing the repository sees it and can
display its content.

Can anybody else reproduce this?

Thanks,
Juergen

[weberjn]$ cp Aliases.txt Bl%C3%B6d.txt
[weberjn]$ ll
total 8
-rw-r--r-- 1 k263335 kw 29 Sep 1 10:29 Aliases.txt
-rw-r--r-- 1 k263335 kw 29 Sep 1 10:29 Bl%C3%B6d.txt
[weberjn]$ svn add Bl%C3%B6d.txt
A Bl%C3%B6d.txt
[weberjn]$ svn -m nocom commit
Adding Bl%C3%B6d.txt
Transmitting file data .
Committed revision 8.
[weberjn]$ cp Aliases.txt AC.txt
[weberjn]$ svn add AC.txt
A AC.txt
[weberjn]$ svn -m nocom commit
Adding AC.txt
Transmitting file data .
Committed revision 9.
[weberjn]$ svn --verbose list
      7 weberjn 29 Jul 31 15:59 Aliases.txt
[weberjn]$ svn list
Aliases.txt
[weberjn]$ svn --verbose list
      7 weberjn 29 Jul 31 15:59 Aliases.txt
[weberjn]$ svn cp http://elisa/svn/weberjn/Bl%C3%B6d.txt B1
svn: Path 'http://elisa/svn/weberjn/Bl%C3%B6d.txt' not found in revision 9

# viewed by the web browser

http://elisa/svn/weberjn/
Revision 9: /

    * AC.txt
    * Aliases.txt
    * Bl%C3%B6d.txt

Powered by Subversion version 1.4.6 (r28521).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-02 05:54:45 CEST

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

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