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

[Subclipse-users] Filenames with character %20 are not escaped properly

From: Rodney Beede <rb_at_ou.edu>
Date: 2006-03-17 06:59:51 CET

If a file is added to my svn repository that has the chars %20 and I
try to open the file in Eclipse directly from the repository I get the
following error:

   Filesystem has no item
svn: File not found: revision 3487, path
'/Current/Work/TB_E-mail/Flagged Messages.msf'

Yet in the tree view of my repository I see
/Current/Work/TB_E-mail/Flagged*%20*Messages.msf' just fine.

Attempting to access the file via the eclipse command line does not work
either unless I escape the % part of the file with a command like

svn remove
svn://localhost/Backups/Current/Work/TB_E-mail/Flagged*%25*20Messages.msf

Subclipse should detect the % sign and escape it accordingly in order to
overcome this problem.

Eclipse Version: 3.1.2
Build id: M20060118-1600

Subclipse Version: 0.9.108
Received on Fri Mar 17 08:25:27 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.