Am 12.09.2012 11:28, schrieb Hans:
> Hi, I'd like to open the original (base) version of a modified file
> in a start_commit_hook, to compare modified against original version.
> Depending on the outcome, I want the hook to perform one of two
> tasks. How to I get the path to the local copy of the file which TSvn
> keeps in the .svn directory tree?
svn cat -r BASE <filename>
Getting a path actually depends on internals of the working copy
metadata. You shouldn't base your code on those. Another way to get at
the according info could be with "svn diff <filename>".
That said, this is not so much a TSVN-specific issue, the working copy
format is handled by the (base) SVN libraries.
Uli
**************************************************************************************
Domino 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.dominolaser.com
**************************************************************************************
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. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3005288
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-09-12 11:45:51 CEST