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

URL encoding problem appeared in 0.24.2

From: Martin Ayotte <mayotte_at_orthosoft.ca>
Date: 2003-06-25 17:47:55 CEST

Hi folks !

I've just find a newly introduced bug :

if there "space" character in paths or files names, Svn 0.24.2 will fail
doing an update transaction, but doing the same with Svn 0.23 is working
well ...

[mayotte@sofia svn-work]$ /usr/share/bin/svn --version
svn, version 0.24.2 (r6284)
   compiled Jun 20 2003, 11:53:08

[mayotte_at_sofia svn-work]$ /usr/share/bin/svn co http://sofia/svn/anim
Anim
A Anim/THR
A Anim/THR/Animations
A Anim/THR/Animations/3D Models
svn: RA layer request failed
svn: PROPFIND request failed on '/svn/anim/!svn/bc/1/THR/Animations/3D
Models'
svn: PROPFIND of '/svn/anim/!svn/bc/1/THR/Animations/3D Models': 404 Not
Found (http://sofia)

[mayotte@sofia svn-work]$ /usr/local/bin/svn --version
svn, version 0.23.0 (r5962)
   compiled May 20 2003, 09:53:19

[mayotte_at_sofia svn-work]$ /usr/local/bin/svn co http://sofia/svn/anim
Anim
A Anim/THR
A Anim/THR/Animations
A Anim/THR/Animations/3D Models
A Anim/THR/Animations/3D Models/Calibration Handle
A Anim/THR/Animations/3D Models/Calibration
Handle/RotationaTrack_NotScale.mb
A Anim/THR/Animations/3D Models/Calibration Handle/rotationatrack.wrl
A Anim/THR/Animations/3D Models/Calibration Handle/RotationalTracker.mb
A Anim/THR/Animations/3D Models/Calibration Block
A Anim/THR/Animations/3D Models/Calibration Block/Calibration_Block.mb
A Anim/THR/Animations/3D Models/Calibration Block/CBlockHandle.wrl
A Anim/THR/Animations/3D Models/Calibration Block/CalibrationBlock.obj
A Anim/THR/Animations/3D Models/Calibration Block/CBlock3.mtl
[... and checkout continue here properly...]

I've originally found the bug on Windows plateform, but as shown here,
the problem exist as well on Linux.
It seems that something have been broken in the URL encoding ... :-(
Received on Wed Jun 25 17:47:29 2003

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.