Re: FreeBSD project and subversion.

2013-02-05 Thread Branko Čibej
On 06.02.2013 00:58, Stefan Sperling wrote: > Joke aside, I'm not sure if there is a really good way to resolve > these ambiguities. I don't really like that fact that we've got these > --old and --new options in the first place. It seems like a crutch for > a lack of a better syntax that can expre

Re: FreeBSD project and subversion.

2013-02-05 Thread Stefan Sperling
On Wed, Feb 06, 2013 at 12:30:05AM +0100, Johan Corveleyn wrote: > Nah, it's fine, I think I'm starting to get convinced ;-). But it's > still a pity that there is no relief (at least I don't see any) for > confusion around the fact that 'svn diff WC-PATH1 WC-PATH2' doesn't > diff WC-PATH1 and WC-P

RE: FreeBSD project and subversion.

2013-02-05 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@apache.org] > Sent: woensdag 6 februari 2013 00:08 > To: Johan Corveleyn > Cc: Alexey Neyman; users@subversion.apache.org; Alfred Perlstein > Subject: Re: FreeBSD project and subversion. > > On Tue, Feb 05, 2013 at 09:18:33PM +010

Re: Missing file prevents submitting unrelated changelists

2013-02-05 Thread Stefan Sperling
On Tue, Feb 05, 2013 at 06:23:10PM -0500, Nick wrote: > On Mon, 2013-01-28 at 21:56 +0100, Johan Corveleyn wrote: > > Sounds like a bug to me. This one is somewhat similar (though not the same): > > > > http://subversion.tigris.org/issues/show_bug.cgi?id=3484 (Submitting a > > changelist while obs

Re: FreeBSD project and subversion.

2013-02-05 Thread Johan Corveleyn
On Wed, Feb 6, 2013 at 12:07 AM, Stefan Sperling wrote: > On Tue, Feb 05, 2013 at 09:18:33PM +0100, Johan Corveleyn wrote: >> Hmm, okay, but I would have preferred some more discussion before you >> implemented this. It's not clear to me that this decreases the >> surprises. I can perfectly imagin

Re: Missing file prevents submitting unrelated changelists

2013-02-05 Thread Nick
On Mon, 2013-01-28 at 21:56 +0100, Johan Corveleyn wrote: > On Mon, Jan 28, 2013 at 5:31 PM, Nick wrote: > > On Mon, 2013-01-28 at 18:03 +0200, Daniel Shahaf wrote: > >> I see, perhaps I misread your initial script. I wonder whether > >> $ svn ci --cl "Add a and b" a b > >> works... (but no time

Re: FreeBSD project and subversion.

2013-02-05 Thread Stefan Sperling
On Tue, Feb 05, 2013 at 09:18:33PM +0100, Johan Corveleyn wrote: > Hmm, okay, but I would have preferred some more discussion before you > implemented this. It's not clear to me that this decreases the > surprises. I can perfectly imagine just as many questions being asked > on users@ with the ques

Re: data encryption

2013-02-05 Thread Dave Huang
On 2/5/2013 4:09 PM, Thorsten Schöning wrote: Guten Tag Hector Magnanao, am Dienstag, 5. Februar 2013 um 19:29 schrieben Sie: Thanks, I guess my question wasn't so clear. I was asking for something or a suggestion on how to encrypt data from Subversion. This doesn't sound more clearly to more

Re: FreeBSD project and subversion.

2013-02-05 Thread Alexey Neyman
On Tuesday, February 05, 2013 01:55:20 PM Lathan Bidwell wrote: > On 02/05/2013 01:14 PM, Stefan Sperling wrote: > > On Tue, Feb 05, 2013 at 09:19:19AM -0800, Alexey Neyman wrote: > >> There is one more weird issue with svn diff, see the script below. The > >> issue is that "--old=A --new=B" is not

Re: data encryption

2013-02-05 Thread Thorsten Schöning
Guten Tag Hector Magnanao, am Dienstag, 5. Februar 2013 um 19:29 schrieben Sie: > Thanks, I guess my question wasn't so clear. I was asking for > something or a suggestion on how to encrypt data from Subversion. This doesn't sound more clearly to more than the question before. :-/ > Also, can a

RE: How do I refactor without confusing Subversion?[SEC=UNCLASSIFIED]

2013-02-05 Thread Thamm, Russell
UNCLASSIFIED In any case, its probably about time to upgrade. (-: -Original Message- From: Daniel Shahaf [mailto:danie...@apache.org] Sent: Thursday, 31 January 2013 6:24 PM To: Thamm, Russell Cc: users@subversion.apache.org; Andreas Tscharner Subject: Re: How do I refactor without conf

Re: FreeBSD project and subversion.

2013-02-05 Thread Johan Corveleyn
On Tue, Feb 5, 2013 at 5:08 PM, Stefan Sperling wrote: > On Tue, Feb 05, 2013 at 12:59:43PM +0100, Johan Corveleyn wrote: >> Given what I said above, this can't be done in general (not if you >> give two URLs or two wc paths, because then both synopsis 1 and 2 are >> possible -- it would obviously

Re: FreeBSD project and subversion.

2013-02-05 Thread Lathan Bidwell
On 02/05/2013 01:14 PM, Stefan Sperling wrote: On Tue, Feb 05, 2013 at 09:19:19AM -0800, Alexey Neyman wrote: There is one more weird issue with svn diff, see the script below. The issue is that "--old=A --new=B" is not opposite of "--old=B --new=A". I don't know if it is a bug or another ambug

Re: data encryption

2013-02-05 Thread Hector Magnanao
Thanks, I guess my question wasn't so clear. I was asking for something or a suggestion on how to encrypt data from Subversion. Also, can anyone give me any tips or suggestion on how to set up ldap authentication for Subversion ? On Tuesday, February 5, 2013 1:15:53 AM UTC-6, Thorsten Schönin

Re: FreeBSD project and subversion.

2013-02-05 Thread Stefan Sperling
On Tue, Feb 05, 2013 at 09:19:19AM -0800, Alexey Neyman wrote: > There is one more weird issue with svn diff, see the script below. The issue > is that "--old=A --new=B" is not opposite of "--old=B --new=A". I don't know > if it is a bug or another ambuguity I am not aware of :) > > Here is the

Re: FreeBSD project and subversion.

2013-02-05 Thread Alexey Neyman
On Tuesday, February 05, 2013 12:59:43 PM Johan Corveleyn wrote: > On Tue, Feb 5, 2013 at 1:39 AM, Alexey Neyman wrote: > > On Monday, February 04, 2013 10:17:29 PM Stefan Sperling wrote: > >> On Mon, Feb 04, 2013 at 11:54:21AM -0800, Alexey Neyman wrote: > >> > Is there a reason why it is necessa

Re: FreeBSD project and subversion.

2013-02-05 Thread Alexey Neyman
On Tuesday, February 05, 2013 05:08:40 PM Stefan Sperling wrote: > On Tue, Feb 05, 2013 at 12:59:43PM +0100, Johan Corveleyn wrote: > > Given what I said above, this can't be done in general (not if you > > give two URLs or two wc paths, because then both synopsis 1 and 2 are > > possible -- it wou

Re: FreeBSD project and subversion.

2013-02-05 Thread Stefan Sperling
On Mon, Feb 04, 2013 at 04:39:32PM -0800, Alexey Neyman wrote: > What adds oil to the fire is that the error message, which claims that > "Target > lists to diff may not contain both working copy paths and URL". If instead it > said that the supplied syntax is ambiguous and suggested to use --ne

Re: FreeBSD project and subversion.

2013-02-05 Thread Stefan Sperling
On Tue, Feb 05, 2013 at 12:59:43PM +0100, Johan Corveleyn wrote: > Given what I said above, this can't be done in general (not if you > give two URLs or two wc paths, because then both synopsis 1 and 2 are > possible -- it would obviously break backwards compatibility if we > would now start errori

Re: FreeBSD project and subversion.

2013-02-05 Thread Johan Corveleyn
On Tue, Feb 5, 2013 at 1:39 AM, Alexey Neyman wrote: > On Monday, February 04, 2013 10:17:29 PM Stefan Sperling wrote: > >> On Mon, Feb 04, 2013 at 11:54:21AM -0800, Alexey Neyman wrote: > >> > On Thursday, January 31, 2013 09:08:20 am Stefan Sperling wrote: > >> > > BTW, I went over one of FreeBS

Subversion Client on z/OS

2013-02-05 Thread Iwao Togo
Hi, If you provide us any information about the subject, we'd be very happy. Currently we are using CVS for Open platform SCM tool. We are going to move to SVN soon. At the same time we want use SVN for CICS/DB2 COBOL source code currently edited by z/OS ISPF environment. We don't want to change