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

RE: Need STATUS or FILE DIFF on repository level

From: GOVAERTS Lieven <Lieven.GOVAERTS_at_post.be>
Date: 2005-08-09 12:31:42 CEST

Frank,

 

The only way to my knowledge to get this info is to do a dry run of a merge:

 

svn merge �r 5:20 �dry-run svn://localhost/repo1 /temp/wc

 

You do need a working copy of that repository in your disk.

 

Lieven.

 

 

 

  _____

From: mueller.limburg@freenet.de [mailto:mueller.limburg@freenet.de]
Sent: maandag 8 augustus 2005 16:44
To: users@subversion.tigris.org
Subject: Need STATUS or FILE DIFF on repository level

 

Hello,

I need for audit purposes a repository DIFF which returns a output like STATUS. This is necessary because I have to document all changed files between revisions in a separate patch folder. Later only this folder is copied to the production machine.

That meens: If R5 to R20 has 1 file added, 1 file changed and 1 file deleded I have to provide a folder with 2 files and a batch file with 1 del command.

status -r 5:20 svn://localhost/repo1
M trunkfile1.txt
D trunkfile2.txt
A trunkfile3.txt

The upper output would already help because with this output I could write a parser for the different flags (M,D,A) and generate a batch command file to copy / delete all files.

Does anyone know how I could do something like this?

Thanks for any help.

/Frank

--
 <http://adserver.freenet.de/click.ng/site=fn%e2%88%8f=chetools&kat=rub&tbl=webmail&ppos=1&TransactionID=1123512218290029&rgtg=256> 
STRICTLY PERSONAL AND CONFIDENTIAL
This message may contain confidential and proprietary material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.

Dit bericht is enkel bestemd voor de aangeduide ontvangers en kan vertrouwelijke informatie bevatten. Als u niet de ontvanger bent, dan mag u de inhoud van dit bericht niet bekendmaken noch kopiëren. Als u dit bericht per vergissing ontvangen heeft, gelieve er de afzender of De Post onmiddellijk van op de hoogte te brengen en het bericht vervolgens te verwijderen.

Ce message est uniquement destiné aux destinataires indiqués et peut contenir des informations confidentielles. Si vous n'êtes pas le destinataire, vous ne devez pas révéler le contenu de ce message ou en prendre copie. Si vous avez reçu ce message par erreur, veuillez en informer l'expéditeur, ou La Poste immédiatement, avant de le supprimer.
Received on Tue Aug 9 12:34:56 2005

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.