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

Re: PEG Revisions

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-12-05 10:07:08 CET

On Wednesday 05 December 2007, Matthias Junker wrote:
> i have a question concerning peg revisions. i have a repository with a
> directory which was replaced several times. when i do a svn log on that
> dir, i only get the history since the last replacement (last peg
> revision).

As far as Subversion is concerned, those directories don't share anything,
they are completely separate things with no relation to each other, that's
why the log of one doesn't contain anything about the other. Deleting a dir
and recreating it (instead of copying it from a former revision) is a bad
idea in other words, exactly because Subversion can't retain any history for
such operations.

> but i would like to get a log with all revisions, independent
> of the peg revisions and replacements. is there a way to do this, or
> alternatively getting a list of all peg-revisions of that dir, so i can
> get all histories with succesive svn log calls?

What you could do is get a log of the parent dir and then simply filter
changes to other items in that dir.

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: Michael Wöhrmann, 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 Dec 5 10:07:35 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.