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

Need STATUS or FILE DIFF on repository level

From: <mueller.limburg_at_freenet.de>
Date: 2005-08-08 16:43:38 CEST

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 \trunk\file1.txt D \trunk\file2.txt A \trunk\file3.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 1 Million Singles in Ihrer Nahe. Finden Sie Ihren Traumpartner bei Deutschlands beliebtester Partnerboerse: http://singles.freenet.de/index.html?pid=11512
Received on Tue Aug 9 11:42:23 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.