Celeb Glow
updates | March 08, 2026

How can I delete a folder named '.' from SVN?

I'm attempting to check out a directory from my company's SVN repo using TortoiseSVN on Windows 10. Unfortunately, somebody at some point managed to check in a folder called . (a period/fullstop) which is causing the checkout to fail with the message: '.' is not valid as filename in directory 'C:\path\to\my\checkout'.

The directory is partially checked out -- about half of its contents are present on my local. However the '.' folder is not. An SVN update command via TortoiseSVN also fails with the same error message. Similarly, if I use svn up from the commandline, it also fails:

C:\path\to\my\checkout>svn up
Updating '.':
svn: E155000: '.' is not valid as filename in directory 'C:\path\to\my\checkout'

I would like to delete this invalid folder but I can't figure out how since I am unable to download it. How can I do so? (I have no access to the VM that hosts the company SVN.) Alternatively, how can I finish checking out the rest of this directory?

3 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy