Re: svn: Checksum mismatch while updating

2012-05-31 Thread Aaron Turner
On Thu, May 31, 2012 at 2:18 PM, Jeyanthan wrote: > > On Friday 01 June 2012 12:33 AM, Aaron Turner wrote: >> >> I keep on getting this error: >> >> svn: Checksum mismatch while updating 'interfaces.lookup'; expected: >&

svn: Checksum mismatch while updating

2012-05-31 Thread Aaron Turner
and re-checked out and the problem goes away for a while and then returns. Trying to understand two things: 1. What causes this and how I can prevent it from happening in the future? 2. Is there an easier way then blowing away my WC and re-checking out to fix it? Thanks! -- Aaron Turner

Re: svn add: Unrecognized line ending style

2010-07-08 Thread Aaron Turner
On Thu, Jul 8, 2010 at 1:22 AM, Daniel Shahaf wrote: > Aaron Turner wrote on Wed, 7 Jul 2010 at 18:12 -: >> On Wed, Jul 7, 2010 at 12:34 AM, Johan Corveleyn wrote: >> > On Wed, Jul 7, 2010 at 7:57 AM, Aaron Turner wrote: >> >> *.c = svn:eol-style=native, svn:

Re: svn add: Unrecognized line ending style

2010-07-07 Thread Aaron Turner
On Wed, Jul 7, 2010 at 12:34 AM, Johan Corveleyn wrote: > On Wed, Jul 7, 2010 at 7:57 AM, Aaron Turner wrote: >> On Tue, Jul 6, 2010 at 10:34 PM, Henrik Sundberg wrote: >>> On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote: >>>>> echo "hi" >fo

Re: svn add: Unrecognized line ending style

2010-07-06 Thread Aaron Turner
On Tue, Jul 6, 2010 at 10:34 PM, Henrik Sundberg wrote: > On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote: >>> echo "hi" >foo.c >>> svn add foo.c >> svn: Unrecognized line ending style for 'foo.c' >> >>> echo -n "hi"

Re: svn add: Unrecognized line ending style

2010-07-06 Thread Aaron Turner
On Tue, Jul 6, 2010 at 9:35 AM, Aaron Turner wrote: > On Tue, Jul 6, 2010 at 6:18 AM, Daniel Shahaf wrote: >> Aaron Turner wrote on Tue, 6 Jul 2010 at 01:43 -: >>> Maybe this started happening after upgrading to svn 1.6.12, but not >>> really sure about the ti

Re: svn add: Unrecognized line ending style

2010-07-06 Thread Aaron Turner
On Tue, Jul 6, 2010 at 6:18 AM, Daniel Shahaf wrote: > Aaron Turner wrote on Tue, 6 Jul 2010 at 01:43 -: >> Maybe this started happening after upgrading to svn 1.6.12, but not >> really sure about the timing, but all of a sudden I can't add any new >> files to my

Re: svn add: Unrecognized line ending style

2010-07-06 Thread Aaron Turner
other hooks on your server? > > On Mon, Jul 5, 2010 at 6:43 PM, Aaron Turner wrote: >> Maybe this started happening after upgrading to svn 1.6.12, but not >> really sure about the timing, but all of a sudden I can't add any new >> files to my svn repo on my Mac (10.6

svn add: Unrecognized line ending style

2010-07-05 Thread Aaron Turner
642e 683e 0a23 696e e .#in As you can see, looks like a standard Unix text file to me, using line feeds (0x0a). In vim, I've done a ":w ++ff=unix" to force the file to unix text format just to be sure, but still having the same problem. -- Aaron Turner http://synfin.net/

Re: SVN-LDAP authentication

2010-04-27 Thread Aaron Turner
Sounds like what you need to do is put each project in it's own Apache block and set the AuthzSVNAccessFile and SVNPath options appropriately. Obviously you won't be able to use the SVNParentPath option anymore, so if you have lots of projects, you may want to write a script which genera

Re: svnserve via xinetd segfaults

2010-04-18 Thread Aaron Turner
On Sun, Apr 18, 2010 at 11:58 AM, Kevin Grover wrote: > On Sat, Apr 17, 2010 at 10:12 PM, Aaron Turner wrote: >> Not sure why, but sometimes svnserve segfaults when it runs via >> xinetd.  It turns out to be highly repeatable for specific svn >> transactions/commands.  Ie

svnserve via xinetd segfaults

2010-04-17 Thread Aaron Turner
S 5.3/x86), svn v1.6.9 Anyways, problem has seem to gone away after switching to daemon mode, so I don't need anyone to fix my problem, but figured a bug report was warranted. -- Aaron Turner http://synfin.net/ Twitter: @synfinatic http://tcpreplay.synfin.net/ - Pcap editing and r

Re: Cannot negotiate authentication mechanisim

2010-04-03 Thread Aaron Turner
On Sat, Apr 3, 2010 at 9:16 AM, Aaron Turner wrote: > On Sat, Apr 3, 2010 at 12:30 AM, Daniel Shahaf > wrote: >> Aaron Turner wrote on Fri, 2 Apr 2010 at 18:48 -0700: >>> So this works fine for me from Linux and TortioseSVN, but from >>> Windows/Cygwin when I try

Re: Cannot negotiate authentication mechanisim

2010-04-03 Thread Aaron Turner
On Sat, Apr 3, 2010 at 12:30 AM, Daniel Shahaf wrote: > Aaron Turner wrote on Fri, 2 Apr 2010 at 18:48 -0700: >> So this works fine for me from Linux and TortioseSVN, but from >> Windows/Cygwin when I try to check out my repo >> (svn://svn.synfin.net/tcpreplay) I get

Cannot negotiate authentication mechanisim

2010-04-02 Thread Aaron Turner
is? Some issue with how the Cygwin svn binaries are compiled, or??? Thanks. -- Aaron Turner http://synfin.net/ Twitter: @synfinatic http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little tempor

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 2:38 PM, Stefan Sperling wrote: > On Wed, Mar 31, 2010 at 02:28:53PM -0700, Aaron Turner wrote: >> On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: >> > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: >> >> On Wed,

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman >> wrote: >> > I have been set the task of setting up SVN and connecting Authentication >> >

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
I need a AuthzSVNAccessFile file. > However I have not been able to find any documentation on how to accomplish > this using AD groups.  Below is a simple example. Last time I checked, you can't do authorization via LDAP/AD. Just authentication. Hence the lack of documentation

Jira ticket notification hook?

2010-01-12 Thread Aaron Turner
pport that natively and most of our users don't want to be notified about *every* commit- just the commits referencing tickets they care about. I was hoping someone here was aware of a svn hook script which implements this feature? Thanks, Aaron -- Aaron Turner http://synfin.net/ http://tcpre