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

special character in filename

From: lars <lists_at_sumpfralle.de>
Date: 2005-09-22 22:32:52 CEST

Hi,

I recently added some file to my subversion repository that contained special characters,
e.g.: "cryptobox-img/de?action=AttachFile&do=get&target=mount_de.png"

I was able to commit these files without a problem.

I was also able to download these files into another local copy by "svn update".

But it was not possible to run "svn update" in any of these local copies again, because of
some parsing error in the directory containing these files.

When I tried to remove the files from the repository ("svn rm ...") and to commit
this change, it failed.
Commit seemed to delete the first file successfully, but failed to delete the next one
(all files start with "de?..."). The log file of the apache webserver showed the deletion
of a file called "de" instead of "de?...." for the first file.

I had to dump the repository (except for the last revision) and load it again into a fresh
repository. I found no other way to get rid of these special files.

It should not be possible to add files with unusable names to the repository, right?

regards,
and thanks a lot for this great piece of software,
Lars

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 22 22:34:32 2005

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.