Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get rid of the error "'folder_name' not valid as filename in directory" in TortoiseSVN 1.8.1 when checking out?

When trying to check out a repository, I get: enter image description here

My TortoiseSVN version is: enter image description here

I downgraded to TortoiseSVN 1.7.13: enter image description here

With TortoiseSVN 1.7.13, the check out works fine but I cannot update/commit and it says I need to "upgrade working directory".

enter image description here

enter image description here

When trying to "upgrade working directory", it complains about a "missing default entry":

enter image description here

Does anyone know what's going on?

like image 302
Franck Dernoncourt Avatar asked Aug 26 '13 20:08

Franck Dernoncourt


1 Answers

Remove the space in the folder's name. In order to rename folder, open Repository Browser and rename the folder.

Subversion can handle spaces in the file/folder name, but windows can not. The problem is appearing during checkout or export, as windows does not allow the creation of a folder with a name ending with a space.

like image 191
Ara Sargsyan Avatar answered Oct 31 '22 05:10

Ara Sargsyan