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

Re: [RFC] Extending/replacing changelists with stackable patches

From: Augie Fackler <lists_at_durin42.com>
Date: Sun, 28 Jun 2009 17:32:33 -0500

On Jun 26, 2009, at 5:24 AM, Stefan Sperling wrote:

> Combined with advanced svnpatch functionality (serialised svn://
> protocol commands encoded in the patch file), we could even encode
> tree changes in a less lossy way than is possible with plain unidiff.

If you're going to use something beyond pure unidiff, I'd encourage
you to look at git-diffs, which are used by at least Mercurial and Git
(no idea about Bazaar), and maybe even add some simple extensions to
that format for directory entries and properties if needed. It's been
very nice to have a format that has the extra metadata, but still
works with patch(1) most of the time.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2366173
Received on 2009-06-29 00:32:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.