Re: git diff format support

2010-08-25 Thread anatoly techtonik
On Wed, Aug 25, 2010 at 12:21 PM, Daniel Shahaf wrote: > Stefan Sperling wrote on Tue, Aug 24, 2010 at 23:03:24 +0200: >> On Tue, Aug 24, 2010 at 07:51:28PM +0300, anatoly techtonik wrote: >> > Good to know. Is it worth to rename it to `svn diff --git` for >> > unification with Mercurial? >> >> I

Re: git diff format support

2010-08-25 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Aug 24, 2010 at 23:03:24 +0200: > On Tue, Aug 24, 2010 at 07:51:28PM +0300, anatoly techtonik wrote: > > Good to know. Is it worth to rename it to `svn diff --git` for > > unification with Mercurial? > > I suppose we could rename the option to "--git", yes. > Do you w

Re: git diff format support

2010-08-24 Thread Stefan Sperling
On Tue, Aug 24, 2010 at 07:51:28PM +0300, anatoly techtonik wrote: > Good to know. Is it worth to rename it to `svn diff --git` for > unification with Mercurial? I suppose we could rename the option to "--git", yes. Do you want to send a patch that does so? See http://subversion.apache.org/docs/co

Re: git diff format support

2010-08-24 Thread Stefan Sperling
On Tue, Aug 24, 2010 at 05:44:50PM +0100, Jon Foster wrote: > Hi, > > There is a --git-diff option in Subversion Trunk, so this will > probably be available in Subversion 1.7. Yes. But there are some restrictions, most notably with renames. Our git-style diffs show adds, deletes, and copies prope

Re: git diff format support

2010-08-24 Thread anatoly techtonik
d regards, > > Jon > > -Original Message- > From: anatoly techtonik [mailto:techto...@gmail.com] > Sent: 24 August 2010 17:35 > To: Subversion Development > Subject: git diff format support > > Hello again, > > I am struggling with "svn diff"

RE: git diff format support

2010-08-24 Thread Jon Foster
Hi, There is a --git-diff option in Subversion Trunk, so this will probably be available in Subversion 1.7. Kind regards, Jon -Original Message- From: anatoly techtonik [mailto:techto...@gmail.com] Sent: 24 August 2010 17:35 To: Subversion Development Subject: git diff format support

git diff format support

2010-08-24 Thread anatoly techtonik
Hello again, I am struggling with "svn diff" output format, which doesn't contain information about added, copied and renamed files. This information is needed for generating complete code review diffs for Rietveld project. It would be nice if `svn diff` supported additional -g, --git option to ge