Re: Accessing the SVN log from java Code

2012-04-17 Thread Ryan Schmidt
On Apr 17, 2012, at 14:22, Arijit Datta wrote: > Andy Levy wrote: >> On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: >>> We have a requirement whereby we need to access a svn server and find the >>> no. of check-ins happening for each repository. >> The repository doesn't keep track of checkou

RE: Accessing the SVN log from java Code

2012-04-17 Thread jose.nunez-zuleta
.com] Sent: Tuesday, April 17, 2012 3:23 PM To: Andy Levy Cc: users@subversion.apache.org Subject: Re: Accessing the SVN log from java Code Hello Andy, Thanks for the quick reply. We are also not bothered with the checkouts. We are only bothered about the check-ins & we will also have similar

Re: Accessing the SVN log from java Code

2012-04-17 Thread Andy Levy
m: Andy Levy > To: Arijit Datta > Cc: "users@subversion.apache.org" > Sent: Wednesday, 18 April 2012 12:45 AM > Subject: Re: Accessing the SVN log from java Code > > On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: >> Hello, >> >> We have a requirement whereby w

Re: Accessing the SVN log from java Code

2012-04-17 Thread Arijit Datta
anks, AJ From: Andy Levy To: Arijit Datta Cc: "users@subversion.apache.org" Sent: Wednesday, 18 April 2012 12:45 AM Subject: Re: Accessing the SVN log from java Code On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: > Hello, > > We have a requirement wh

Re: Accessing the SVN log from java Code

2012-04-17 Thread Arijit Datta
__ From: Andy Levy To: Arijit Datta Cc: "users@subversion.apache.org" Sent: Wednesday, 18 April 2012 12:45 AM Subject: Re: Accessing the SVN log from java Code On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to acce

Re: Accessing the SVN log from java Code

2012-04-17 Thread Andy Levy
On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to access a svn server and find the > no. of check-ins happening for each repository. > > For example the SVN is hosted at https://svnexample.net > > And there are 3 repositories on it: > > https:

Re: Accessing the SVN log from java Code

2012-04-17 Thread Rob van Oostrum
http://svnkit.com/ would be an obvious place to start. On Tue, Apr 17, 2012 at 2:53 PM, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to access a svn server and find the > no. of check-ins happening for each repository. > > For example the SVN is hosted at https://svnexam

Accessing the SVN log from java Code

2012-04-17 Thread Arijit Datta
Hello, We have a requirement whereby we need to access a svn server and find the no. of check-ins happening for each repository. For example the SVN is hosted at https://svnexample.net And there are 3 repositories on it: https://svnexample.net/rep/project1 https://svnexample.net/rep/project2