Code signing plugin

2012-07-24 Thread Herkes, Colin
Hi folks, Hope you can help :-) Does anyone know if there is any plugins/tools or API for doing code signing that can be integrated with subversion. I would like to automate the approval and code signing process as much as possible. Regards Colin The information in this email is confidential

Re: moved repository

2012-07-24 Thread Thorsten Schöning
Guten Tag Talkov, Roger, am Dienstag, 24. Juli 2012 um 20:48 schrieben Sie: > org.apache.subversion.javahl.ClientException: RA layer request failed > svn: Commit failed (details follow): > svn: Server sent unexpected return value (500 Internal Server > Error) in response to POST request for '/svn/

Re: unable to login to svn repo

2012-07-24 Thread Thorsten Schöning
Guten Tag Kapur, Rajneesh, am Dienstag, 24. Juli 2012 um 20:27 schrieben Sie: > [general] > anon-access = none > auth-access = write > password-db = passwd > authz-db = authz > realm = repo4 > [sasl] Don't use autz-db until your problems are solved and I would suggest to activate anon-access, too

moved repository

2012-07-24 Thread Talkov, Roger
We moved out repository to a new server. I was able to do svn log on files or directories but when I tried to do a commit, I get errors like the following: org.apache.subversion.javahl.ClientException: RA layer request failed svn: Commit failed (details follow): svn: Server sent unexpected return

RE: unable to login to svn repo

2012-07-24 Thread Kapur, Rajneesh
Thanks for pointing it out. I cleaned everything and started fresh with new repo named repo4: 1) svnserve.conf file [general] anon-access = none auth-access = write password-db = passwd authz-db = authz realm = repo4 [sasl] 2) authz file [aliases] [groups] harry_and_sally = harry,sally [reposit

RE: unable to login to svn repo

2012-07-24 Thread Kapur, Rajneesh
Thanks Thorsten and Ryan. I have turn on the logging and now on server itself I issue the following command: - svn co svn://192.168.4.64/home/RKapur/repo3 I see this in the sever log file: 1190 2012-07-24T14:29:51.004017Z 192.168.4.64 harry home/RKapur/repo3 open 2 cap=(edit-pipeline svndiff1

Re: Subversion doesn't build Neon

2012-07-24 Thread Victor Engmark
On Tue, Jul 24, 2012 at 2:16 PM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Tue, Jul 24, 2012 at 02:41:23 -0400: >> On Mon, Jul 23, 2012 at 9:32 AM, Victor Engmark >> wrote: >> > Hi all >> > >> > I've been trying for a while now to make Subversion compile offline, >> > and it looks like on

Re: Subversion doesn't build Neon

2012-07-24 Thread Victor Engmark
On Tue, Jul 24, 2012 at 8:41 AM, Nico Kadel-Garcia wrote: > On Mon, Jul 23, 2012 at 9:32 AM, Victor Engmark > wrote: >> Hi all >> >> I've been trying for a while now to make Subversion compile offline, >> and it looks like only the "apr", "apr-util", "serf" and >> "apr_memcache" external project

Re: Subversion doesn't build Neon

2012-07-24 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Tue, Jul 24, 2012 at 02:41:23 -0400: > On Mon, Jul 23, 2012 at 9:32 AM, Victor Engmark > wrote: > > Hi all > > > > I've been trying for a while now to make Subversion compile offline, > > and it looks like only the "apr", "apr-util", "serf" and > > "apr_memcache" externa

Re: unable to login to svn repo

2012-07-24 Thread Ryan Schmidt
On Jul 23, 2012, at 16:41, Thorsten Schöning wrote: > Guten Tag Kapur, Rajneesh, am Montag, 23. Juli 2012 um 22:45 schrieben Sie: > >> C:\Program Files\CollabNet\Subversion Server>svn co >> svn://172.20.212.6/u01/app/repo3 >> Authentication realm: repo3_realm >> Password for 'rkapur': > [...]

Re: unable to login to svn repo

2012-07-24 Thread Thorsten Schöning
Guten Tag Kapur, Rajneesh, am Dienstag, 24. Juli 2012 um 00:52 schrieben Sie: First of all, please don't top post on this list. > I am using windows box to access SVN server and I think its the > windows login user that I see as prompt but I don't have this user > "rkapur" listed in SVN - authz o