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

Make patch with full files not diff

From: Laurent CHASTEL <lchastel_at_hotmail.com>
Date: 2004-10-25 01:35:52 CEST

Hello,

I put a SQL database under svn (tables creations or modificatons scripts,
stored procedures,...)
I would like to create a patch to update my database from one version to
another.

I need to get only the full text version of modified files (not diff as svn
diff allows).
- Full text version, because only full scripts could be executed on database
server.
- Only modified files, because each scripts executed takes time, and execute
unmodified scripts is a lost of time.

Here is an example of what I would like to have.
In version 3.0 (svn rev 45) of the repository, I have 10 files A, B, ... and
J.
I make modification on the repository :
  - Add 2 files K and L.
  - Modify the files B, C, F, H
I create the version 4.0 (svn rev 57)

I would like to get only modified objects to create the patch : B, C, F, H,
K, L

Best regards,
Laurent

_________________________________________________________________
Hotmail : bientôt 250 Mo de stockage !
http://www.imagine-msn.com/hotmail/fr-fr/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 01:36:26 2004

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.