You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tom Brown <br...@esteem.com> on 2007/08/02 20:19:47 UTC

delete projects?

I used an IDE that works with subversion. I thought it would create the 
project with the url I gave it and the project name I gave it. Instead it 
just created the trunk, branches and tags projects underneath the url. So, I 
have projects that look like this:

https://172.16.32.1/svn/est/trunk
https://172.16.32.1/svn/est/branches
https://172.16.32.1/svn/est/tags

How do I remove these projects? I didn't see anything in the Subversion book 
or 'svn help' or 'svnadmin help'. Any ideas?

Thanks,
Tom

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

Re: delete projects?

Posted by Les Mikesell <le...@gmail.com>.
Ulrich Eckhardt wrote:
> On Thursday 02 August 2007 23:14, Tom Brown wrote:
>> On Thursday 02 August 2007 13:27, Andy Levy wrote:
>>> svn rm <URL>
>> Ok, that did work. I didn't RTFM close enough. I though it was only for
>> files in a project.
> 
> Subversion has no concept of a 'project', it is just a versioned storage for a 
> file tree (plus some goodies, of course).
> 

It also doesn't actually delete anything except from the current 
revision view.  If you specify an older revision or date before the 
directory was removed, you can still check it out.

-- 
   Les Mikesell
    lesmikesell@gmail.com

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

Re: delete projects?

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Thursday 02 August 2007 23:14, Tom Brown wrote:
> On Thursday 02 August 2007 13:27, Andy Levy wrote:
> > svn rm <URL>
>
> Ok, that did work. I didn't RTFM close enough. I though it was only for
> files in a project.

Subversion has no concept of a 'project', it is just a versioned storage for a 
file tree (plus some goodies, of course).

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.

**************************************************************************************

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


Re: delete projects?

Posted by Tom Brown <br...@esteem.com>.
On Thursday 02 August 2007 13:27, Andy Levy wrote:
> On 8/2/07, Tom Brown <br...@esteem.com> wrote:
> > I used an IDE that works with subversion. I thought it would create the
> > project with the url I gave it and the project name I gave it. Instead it
> > just created the trunk, branches and tags projects underneath the url.
> > So, I have projects that look like this:
> >
> > https://172.16.32.1/svn/est/trunk
> > https://172.16.32.1/svn/est/branches
> > https://172.16.32.1/svn/est/tags
> >
> > How do I remove these projects? I didn't see anything in the Subversion
> > book or 'svn help' or 'svnadmin help'. Any ideas?
>
> svn rm <URL>

Ok, that did work. I didn't RTFM close enough. I though it was only for files 
in a project.

Thanks for your help,
Tom

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

Re: delete projects?

Posted by Andy Levy <an...@gmail.com>.
On 8/2/07, Tom Brown <br...@esteem.com> wrote:
> I used an IDE that works with subversion. I thought it would create the
> project with the url I gave it and the project name I gave it. Instead it
> just created the trunk, branches and tags projects underneath the url. So, I
> have projects that look like this:
>
> https://172.16.32.1/svn/est/trunk
> https://172.16.32.1/svn/est/branches
> https://172.16.32.1/svn/est/tags
>
> How do I remove these projects? I didn't see anything in the Subversion book
> or 'svn help' or 'svnadmin help'. Any ideas?

svn rm <URL>

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