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

RE: Bug with bad characters in past versions when doing sparse checkout

From: Edward Ned Harvey <edward.harvey_at_patni.com>
Date: Fri, 30 Jan 2009 16:02:10 -0500

> The parens are not a problem, only the bar is.

I suspected as much.

> Can you please try with the Subversion command line client?
> Run an
> $ svn update --depth infinity --set-depth infinity path/to/workingcopy

FYI, I worked around this problem by removing the history of the file(s) as follows:
        mv logistic_function.pdf tmp_logistic_function.pdf
        svn rm --force logistic_function.pdf
        svn commit -m ''
        mv tmp_logistic_function.pdf logistic_function.pdf
        svn add logistic_function.pdf
        svn commit -m ''

So now I'm going to reproduce the behavior in a sandbox file:// repository.

First question ... Yes I'm able to reproduce it by creating a file with a bad name inside a subdir, then renaming the file, then doing a sparse checkout of the parent, then trying to go fully recursive with tortoise. So let's see what the command line does:

C:\>svn --version
svn, version 1.5.5 (r34862)

C:\working_dir>svn update --set-depth infinity dir1
svn: Can't check path 'dir1\New(x|y)Text Document.txt': The filename, directory name, or volume label syntax is incorrect.

Ok - So I guess that means it's a svn bug. I'll go talk to the other list.

This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin_at_patni.com and delete this mail.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1076520

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-30 22:02:32 CET

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.