You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Damien Martin-Guillerez <dm...@irisa.fr> on 2007/08/16 14:57:12 UTC

SVN old repository info/listing

Hello,

I've set up an SVN repository for a website and some scripting in PHP 
for automating release by FTP.
For that I need to know which files have been modified and the type of 
file (directory or regular).
I'm using svn in xml mode which command log and info for that.
However, when I'm trying to see if a deleted component is a directory or 
a file, I'm doing that:
svn --xml info -r52 file://.../svn/trunk/www/css
I'm then getting an error than css doesn't exist in revision 55.
However, with the svn list on revision 52. 'css' does appear.
I've got the same problem when doing a 'svn list -r52' on it.

Any ideas? Suggestions?

Thanks in advance for any help.

-- 
Damien Martin-Guillerez
PhD Candidate - INRIA
IRISA - ACES Team - Office E301
Tel: (+33) 2 9984 7308

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

Re: SVN old repository info/listing

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Thursday 16 August 2007 16:57, Damien Martin-Guillerez wrote:
> svn --xml info -r52 file://.../svn/trunk/www/css
> I'm then getting an error than css doesn't exist in revision 55.
> However, with the svn list on revision 52. 'css' does appear.
> I've got the same problem when doing a 'svn list -r52' on it.

Look up "peg revisions" in the Subversion book.

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