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

Re: Tortoise Newbie Questions?

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Fri, 6 Aug 2010 15:30:46 +0200

On Friday 06 August 2010, Ahmed El Gabri wrote:
> it`s my 1st time to work with SVN and specifically with tortoise , so i
> made a huge mistake i accidentally deleted my Repository folder from my PC
> , now even if i made another Repository with the same name & in the same
> place i can`t update or commit and i can`t even delete my folder from the
> repository cause it doesn`t exist .

You can not use an existing working copy to commit. The reason is that every
repository has a unique ID, and the working copy knows the ID of the
repository it belongs to.

Now, in addition to Rafael's answer, if you really deleted the repository, you
can create a new one and import your project in its current state into it.
Of course, that will not import the history of your project, because that was
stored in the deleted repository.

In order to do the import, simply export the project from the old working copy
first and then import it into the new repository. While exporting, you should
consider local files you don't want imported and also files changed locally,
where I don't know if you want to import those changes, too.

BTW: Set up a backup system, Subversion doesn't do that for you. Also, you
should set up a Subversion server, so you don't need file access. The reason
for this is that you can not destroy anything with a mere client, which
provides some additional protection against mistakes.

Uli

-- 
ML: http://tortoisesvn.tigris.org/list_etiquette.html
FAQ: http://tortoisesvn.net/faq
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, 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.
**************************************************************************************
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2643815
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-08-06 15:31:02 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.