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

Re: svn export for deleted files

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-04-04 08:27:12 CEST

On Wednesday 04 April 2007 07:04, Andrew Creer wrote:
> I'm not sure if this is a bug or a feature, but I want to
> export a directory that no longer exists in the HEAD
> revision
>
> Say I deleted a folder with revision 123.
> svn export -r 122 URL/folder/
> gives me what I expect, folder with content just before the
> commit where a sub directory was removed.
>
> But
> svn export -r 122 URL/folder/now_deleted
> results in
>
> svn: File not found: revision 187, path 'folder/now_deleted'
>
> Where 187 is the HEAD revision.

You said to svn "take this path, rewind it back to revision 122 and export the
result". However, the path you gave it doesn't exist anymore, so it can't
continue. What you need to tell it is an additional revision in which the
path still existed: URL/folder/now_deleted@122. This is called a "peg
revision" and explained in the documentation.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
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
Received on Wed Apr 4 08:25:56 2007

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

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