Subversion can do this natively. `svn diff -c1234` will give you the revision diff for revision 1234. If you use a GUI client, there is probably a menu entry somewhere to do that.
- Dave On Tue, Mar 30, 2010 at 09:37, Sebastian Wagner <[email protected]>wrote: > hi, > > I often run in a situation where I want to apply a changeset (a > Revision) from my Project to several branches. > > But if the developer has already commited to the SVN you cannot get a > DIFF / Patch. You can only review the files and redo it manually. > Is there any chance to create a DIFF of the hole change after (or with > every commit) ? > > So that other developers can apply the change without need to do a SVN > Up and to be able to apply the change to their own branch. > > Some projects set up this in their SVN commit process so that > Subversion does only accept commits with a changeset as ZIP-File > uploaded before. But I will not be able to force everybody to do that, > so is there any chance afterwards to create the DIFF? > > see also: http://code.google.com/p/support/issues/detail?id=3792 > > thanks, > Sebastian > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-code-hosting%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- Google Switzerland GmbH Brandschenkestrasse 110, Zurich, Switzerland 8002 Zurich Identifikationsnummer: CH-020.4.028.116-1 -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

