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

Re: binary diff/patch

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-03 20:04:32 CEST

On Oct 3, 2006, at 12:45, Ruslan Sivak wrote:

> We've decided to take a copy of the latest project and split it off
> into it's own repository as we expect major changes to be made to
> this codebase. The codebase includes text files and image files.
> I am planning to port certain changes from the old repository to
> the new one by creating patches and applying them to the new
> repository.
> Is this possible? I can't seem to find a good way to do this. When
> I try to do a svn diff on binary files, it says that it's not
> supported.

Correct, I don't think there's a good way to express differences of
binary files... at least not with the standard unix patch format,
which is what svn diff emulates.

You could just copy the new file from the one repository over the old
file in the other repository.

But why do you want to make separate repositories here? Why not just
make a branch in your existing repository? Then you can use svn merge
the way it was intended.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 3 20:05:29 2006

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.