You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by dba2010 <lc...@drwholdings.com> on 2011/01/13 15:46:06 UTC

subversion checkout accidently to C:\ drive - how undue?

I accidently checked out a project to the c drive and now all of the
folders on the c drive including the program files have question marks
on them and are read only.  How do I undue this?

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by David Weintraub <qa...@gmail.com>.
On Thu, Jan 13, 2011 at 9:46 AM, dba2010 <lc...@drwholdings.com> wrote:
> I accidently checked out a project to the c drive and now all of the
> folders on the c drive including the program files have question marks
> on them and are read only.  How do I undue this?

Can you delete these from the command line via the "rd /s/q" command?

I can't imagine how you're able to create a folder, but not be able to
delete it in Windows. However, it may be possible that some Window
process (maybe Windows Explorer itself) has a directory of file that
it thinks is open.

You may have to reboot your system to kill whatever process is holding
that file or directory open and then open up a command line prompt and
delete via the "rd /s/q" command. You can see that via the Task
Manager.

-- 
David Weintraub
qazwart@gmail.com

RE: subversion checkout accidently to C:\ drive - how undue?

Posted by Laura Culley <lc...@DRWHoldings.com>.
I mistakenly thought that if I checked out to the C:\ drive that the nested folders underneath would be created automatically.  Instead, the whole C drive was checked out plus the nested folders that I wanted were checked out as well.  Using the instructions that Andy sent fixed the issue.  Afterwards I manually created the correct folder structure and checked out only to that structure.  All worked as expected after that.

Thanks,
Laura

-----Original Message-----
From: Nico Kadel-Garcia [mailto:nkadel@gmail.com]
Sent: Saturday, January 22, 2011 9:29 AM
To: Andy Levy
Cc: Laura Culley; users@subversion.apache.org
Subject: Re: subversion checkout accidently to C:\ drive - how undue?

On Thu, Jan 13, 2011 at 10:11 AM, Andy Levy <an...@gmail.com> wrote:
> On Thu, Jan 13, 2011 at 10:06, dba2010 <lc...@drwholdings.com> wrote:
>> I removed the .svn hidden folder under c and can't find any others but
>> the files are still in the same state.  Anything else to try?
>
> Kill the TSVNCache.exe process.

By the way: how did you even do this? "svn checkout" normally creates
a folder or directory to contain the working copy. Did you hardcode a
checkout to "C:" or something?
This e-mail and any attachments may contain information that is confidential and proprietary and otherwise protected from disclosure. If you are not the intended recipient of this e-mail, do not read, duplicate or redistribute it by any means. Please immediately delete it and any attachments and notify the sender that you have received it in error. Unintended recipients are prohibited from taking action on the basis of information in this e-mail or any attachments. The DRW Companies make no representations that this e-mail or any attachments are free of computer viruses or other defects.

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by Nico Kadel-Garcia <nk...@gmail.com>.
On Thu, Jan 13, 2011 at 10:11 AM, Andy Levy <an...@gmail.com> wrote:
> On Thu, Jan 13, 2011 at 10:06, dba2010 <lc...@drwholdings.com> wrote:
>> I removed the .svn hidden folder under c and can't find any others but
>> the files are still in the same state.  Anything else to try?
>
> Kill the TSVNCache.exe process.

By the way: how did you even do this? "svn checkout" normally creates
a folder or directory to contain the working copy. Did you hardcode a
checkout to "C:" or something?

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by dba2010 <lc...@drwholdings.com>.
That did it!  Thanks so much everyone!

On Jan 13, 9:11 am, Andy Levy <an...@gmail.com> wrote:
> On Thu, Jan 13, 2011 at 10:06, dba2010 <lc...@drwholdings.com> wrote:
> > I removed the .svn hidden folder under c and can't find any others but
> > the files are still in the same state.  Anything else to try?
>
> Kill the TSVNCache.exe process.
>
>
>
> > On Jan 13, 8:54 am, Bogdan Cristea <cr...@gmail.com> wrote:
> >> On Thursday, January 13, 2011 03:46:06 pm dba2010 wrote:
>
> >> > I accidently checked out a project to the c drive and now all of the
> >> > folders on the c drive including the program files have question marks
> >> > on them and are read only.  How do I undue this?
>
> >> remove all hidden folders: .svn- Hide quoted text -
>
> - Show quoted text -

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by Andy Levy <an...@gmail.com>.
On Thu, Jan 13, 2011 at 10:06, dba2010 <lc...@drwholdings.com> wrote:
> I removed the .svn hidden folder under c and can't find any others but
> the files are still in the same state.  Anything else to try?

Kill the TSVNCache.exe process.

> On Jan 13, 8:54 am, Bogdan Cristea <cr...@gmail.com> wrote:
>> On Thursday, January 13, 2011 03:46:06 pm dba2010 wrote:
>>
>> > I accidently checked out a project to the c drive and now all of the
>> > folders on the c drive including the program files have question marks
>> > on them and are read only.  How do I undue this?
>>
>> remove all hidden folders: .svn
>

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by dba2010 <lc...@drwholdings.com>.
I removed the .svn hidden folder under c and can't find any others but
the files are still in the same state.  Anything else to try?

On Jan 13, 8:54 am, Bogdan Cristea <cr...@gmail.com> wrote:
> On Thursday, January 13, 2011 03:46:06 pm dba2010 wrote:
>
> > I accidently checked out a project to the c drive and now all of the
> > folders on the c drive including the program files have question marks
> > on them and are read only.  How do I undue this?
>
> remove all hidden folders: .svn

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by Bogdan Cristea <cr...@gmail.com>.
On Thursday, January 13, 2011 03:46:06 pm dba2010 wrote:
> I accidently checked out a project to the c drive and now all of the
> folders on the c drive including the program files have question marks
> on them and are read only.  How do I undue this?

remove all hidden folders: .svn

Re: subversion checkout accidently to C:\ drive - how undue?

Posted by Lorenz <lo...@yahoo.com>.
dba2010 wrote:
>I accidently checked out a project to the c drive and now all of the
>folders on the c drive including the program files have question marks
>on them and are read only.  How do I undue this?

this sounds like you're using TSVN.
In that case better ask on the users@tortoisesvn.tigris.org mailing
list.
-- 

Lorenz