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

Python Script to Export changed Files in a revision range

From: Rock Sun <daijun_at_gmail.com>
Date: Tue, 6 Jan 2009 20:14:25 +0800

A friend of mine asked me if subversion has a function to export changed
Files in
a revision range, because she want to send the zipped exported directory to
customer
to overwrite the old version. After googled, I find a Windows BAT(with linux
tools) <http://svn.haxx.se/users/archive-2007-06/0977.shtml> , a
java<http://orangepips.instantspot.com/blog/2008/03/06/Export-Subversion-Files-Changed-between-Two-Revision-Numbers>
and a TortoiseSVN solution. I think the solutions above all have its own
defect, So I
decided to write a cross platform script with python.

The script is here:
http://svn-script.googlecode.com/svn/trunk/tools/svnchanged_export.py

I write a simple introduction:
http://rocksun.cn/svnchanged-export/

-- 
My Blog: http://rocksun.cn/
My Site: http://www.subversion.org.cn
Received on 2009-01-06 14:22:36 CET

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.