Re: SSL handshake failed: SSL error: A TLS warning alert has been received.

2010-09-06 Thread Nico Kadel-Garcia
On Mon, Sep 6, 2010 at 5:40 AM, Bert Huijben wrote: > > >> -Original Message- >> From: Gero [mailto:g...@ieee.org] >> Sent: maandag 6 september 2010 11:37 >> To: users@subversion.apache.org >> Subject: Re: SSL handshake failed: SSL error: A TLS warning alert has been >> received. >> >> On

Re: Fwd: Repository Directory Tree

2010-09-06 Thread Nico Kadel-Garcia
On Mon, Sep 6, 2010 at 10:47 AM, Stefan Sperling wrote: > On Mon, Sep 06, 2010 at 10:27:46AM -0400, Allen Williams wrote: >> I send this email out about once a month or so in what is becoming >> the vain hope I'll get a response... >> >> My subversion repository is in /var/svn. Somehow (and, yes,

RE: Fwd: Repository Directory Tree

2010-09-06 Thread Jon Foster
Stefan Sperling wrote: > On Mon, Sep 06, 2010 at 10:27:46AM -0400, Allen Williams wrote: > > I send this email out about once a month or so in what is > > becoming the vain hope I'll get a response... > > > > My subversion repository is in /var/svn. Somehow (and, yes, I'm > > new; I'm evaluating i

Re: Fwd: Repository Directory Tree

2010-09-06 Thread Stefan Sperling
On Mon, Sep 06, 2010 at 10:27:46AM -0400, Allen Williams wrote: > I send this email out about once a month or so in what is becoming > the vain hope I'll get a response... > > My subversion repository is in /var/svn. Somehow (and, yes, I'm new; > I'm evaluating it), I've wound up with the followin

RE: Repository Directory Tree

2010-09-06 Thread Giulio Troccoli
Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 From: Allen Williams [mailto:a...@csunv.com] Sent: 06 September 2010 15:28 To: users@subversi

Fwd: Repository Directory Tree

2010-09-06 Thread Allen Williams
I send this email out about once a month or so in what is becoming the vain hope I'll get a response... My subversion repository is in /var/svn. Somehow (and, yes, I'm new; I'm evaluating it), I've wound up with the following directory structure in my subversion repository: /var/svn/ var/svn

Re: Merge problem with different users

2010-09-06 Thread Stefan Sperling
On Mon, Sep 06, 2010 at 02:44:30AM -0700, Ungruhe, Michael wrote: > The "merge user" is just a user account. Since we noticed that the > problem described earlier only occurs when the merging is made by > different users (on different user accounts), we created a new user > account (called mergeuse

Re: Transaction and revision numbers

2010-09-06 Thread Campbell Allan
On Monday 06 Sep 2010, Giulio Troccoli wrote: > Linedata Limited > Registered Office: 85 Gracechurch St., London, EC3V 0AA > Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 > > -Original Message- > > > From: Campbell Allan [mailto:campbell.al...@sword-ciboodle.com] > > Se

RE: Transaction and revision numbers

2010-09-06 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Campbell Allan [mailto:campbell.al...@sword-ciboodle.com] > Sent: 06 September 2010 11:40 > To: users@subversion.apach

Re: Transaction and revision numbers

2010-09-06 Thread Campbell Allan
On Monday 06 Sep 2010, Giulio Troccoli wrote: > > > The class will be used by both the pre- and post-commit hooks, hence the > need to distinguish between transaction or revision. And I would like to do > it by just looking at the transaction/revision number. > > I think transactions are in the for

Re: Transaction and revision numbers

2010-09-06 Thread Daniel Becroft
On Mon, Sep 6, 2010 at 7:57 PM, Giulio Troccoli < giulio.trocc...@uk.linedata.com> wrote: > > > > > > > Linedata Limited > Registered Office: 85 Gracechurch St., London, EC3V 0AA > Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 > > > > > >

RE: Transaction and revision numbers

2010-09-06 Thread Giulio Troccoli
Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 From: Daniel Becroft [mailto:djcbecr...@gmail.com] Sent: 06 September 2010 10:52 To: Giulio T

Re: Transaction and revision numbers

2010-09-06 Thread Daniel Becroft
On Mon, Sep 6, 2010 at 7:29 PM, Giulio Troccoli < giulio.trocc...@uk.linedata.com> wrote: > Is there a special format of a transaction number? > > I would like to write a method in perl that gets a number, either > transaction or revision, and then adds the correct --revision or > --transaction pa

RE: Merge problem with different users

2010-09-06 Thread Ungruhe, Michael
The "merge user" is just a user account. Since we noticed that the problem described earlier only occurs when the merging is made by different users (on different user accounts), we created a new user account (called mergeuser) that all developers use for merging (and reintegration). So the users i

RE: SSL handshake failed: SSL error: A TLS warning alert has been received.

2010-09-06 Thread Bert Huijben
> -Original Message- > From: Gero [mailto:g...@ieee.org] > Sent: maandag 6 september 2010 11:37 > To: users@subversion.apache.org > Subject: Re: SSL handshake failed: SSL error: A TLS warning alert has been > received. > > On Wed, 2010-08-18 at 02:06 -0400, Nico Kadel-Garcia wrote: > On

Re: SSL handshake failed: SSL error: A TLS warning alert has been received.

2010-09-06 Thread Gero
Forgot the link to the Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/294648

Re: SSL handshake failed: SSL error: A TLS warning alert has been received.

2010-09-06 Thread Gero
On Wed, 2010-08-18 at 02:06 -0400, Nico Kadel-Garcia wrote: On Wed, Aug 11, 2010 at 10:24 AM, Gero wrote: > > Hi, > > > > After moving to a new system (Kubuntu Hardy -> Lucid) I can no longer access > > an SVN repository: > > > > $ svn update > > svn: OPTIONS of 'https://example.com/path/to/svn

Transaction and revision numbers

2010-09-06 Thread Giulio Troccoli
Is there a special format of a transaction number? I would like to write a method in perl that gets a number, either transaction or revision, and then adds the correct --revision or --transaction parameter (for the svnlook command). So if there is a special format for a transaction number I can