You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ufuk kocolu <uf...@pilli.com> on 2007/03/16 15:09:11 UTC

directory removal

Hi, I am new to the list, so please excuse me if this was asked before.

I've added a directory, (svn add) to my repository, without knowing that 
directory already exists and it doesn't belong to svn.

So now, every time I run "svn update" it gives me a warning "failed to 
add /path1/path2 folder already exists", I have 4 application servers 
all using these repository,  and they all give me that error.

What should I do to delete that folder from base svn database?

Thanks

Ufuk.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: directory removal

Posted by Matt Sickler <cr...@gmail.com>.
svn delete <url to folder>
no commit required, url actions make a commit automatically

On 3/16/07, James Oltmans <jo...@bolosystems.com> wrote:
> Svn delete [url to folder in repos]
> Svn commit ...
>
> -----Original Message-----
> From: ufuk kocolu [mailto:ufuk@pilli.com]
> Sent: Friday, March 16, 2007 9:09 AM
> To: users@subversion.tigris.org
> Subject: directory removal
>
>
> Hi, I am new to the list, so please excuse me if this was asked before.
>
> I've added a directory, (svn add) to my repository, without knowing that
>
> directory already exists and it doesn't belong to svn.
>
> So now, every time I run "svn update" it gives me a warning "failed to
> add /path1/path2 folder already exists", I have 4 application servers
> all using these repository,  and they all give me that error.
>
> What should I do to delete that folder from base svn database?
>
> Thanks
>
> Ufuk.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: directory removal

Posted by James Oltmans <jo...@bolosystems.com>.
Svn delete [url to folder in repos]
Svn commit ...

-----Original Message-----
From: ufuk kocolu [mailto:ufuk@pilli.com] 
Sent: Friday, March 16, 2007 9:09 AM
To: users@subversion.tigris.org
Subject: directory removal


Hi, I am new to the list, so please excuse me if this was asked before.

I've added a directory, (svn add) to my repository, without knowing that

directory already exists and it doesn't belong to svn.

So now, every time I run "svn update" it gives me a warning "failed to 
add /path1/path2 folder already exists", I have 4 application servers 
all using these repository,  and they all give me that error.

What should I do to delete that folder from base svn database?

Thanks

Ufuk.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org