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

RE: Subversion 0.24.1 released.

From: Mark Watts <mwatts3_at_stny.rr.com>
Date: 2003-06-17 21:00:04 CEST

I think I found a problem with checkout under windows when using Apache

I have a directory tree that looks like this
\dev\project\test programs\prog1\data
\dev\project\test programs\prog2\data
\dev\project\test programs\prog3\data

Etc.

I saw this in prior versions but I attributed it to network or other
problems, which is why I was using svnserve instead of Apache. However with
the new restartable checkout (Thank you!) I see it every time I restart.

The checkout/update will fail anytime it has to create a directory that is
in a path with a space.
Example

C:\svn co ....
..snipped data

A \dev\project\test programs
Svn: RA layer request failed
Svn: PROPFIND request failed on '/svn/repos/!svn/bc/trunk/dev/project/test
programs'
Svn: PROPFIND of '/svn/repos/!svn/bc/trunk/dev/project/test programs': 404
Not Found (http://svnserver)

[My comment: This is failure one. The 'test programs' directory does appear
to have been added however']

C:\svn up
A \dev\project\test programs\fileone.dat
A \dev\project\test programs\filetwo.dat
A \dev\project\test programs\filethree.dat
A \dev\project\test programs\prog1

Svn: RA layer request failed
Svn: PROPFIND request failed on '/svn/repos/!svn/bc/trunk/dev/project/test
programs/prog1'
Svn: PROPFIND of '/svn/repos/!svn/bc/trunk/dev/project/test programs/prog1':
404 Not Found (http://svnserver)

[My comment: This is failure two. Note that the contents of 'test programs'
have been successfully added and so has the 'prog1' directory. ]

Each time I restart it can get a bit farther but anytime there is missing
directory where the directory path for that missing directory has a space it
fails.

-Mark
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 17 21:01:03 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.