Re: Upgrade from 1.7.5 to 1.8.8 mod_dav_svn breaks

2014-04-23 Thread Tom Kielty
Yes it did. Thanks. Ryan Schmidt wrote: > >On Apr 23, 2014, at 08:45, Tom Kielty wrote: > >> On Wed, Apr 23, 2014 at 4:32 AM, Ryan Schmidt wrote: >> >>> You shouldn’t be setting SVNPath within the “” block, >>> should you? That only belongs in the “” block. >> >> Thanks for catching that. I

Re: Upgrade from 1.7.5 to 1.8.8 mod_dav_svn breaks

2014-04-23 Thread Ryan Schmidt
On Apr 23, 2014, at 08:45, Tom Kielty wrote: > On Wed, Apr 23, 2014 at 4:32 AM, Ryan Schmidt wrote: > >> You shouldn’t be setting SVNPath within the “” block, >> should you? That only belongs in the “” block. > > Thanks for catching that. I have had that in their for 7 years with no issues. D

File externals into another external

2014-04-23 Thread Benjamin Fritz
I had a problem at work, where somebody created a tag for a library, and then deleted a bunch of files I needed from that tag. When I updated my svn:externals definition in my application to pull in the new library version, those files went away. I tried to fix it in my application, by creating fil

Re: Subversion 1.8 httpd.exe taking 100% CPU

2014-04-23 Thread mark_w
On Wed, Dec 11, 2013 at 12:28 AM, Ben Reser wrote: > I came to the conclusion that there was an LDAP problem as well. > > Things that would be interesting to know is if the httpd version changed > along > with the Subversion version or if httpd was left alone and only Subversion > was > up

Re: Upgrade from 1.7.5 to 1.8.8 mod_dav_svn breaks

2014-04-23 Thread Tom Kielty
Ryan, Thanks for catching that. I have had that in their for 7 years with no issues. Tom On Wed, Apr 23, 2014 at 4:32 AM, Ryan Schmidt < subversion-2...@ryandesign.com> wrote: > > On Apr 22, 2014, at 17:00, Tom Kielty wrote: > > > We have been using SVN with WebSVN for 7 years now. It is a non

SVN Show Logs with no users in Tortoise “Show log” for properties change

2014-04-23 Thread nisha
We have noticed that sometimes we are missing user ID (“Author” column) when we use the Tortoise “Show log”. This happens when we change some properties on files or folders and we commit them. Is it possible to correct it . Help is much appreciated. Thanks.

RE: Subversion Windows Performance compared to Linux

2014-04-23 Thread Grierson, David
Latency Numbers Every Programmer Should Know: https://gist.github.com/jboner/2841832 Always useful to have in mind when considering your benchmarking environment. -- David Grierson – SDLC Tools Specialist Sky Broadcasting - Customer Business Systems - SDLC Tools Tel: +44 1506 325100 / Email: dav

RE: TortoiseSVN, OPTIONS request on 'foo' failed: 501 Not Implemented

2014-04-23 Thread Bert Huijben
> -Original Message- > From: Carl Brewer [mailto:c...@aboc.com.au] > Sent: woensdag 23 april 2014 06:57 > To: users@subversion.apache.org > Subject: TortoiseSVN, OPTIONS request on 'foo' failed: 501 Not Implemented > > > G'day, > I have a SVN repository that runs through apache (2.4), t

Re: Extra blank line when using command line editor for commit message

2014-04-23 Thread Ryan Schmidt
On Apr 23, 2014, at 04:37, Ryan Schmidt wrote: > Just install a pre-commit-hook script allowing modification of those > properties er, make that a pre-revprop-change hook script.

Re: Extra blank line when using command line editor for commit message

2014-04-23 Thread Ryan Schmidt
On Apr 22, 2014, at 22:22, Justin Mrkva wrote: > I see, that’s good to know. I’ll definitely set it up, it does make sense to > strip whitespace. Not sure why that isn’t done by default. :) > > Now I just have to figure out if a dump/load will apply the hooks to to clean > up old log messages

Re: Upgrade from 1.7.5 to 1.8.8 mod_dav_svn breaks

2014-04-23 Thread Ryan Schmidt
On Apr 22, 2014, at 17:00, Tom Kielty wrote: > We have been using SVN with WebSVN for 7 years now. It is a non-SSL, hosted > on a Windows 2008 R2 server behind Apache 2.2. > > Recently we looked into upgrading from SVN 1.7.5 with WebSVN 2.3.3 to SVN > 1.8.8 and the same WebSVN 2.3.3. > > The

svn diff property order

2014-04-23 Thread Dennis Hendriks
Hello all, When doing an 'svn diff', the output includes the actual diff, but also the diff of the properties of the files. However, the properties don't always appear in the same order. This makes it difficult to use standard 'diff' tools to compare patches. I had noticed this before on the