Re: Problem with checkout when using timestamp

2015-09-10 Thread Eric Johnson
Hi Sascha, I suspect the answer is much worse than you suspect. Any "time-based" Subversion operation is almost certainly going to yield the wrong answer if you ever merge two repositories with a dump/load process. That's because the log operation doesn't scan all entries to find the ones with th

Re: File in repo but wont check out

2015-09-10 Thread Andy Colson
On 9/10/2015 9:45 AM, Philip Martin wrote: Philip Martin writes: Andy Colson writes: $ svn co svn://marajade/counties2/8.0/htdocs/img/phelpsmo Aphelpsmo/GISLogo2.png Aphelpsmo/PCATransparent.png Aphelpsmo/SignExample.jpg Aphelpsmo/Courthouse.jpg Aphelpsmo/Phelps.gif A

Re: NTLM authentication in subversion 1.9.0?

2015-09-10 Thread Branko Čibej
On 10.09.2015 17:50, Branko Čibej wrote: > On 10.09.2015 17:46, Grabner Markus wrote: >> Hi! >> >> I tried to setup apache-2.4 + subversion-1.9.0 + mod_authn_ntlm on Windows >> to implement a subversion server with single sign-on, and finally found a >> working configuration (see below). How

Re: NTLM authentication in subversion 1.9.0?

2015-09-10 Thread Branko Čibej
On 10.09.2015 17:46, Grabner Markus wrote: > Hi! > > I tried to setup apache-2.4 + subversion-1.9.0 + mod_authn_ntlm on Windows to > implement a subversion server with single sign-on, and finally found a > working configuration (see below). However, the configuration contains the > depreca

NTLM authentication in subversion 1.9.0?

2015-09-10 Thread Grabner Markus
Hi! I tried to setup apache-2.4 + subversion-1.9.0 + mod_authn_ntlm on Windows to implement a subversion server with single sign-on, and finally found a working configuration (see below). However, the configuration contains the deprecated "Satisfy" directive, I therefore have some ques

Re: File in repo but wont check out

2015-09-10 Thread Philip Martin
Philip Martin writes: > Andy Colson writes: > >> $ svn co svn://marajade/counties2/8.0/htdocs/img/phelpsmo >> Aphelpsmo/GISLogo2.png >> Aphelpsmo/PCATransparent.png >> Aphelpsmo/SignExample.jpg >> Aphelpsmo/Courthouse.jpg >> Aphelpsmo/Phelps.gif >> Aphelpsmo/hsbillw.jpg >

AW: AW: chcp has no effect on output encoding for chcp

2015-09-10 Thread Matthias Ludwig
I'll try to do extends the javahl interface, when I have some time for that and send it to dev@. > or just call svnlook directly. I tried allready, but you can't get svnlook to use a certain encoding. (windows change code page chcp has no effect) Matthias -Ursprüngliche Nachricht- Von:

Re: File in repo but wont check out

2015-09-10 Thread Philip Martin
Andy Colson writes: > $ svn co svn://marajade/counties2/8.0/htdocs/img/phelpsmo > Aphelpsmo/GISLogo2.png > Aphelpsmo/PCATransparent.png > Aphelpsmo/SignExample.jpg > Aphelpsmo/Courthouse.jpg > Aphelpsmo/Phelps.gif > Aphelpsmo/hsbillw.jpg > Aphelpsmo/GISLogo.gif > A

Re: File in repo but wont check out

2015-09-10 Thread Andy Colson
On 9/10/2015 12:30 AM, Andreas Stieger wrote: On 09/09/15 22:54, Andy Colson wrote: On 09/09/2015 03:02 PM, Andreas Stieger wrote: On 09/09/15 16:14, Andy Colson wrote: If I query the server directly, the file exists in the repo, but its not on disk, I cannot check it out, or add it. [...] Y

RE: win32svn for 1.9.1?

2015-09-10 Thread Bert Huijben
> -Original Message- > From: Olivier Sannier [mailto:oliv...@obones.com] > Sent: woensdag 9 september 2015 23:46 > To: users@subversion.apache.org > Subject: Re: win32svn for 1.9.1? > > On 08/09/2015 18:57, Win32Svn wrote: > > > > > > On 2015-09-08 13:00, Stefan Hett wrote: > >> On 9/7/2

AW: Problem with checkout when using timestamp

2015-09-10 Thread Sascha.Retter
Hello, the fix suggested by Eric will work of course. But it is not very practicable in case you are running a central service that supports dozens to hundreds of projects/repositories. In my point of view if subversion has the feature to support timestamps than either it should be prevented t