Add $authenticated to group definition

2015-01-15 Thread Tom Ghyselinck
Hi, We are using subversion 1.8.8 (r1568071) server on Ubuntu 14.04. I need to add "$authenticated" to the group since this is required for our company generic group definitions. We created an authz file with group definitions as follows: [groups] myreaders = $authenticated

Re: Possible bug in subversion

2015-01-15 Thread Ryan Schmidt
On Jan 15, 2015, at 4:10 AM, Jon-Erik TYVAND wrote: > We use subversion on AIX 6.1 and it works perfectly! But on AIX 7.1 we get a > Segmention fault(coredump) using svn co. We have tried several of the aix 7.1 > rpm supplied from perlz. Is this a known bug? What versions of Subversion are yo

Re: Storing encrypted password on Linux for automated builds with https://

2015-01-15 Thread Branko Čibej
On 15.01.2015 16:16, Alfred von Campe wrote: > We recently switched from svn+ssh:// to https:// access for Subversion on our > Linux desktops, by configuring Subversion to store passwords in a secure > manner using Gnome Keyring. So far, so good. The performance increase in > checkouts, update

Storing encrypted password on Linux for automated builds with https://

2015-01-15 Thread Alfred von Campe
We recently switched from svn+ssh:// to https:// access for Subversion on our Linux desktops, by configuring Subversion to store passwords in a secure manner using Gnome Keyring. So far, so good. The performance increase in checkouts, updates, logs, etc. is noticeable. However, I haven’t been

Re: Problem to go to older revision that had externals

2015-01-15 Thread Philip Martin
Daniel Widenfalk writes: > On 2015-01-15 15:01, Philip Martin wrote: >> >> The failed workqueue happens with trunk as well. I've raised an issue: >> http://subversion.tigris.org/issues/show_bug.cgi?id=4550 >> > > Is this issue in any way related to 4360, or are unrelated and just > very similar

Re: Problem to go to older revision that had externals

2015-01-15 Thread Daniel Widenfalk
On 2015-01-15 15:01, Philip Martin wrote: > Holger Schmidt writes: > >> I have a working copy that includes data from an other repository with >> an svn:externals property. Then I decide to import that data into my >> repository and to remove the external. The following update that >> switches

Re: Problem to go to older revision that had externals

2015-01-15 Thread Philip Martin
Holger Schmidt writes: > I have a working copy that includes data from an other repository with > an svn:externals property. Then I decide to import that data into my > repository and to remove the external. The following update that > switches the data from external to local causes trouble in

Possible bug in subversion

2015-01-15 Thread Jon-Erik TYVAND
Hello, We use subversion on AIX 6.1 and it works perfectly! But on AIX 7.1 we get a Segmention fault(coredump) using svn co. We have tried several of the aix 7.1 rpm supplied from perlz. Is this a known bug? test30:/home/rumo/tmp> svn co http://tvinnsvn:8080/svn/tvinn/trunk/dev/felles Authenti

Problem to go to older revision that had externals

2015-01-15 Thread Holger Schmidt
Hi, I have a working copy that includes data from an other repository with an svn:externals property. Then I decide to import that data into my repository and to remove the external. The following update that switches the data from external to local causes trouble in some working copies (Re