Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN checkout problem in Windows

The problem is that I'm checking out some files with special characters in their filenames -- when TortoiseSVN attempts to check the code out, it can't create those files and the checkout fails. this applies to updating as well. Is there any fix/workaround to this, maybe to give an alternate filename or something?

Update: Apparently, those files are created by xcode. Does anyone know what they do? Will it break the build if I change the filenames, like all the > to - or something?

like image 508
Vanwaril Avatar asked Jan 02 '10 14:01

Vanwaril


People also ask

What does red exclamation mark mean in TortoiseSVN?

That means the Subversion status is normal. As soon as you start editing a file, the status changes to modified and the icon overlay then changes to a red exclamation mark. That way you can easily see which files were changed since you last updated your working copy and need to be committed.

How do I get rid of TortoiseSVN?

How do I uninstall TortoiseSVN? Simply uninstall from Add/Remove Programs in the Windows control panel. This does not affect your repositories or working copies at all.


1 Answers

If you have write access, you can rename the files directly in the repo by using repo browser without having to actually check out the file first.

like image 95
D'Arcy Rittich Avatar answered Oct 04 '22 15:10

D'Arcy Rittich