Re: Getting a diff file from java svnkit

2019-04-23 Thread Johan Corveleyn
On Sun, Apr 21, 2019 at 12:22 PM Sharma,Deepank wrote: > > I’m stuck on the same thing for the past few days. Could you tell me how you > got the solution to this? It’ll be a great help. Hi, Svnkit is a separate project (a pure Java re-implementation SVN), and is not maintained by the Apache Su

Re: Getting a diff file from java svnkit

2014-05-19 Thread Ben Reser
On 5/18/14, 5:22 PM, ajaydeo wrote: > I need to get all the changes that happened in a particular svn revision. > In short, I have revision number and URL to the svn > > To accomplish it, from command line I use following command: > svn diff -c 1593651 http://svn.apache.org/repos/asf/lucene/dev