Re: Windows junctions are not supported in Subversion 1.8.0 anymore

2013-07-29 Thread Thorsten Schöning
Guten Tag Bert Huijben, am Donnerstag, 25. Juli 2013 um 15:04 schrieben Sie: > In 1.7 we didn't try reading symlinks for opening a working copy, while in > 1.8 and trunk we do try to read the symlink. So working copies that did work > in 1.7 are not working any more. > I would call that a regress

Re: tortoise svn on windows 8

2013-07-29 Thread Thorsten Schöning
Guten Tag Sandeep Desai, am Montag, 29. Juli 2013 um 20:42 schrieben Sie: > We are facing one strange issue regarding Tortoise SVN 1.8.x on Windows 8 > platform. You are using 1.8.0, 1.8.1 has been recently released, try if that version fixes the error for you. > When we do checkin and checkout

Re: Subversion for Oracle Linux

2013-07-29 Thread Thorsten Schöning
Guten Tag mokhtar.ouro-sama, am Montag, 29. Juli 2013 um 12:41 schrieben Sie: > I want to install subversion on Oracle Linux. > Please, how can i get a version? You have to use prebuilt packages available or build yourself from source. The most common packages for various distributions provide Wa

Subversion for Oracle Linux

2013-07-29 Thread mokhtar.ouro-sama
Hello, I want to install subversion on Oracle Linux. Please, how can i get a version? Best Regards, Mokhtar D. OURO-SAMA

Re: Proxy error on SVN 1.8.1

2013-07-29 Thread Lieven Govaerts
Hi, On Mon, Jul 29, 2013 at 6:28 PM, Guillaume Lasnier wrote: > Hi all, > When issuing the following command, I get the following error: > > $ svn -v log > svn: E120107: Unable to connect to a repository at URL > 'https://svncvs.myhost.mydomain/repos/myrepo/trunk/hybris/bin/platform' > svn: E1201

Proxy error on SVN 1.8.1

2013-07-29 Thread Guillaume Lasnier
Hi all, When issuing the following command, I get the following error: $ svn -v log svn: E120107: Unable to connect to a repository at URL 'https://svncvs.myhost.mydomain/repos/myrepo/trunk/hybris/bin/platform' svn: E120107: Error running context: The proxy server returned an error while setting u

Re: problem building 1.8.1 (sqlite-amalgamation)

2013-07-29 Thread Branko Čibej
On 29.07.2013 14:58, Thomas Harold wrote: > From my notes back when I compiled 1.8.0, I had to download the > sqlite-amalgamation ZIP file and add it into the source directory. > > $ cd /usr/local/src/subversion-1.8.0/ > $ wget http://www.sqlite.org/sqlite-amalgamation-3071501.zip > $ unzip sqlite-

Re: Problem with SSL Client auth and libserf

2013-07-29 Thread Bernd May
Hey, On 26.07.2013 11:14, Lieven Govaerts wrote:> This renegotiation issue was solved on serf trunk in r2078, details in > the ticket you opened: > https://code.google.com/p/serf/issues/detail?id=114 > > r2078 applies cleanly to the serf 1.3.x branch, so if you can validate > the fix before I bac

RE: Tortise svn error

2013-07-29 Thread Birdsell, John - OIG
I have found that windows 7 sets the properties of new/transferred files and directories to read only and in some cases permissions have not been inherited as you would expect. Hope this helps. Regards John Birdsell -Original Message- From: Thorsten Schöning [mailto:tschoen...@am-

Re: Tortise svn error

2013-07-29 Thread Thorsten Schöning
Guten Tag Birdsell, John - OIG, am Montag, 29. Juli 2013 um 16:34 schrieben Sie: Please always answer to the list, not individuals. > I have found that windows 7 sets the properties of > new/transferred files and directories to read only and in some > cases permissions have not been inherited

Re: Tortise svn error

2013-07-29 Thread Thorsten Schöning
Guten Tag Kotla, Neha (CMS/CTR), am Montag, 29. Juli 2013 um 14:58 schrieben Sie: > I use windows 7 and Collabnet product to maintain repo’s. But if we > do path based permissions it’s giving us forbidden error. Is it a bug in > subversion? Unlikely, but if you could provide some more details ab

Tortise svn error

2013-07-29 Thread Kotla, Neha (CMS/CTR)
Hello, I use windows 7 and Collabnet product to maintain repo's. But if we do path based permissions it's giving us forbidden error. Is it a bug in subversion?

Re: problem building 1.8.1 (sqlite-amalgamation)

2013-07-29 Thread Thomas Harold
From my notes back when I compiled 1.8.0, I had to download the sqlite-amalgamation ZIP file and add it into the source directory. $ cd /usr/local/src/subversion-1.8.0/ $ wget http://www.sqlite.org/sqlite-amalgamation-3071501.zip $ unzip sqlite-amalgamation-3071501.zip $ mv sqlite-amalgamation-3

Re: Unable to commit certain file name with "popup" into svn

2013-07-29 Thread Andy Levy
On Sun, Jul 28, 2013 at 10:41 PM, ChoeJenSing wrote: > > Hi, > > here are the screen shot > > > Please don't send screenshots when a copy/paste of the message will suffice. It wastes bandwidth and isn't searchable. Based on a simple Google search[1], you appear to have a post-commit hook in your

Re: problem building 1.8.1

2013-07-29 Thread Philip Martin
Steve Kelem writes: > svn_tests: E200030: sqlite[S26]: file is encrypted or is not a database, > executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;' > FAIL: lt-client-test 3: test svn_client_patch > I configured with: > % setenv CC "gcc -m64 -std=gnu99" > % ./configure \