Re: Insufficient permissions error handling

2011-03-03 Thread Rudy Grigar
On Mar 3, 2011, at 4:24 PM, Johan Corveleyn wrote: > On Thu, Mar 3, 2011 at 6:25 PM, Rudy Grigar wrote: >> I worked through an issue this morning with a Subversion user that was >> unable to store a password locally: >> >> Authentication realm: Zinch SVN Drupal >> Password f

Re: Insufficient permissions error handling

2011-03-03 Thread Johan Corveleyn
On Thu, Mar 3, 2011 at 6:25 PM, Rudy Grigar wrote: > I worked through an issue this morning with a Subversion user that was unable > to store a password locally: > > Authentication realm: Zinch SVN Drupal > Password for 'dev': > > ---

Subversion 1.6.16 Binaries Ready to download

2011-03-03 Thread Mark Poole
Hi All, Our 1.6.16 packages are ready to download. If you are already using the WANdisco Apache Subversion packages on Linux all you need to do is update via your package manager (yum update subversion, apt-get update; apt-get upgrade subversion) If you are using another platform or you aren't cu

Subversion 1.6.16 Released

2011-03-03 Thread Hyrum Wright
I'm happy to announce Subversion 1.6.16, available from: http://subversion.tigris.org/downloads/subversion-1.6.16.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.16.tar.gz http://subversion.tigris.org/downloads/subversion-1.6.16.zip http://subversion.tigris.org/downlo

Re: Unresolvable conflicts????? - Fixed

2011-03-03 Thread Michael Durket
Working now. On Mar 3, 2011, at 8:26 AM, Michael Durket wrote: > Just did that - still get the same conflict indications on a merge > > On Mar 3, 2011, at 7:51 AM, Tony Sweeney wrote: > >> >>> -Original Message- >>> From: Michael Durket [mailto:dur...@highwire.stanford.edu] >>> Sent:

Re: Unresolvable conflicts?????

2011-03-03 Thread Michael Durket
Just did that - still get the same conflict indications on a merge On Mar 3, 2011, at 7:51 AM, Tony Sweeney wrote: > >> -Original Message- >> From: Michael Durket [mailto:dur...@highwire.stanford.edu] >> Sent: 03 March 2011 15:48 >> To: users@subversion.apache.org >> Subject: Unresolvab

RE: Unresolvable conflicts?????

2011-03-03 Thread Tony Sweeney
> -Original Message- > From: Michael Durket [mailto:dur...@highwire.stanford.edu] > Sent: 03 March 2011 15:48 > To: users@subversion.apache.org > Subject: Unresolvable conflicts? > > I am running a Subversion 1.4 repository (because Redhat 5 > supplied only svn at release 1.4) and a

Re: Can't commit perl code

2011-03-03 Thread Ryan Schmidt
On Mar 3, 2011, at 09:38, Nate wrote: >> Before you were getting an error on a PROPFIND, now on a CHECKOUT. These are >> WebDAV methods that Subversion uses but that presumably your web site >> doesn't... would it work to limit the Mason directives to just GET and POST >> requests? >> >> >>

Unresolvable conflicts?????

2011-03-03 Thread Michael Durket
I am running a Subversion 1.4 repository (because Redhat 5 supplied only svn at release 1.4) and accessing it with a 1.6 client (because that's the current release level supplied by Mac OS X). I have a PROD branch and a DEV branch in the repository, and whenever I do a merge from PROD to DEV (to

Re: Can't commit perl code

2011-03-03 Thread Nate
> On Mar 3, 2011, at 01:37, Nate wrote: > >> Your post was great and led me to find this particular problem causing the >> issue, but I still haven't solved the problem. >> >> These apache handlers are causing the issue: >> >> SetHandler perl-script >> PerlHandler HTML::Mason::ApacheHandler >

Re: Can't commit perl code

2011-03-03 Thread Ryan Schmidt
On Mar 3, 2011, at 01:37, Nate wrote: > Your post was great and led me to find this particular problem causing the > issue, but I still haven't solved the problem. > > These apache handlers are causing the issue: > > SetHandler perl-script > PerlHandler HTML::Mason::ApacheHandler > > > #Hid

SVN http checkout hangs

2011-03-03 Thread Thiago Galesi
Hello I've been having some trouble using svn (subversion-1.6.15-1.fc14.i686) on a machine If I try svn checkout it hangs and I have to use kill -9 then curiously enough git-svn works like a charm here's the last (censored) lines of strace socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK

Re: Subversion Apache2.2 LDAPS authentication failed

2011-03-03 Thread 金健康
Question has been resolved. LDAPTrustedGlobalCert CA_BASE64 /path/to/your/cert/file OR #LDAPTrustedGlobalCert CA_BASE64 /path/to/your/cert/file LDAPVerifyServerCert Off # default value is On Thanks. 2011/3/1 Feldhacker, Chris : > -Original Message- > From: 金健康 [mailto:jinjiankang1..