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

SVN old repository info/listing

From: Damien Martin-Guillerez <dmartin_at_irisa.fr>
Date: 2007-08-16 16:57:12 CEST

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
Received on Thu Aug 16 16:55:16 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.