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

Re: Newbie Problem

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Thu, 10 Jun 2010 00:08:57 +0400

2010/6/9 Jeremy Moritz <jeremy.moritz_at_gmail.com>:
> This is really silly, but I need some help. I accidentally check-out my repo
> to the C:\ drive. Now all my folders in my C:\ drive are being treated as
> unversioned folders. I've tried deleting my repo and starting over with a
> new repo. I've uninstalled and reinstalled with no luck. I just want to get
> those pesky little question marks off every single folder, but don't know
> how.
> Any help is greatly appreciated!
> Jeremy

Your operating system = ?

I think that is because there is an ".svn" folder at the root of your
C: drive. Either enable showing hidden files in your Explorer settings
 and delete it, or

1. Start a Command prompt
2. Type the following command:
rmdir /S C:\.svn
3. Confirm to delete "C:\.svn" folder

Best regards,
Konstantin Kolinko

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-06-09 22:09:09 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.