Re: svnadmin: Corrupt node-revision

2012-04-04 Thread Mat Booth
On 3 April 2012 08:02, Amit Girme wrote: > Hi, > > > Can anyone please help me in resolving the issue of > > > svnadmin: Corrupt node-revision > > > output for the command svnadmin verify REPONAME > What have you tried so far? A Google search shows me this email from Julian, which might be help

Creating a user using the API in Java

2012-04-04 Thread Mr. White
Hello guys, i came to realize that the Subversion API is way more complicated than i thought. I hoped there were functions to create/edit/delete users/ repositories/groups, but the API doesn't offer those simple functions as far is my research goes. Could someone give an example on how to create a

Re: Creating a user using the API in Java

2012-04-04 Thread Andy Levy
On Wed, Apr 4, 2012 at 06:08, Mr. White wrote: > Hello guys, > > i came to realize that the Subversion API is way more complicated than > i thought. I hoped there were functions to create/edit/delete users/ > repositories/groups, but the API doesn't offer those simple functions > as far is my rese

Re: Creating a user using the API in Java

2012-04-04 Thread Stefan Sperling
On Wed, Apr 04, 2012 at 03:08:06AM -0700, Mr. White wrote: > Hello guys, > > i came to realize that the Subversion API is way more complicated than > i thought. I hoped there were functions to create/edit/delete users/ > repositories/groups, but the API doesn't offer those simple functions > as fa

Re: Creating a user using the API in Java

2012-04-04 Thread Mark Phippard
On Wed, Apr 4, 2012 at 6:08 AM, Mr. White wrote: > i came to realize that the Subversion API is way more complicated than > i thought. I hoped there were functions to create/edit/delete users/ > repositories/groups, but the API doesn't offer those simple functions > as far is my research goes. S

Re: Error building subversion-1.7.4 mod_dav_svn.so with my own apr and apr-utils

2012-04-04 Thread Stefan Sperling
On Tue, Apr 03, 2012 at 09:17:41AM -0700, Joel Eidsath wrote: > I would love some help on this one. I have included my ldd info, as > well as my configure lines for apr, apr-util, httpd, and subversion. > Let me know if you have a guess about what is going wrong. > > Also, please include me on rep

SVN Libraries

2012-04-04 Thread Waseem Shahzad
Hi guys I want to create an application to communicate with Revision Numbers and Show Logs complete for extracting desired reports. It would emphasize on searching. Pls share. Cheers, Waseem Bukhari CMer

Re: SVN Libraries

2012-04-04 Thread vishwajeet singh
On Wed, Apr 4, 2012 at 6:29 PM, Waseem Shahzad wrote: > Hi guys > >I want to create an application to communicate with > Revision Numbers and Show Logs complete for extracting desired reports. It > would emphasize on searching. > > Pls share. > Subversion bindings ar

RE: SVN Libraries

2012-04-04 Thread Waseem Shahzad
Thanks VS I want to program in C# Cheers, Waseem Bukhari CMer - Ext: 506 From: vishwajeet singh [mailto:dextrou...@gmail.com] Sent: Wednesday, April 04, 2012 9:03 AM To: Waseem Shahzad Cc: users@subversion.apache.org Subject: Re: SVN Libraries On Wed, Apr 4, 2012 at 6:29 P

RE: SVN Libraries

2012-04-04 Thread Cooke, Mark
> -Original Message- > From: Waseem Shahzad [mailto:waseem.shah...@curemd.com] > Sent: 04 April 2012 14:04 > To: vishwajeet singh > Cc: users@subversion.apache.org > Subject: RE: SVN Libraries > > Thanks VS > > > > I want to program in C# > I just typed "using subversion from c#"

Re: SVN Libraries

2012-04-04 Thread vishwajeet singh
On Wed, Apr 4, 2012 at 6:34 PM, Waseem Shahzad wrote: > Thanks VS > > ** ** > > I want to program in C# > Than sharpsvn is the one for you http://sharpsvn.open.collab.net/ > > > ** ** > > ** ** > > Cheers, > > Waseem Bukhari > > CMer - Ext: 506 > > ** ** > > *From:* vishw

Amazon linux subversion rpm

2012-04-04 Thread Nagarajan, Suresh
Hi Team, Please let me where do I find the binary package for Amazon linux subversion rpm Thanks in advance. Thanks, N.Suresh This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom

svndumpfilter and subdirectories

2012-04-04 Thread Jim McCaskey
Hello all, I'm hoping I'm just failing to find the correct syntax to Google for this question. I have a repository that I want to fish out a subdirectory and all its branches. For example: project/trunk/compa project/trunk/compb project/trunk/compc I only want to get compb. BUT, I also need

Re: Error building subversion-1.7.4 mod_dav_svn.so with my own apr and apr-utils

2012-04-04 Thread Philip Martin
Stefan Sperling writes: > The ldd output does indeed look correct. But it looks as if dlopen() > regardless fails to locate the correct APR libraries when trying to > load mod_dav_svn.so into the running httpd process. > It probably finds another APR in /usr/lib or elsewhere and uses that. > > Tr

Re: Amazon linux subversion rpm

2012-04-04 Thread Ulrich Eckhardt
Am 04.04.2012 15:45, schrieb Nagarajan, Suresh: > Please let me where do I find the binary package for Amazon linux subversion > rpm Have you checked the upstream package repository? Note that not all of them are activated by default, if I read the info at Amazon's correctly. If that fails, you m

Subversion 1.6.16 SASL, LDAP problem to determine problem source(fodrek)

2012-04-04 Thread Peter Fodrek
Dear SVN experts, I would like to ask, how to setup subversion to work with sasl and LDAP (LDAP server I am not able to reconfigure and runs on another machine) I was tested this configuration on the MAC OS X machine where svn repositories with conf/paswd file plain password authentication

Re: Error building subversion-1.7.4 mod_dav_svn.so with my own apr and apr-utils

2012-04-04 Thread Joel Eidsath
I fixed the startup issue by removing some of the static libraries and building them as modules. There are probably more complicated linker issues with static vs. dynamic modules than I am aware of. Joel Eidsath On Wed, Apr 4, 2012 at 7:14 AM, Philip Martin wrote: > Stefan Sperling writes: > >>

Update fails to delete a line of code

2012-04-04 Thread Reed, David
I am not subscribed, so please be so kind as to CC me in your response. Thanks. Using relatively current versions of SubversionEdge and TortoiseSVN, I "committed" a file (from which I had deleted a line of code in my local workspace). Then I logged onto my app server and used TortoiseSVN and "

Re: Update fails to delete a line of code

2012-04-04 Thread Andy Levy
On Wed, Apr 4, 2012 at 14:38, Reed, David wrote: > I am not subscribed, so please be so kind as to CC me in your response. > Thanks. > > > > Using relatively current versions of SubversionEdge and TortoiseSVN, I > "committed" a file (from which I had deleted a line of code in my local > workspace)

RE: Update fails to delete a line of code

2012-04-04 Thread Reed, David
No, it was identical to the local file, except for the deleted line of code. -Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent: Wednesday, April 04, 2012 2:50 PM To: Reed, David Cc: users@subversion.apache.org Subject: Re: Update fails to delete a line of code On Wed, A

Re: Update fails to delete a line of code

2012-04-04 Thread Les Mikesell
On Wed, Apr 4, 2012 at 1:53 PM, Reed, David wrote: > No, it was identical to the local file, except for the deleted line of code. That doesn't make much sense. Does the tortoise 'check for modifications' against the repository show they are different? -- Les Mikesell lesmikes...@gmail.c

RE: Update fails to delete a line of code

2012-04-04 Thread Reed, David
Unfortunately, I can't answer that. I did it last week, and this was my first chance to ask about it on the list. Being under pressure to make it work, I ended up bypassing TortoiseSVN to force through my change, and so no longer have good forensic evidence. I thought perhaps there was a know

Re: Update fails to delete a line of code

2012-04-04 Thread Les Mikesell
On Wed, Apr 4, 2012 at 2:59 PM, Reed, David wrote: > Unfortunately, I can't answer that.  I did it last week, and this was my > first chance to ask about it on the list.  Being under pressure to make it > work, I ended up bypassing TortoiseSVN to force through my change, and so no > longer have

RE: Update fails to delete a line of code

2012-04-04 Thread Reed, David
Thank you, very much, for your help. -Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Wednesday, April 04, 2012 4:10 PM To: Reed, David Cc: Andy Levy; users@subversion.apache.org Subject: Re: Update fails to delete a line of code On Wed, Apr 4, 2012 at 2:59 PM, R

Subversion 1.6.17 srpm compatible with RHEL 4, 5, and 6 hooks at github

2012-04-04 Thread Nico Kadel-Garcia
For anyone, like me, who's wanted a clean RHEL 4 compatible subversion 1.6.17, with source code, to build RPM's with and have consistent versions with other Red Hat releases, I present: https://github.com/nkadel/subversion-1.6.17-srpm It's only tested in a few Scientific Linux 4, 5, and 6 environ