Hi, Andreas,
Von: Andreas Krey [mailto:a.k...@gmx.de]
> On Mon, 22 Aug 2011 18:17:48 +, Markus Schaber wrote:
> ...
> > I cannot create a working copy directly in the project directory when
> > the project directory is just to be created with the import.
>
> Oops, forget it. I misunderstood t
Hi, Mark,
Von: Mark Phippard [mailto:markp...@gmail.com]
>> [ in place checkout]
> This also should work:
>
> $ svn co --depth=empty url://server/repos/parent tmp
> $ fill with data directory and files
> $ svn add data
> $ set properties
> $ svn ci -m Commit the data folder
>
> $ svn co url://
On Mon, Aug 22, 2011 at 4:27 AM, shrinivasan wrote:
> On Saturday 20 August 2011 07:35 AM, dvia...@proderj.rj.gov.br wrote:
>>
>> Hi,
>>
>> We use SVN in intel paltform, with Debian (Ubuntu).
>> We intend to use it in mainframe Z-LINUX / redhat (with Z-VM archteture ).
>> Can we go on, or it´s jus
Wouldn't filesystem permissions yield 500?
Les Mikesell wrote on Mon, Aug 22, 2011 at 13:42:07 -0500:
> On 8/22/2011 12:54 PM, Cathy Arakaki wrote:
> >I am not sure what changed recently, but I have been working on a hook
> >to verify that a phrase is included in files before they are committed
>
Daniel:
As mentioned in my original mail, this is indeed a cache invalidation
problem reliant on the contents of ~/.subversion/auth, which is
trivially worked around by removing the contents thereof. The problem
I'm trying to raise is a lack of parity with the behavior of plain SVN,
which als
On 8/22/2011 12:54 PM, Cathy Arakaki wrote:
I am not sure what changed recently, but I have been working on a hook
to verify that a phrase is included in files before they are committed
and now I am getting this message when I try to do the commit. I just
created a new repository without any hook
I am not sure what changed recently, but I have been working on a hook to
verify that a phrase is included in files before they are committed and now
I am getting this message when I try to do the commit. I just created a
new repository without any hooks and I am getting the same message when I
On Mon, 22 Aug 2011 18:17:48 +, Markus Schaber wrote:
...
> I cannot create a working copy directly in the project directory when
> the project directory is just to be created with the import.
Oops, forget it. I misunderstood the requirement.
Anyway, is throwing away the import sandbox and ch
I did. It didn't help.
-Mike
From: Mark Phippard [mailto:markp...@gmail.com]
Sent: Monday, August 22, 2011 10:48 AM
To: RYTTING,MICHAEL (A-ColSprings,ex1)
Cc: philip.mar...@wandisco.com; d...@subversion.apache.org;
users@subversion.apache.org
Subject: Re: Problems compiling 1.7.0 on redhat el4
Michael, did you ever get a chance trying the -fno-strict-aliasing flag
rather than removing all optimizations?
On Mon, Aug 22, 2011 at 12:43 PM, wrote:
> No luck, still crashing.
>
> -Original Message-
> From: Philip Martin [mailto:philip.mar...@wandisco.com]
> Sent: Monday, August 22
No luck, still crashing.
-Original Message-
From: Philip Martin [mailto:philip.mar...@wandisco.com]
Sent: Monday, August 22, 2011 10:23 AM
To: RYTTING,MICHAEL (A-ColSprings,ex1)
Cc: markp...@gmail.com; d...@subversion.apache.org; users@subversion.apache.org
Subject: Re: Problems compiling
On Mon, 22 Aug 2011 14:36:36 +, Stefan Sperling wrote:
...
> In Subversion, a merge is the computation of a delta between two
> arbitary trees, and the application of this delta to some other
> arbitrary tree.
To keep the (vector) addition analogy, you are measuring the difference
from A to B
On Mon, Aug 22, 2011 at 6:00 AM, Markus Schaber
wrote:
> We need to add a new directory including files and properties to a
> subversion repository "in-place".
>
> With SVN 1.6, the following did work: (I know that this is only an
> artifact and was no documented / intended behavior.)
> - Checkou
Hi, Mark,
Von: Mark Phippard [mailto:markp...@gmail.com]
> On Mon, Aug 22, 2011 at 12:01 PM, Markus Schaber
> wrote:
>> Those steps work nice, but they leave us with a working copy having the
>> parent of the project directory as its root, instead of the project
>> directory itself. This is wh
writes:
> It is set to 1
>>
>> Looking at the rest of the stack trace I would say this is the first
>> call to a utf8 conversion function that would have invoked
>> get_xlate_handle_node and I suspect it is that function that is going
>> wrong. At a guess something to do with the use of atomic_
Hi, Andreas,
Von: Andreas Krey [mailto:a.k...@gmx.de]
> On Mon, 22 Aug 2011 18:01:34 +, Markus Schaber wrote:
>
> > > What does not work that worked with 1.6?
> >
> > Those steps work nice, but they leave us with a working copy having
> > the parent of the project directory as its root, i
On Mon, Aug 22, 2011 at 12:01 PM, Markus Schaber
wrote:
> Those steps work nice, but they leave us with a working copy having the
> parent of the project directory as its root, instead of the project
> directory itself. This is why our Code for 1.6 had the "detach" step
> which you left out in you
On Mon, 22 Aug 2011 18:01:34 +, Markus Schaber wrote:
> > What does not work that worked with 1.6?
>
> Those steps work nice, but they leave us with a working copy having the
> parent of the project directory as its root, instead of the project
> directory itself.
Is there a reason that
Hi, Mark,
Von: Mark Phippard [mailto:markp...@gmail.com]
> On Mon, Aug 22, 2011 at 11:31 AM, Markus Schaber
wrote:
>> We do not insist in the "detach" step. The "detach" step just was
part of the workaround to get an inplace-import with SVN 1.6, just as
the second commit is part our workaround
On Mon, Aug 22, 2011 at 11:31 AM, Markus Schaber
wrote:
>
> We do not insist in the "detach" step. The "detach" step just was part of
> the workaround to get an inplace-import with SVN 1.6, just as the second
> commit is part our workaround for SVN 1.7.
>
> We need an inplace-import as we did make
Hi, Mark,
Von: Mark Phippard [mailto:markp...@gmail.com]
> On Mon, Aug 22, 2011 at 6:00 AM, Markus Schaber
> wrote:
>> We need to add a new directory including files and properties to a
>> subversion repository "in-place".
>>
>> With SVN 1.6, the following did work: (I know that this is only
On Mon, Aug 22, 2011 at 6:00 AM, Markus Schaber
wrote:
> Hi,
>
> We need to add a new directory including files and properties to a
> subversion repository "in-place".
>
> With SVN 1.6, the following did work: (I know that this is only an
> artifact and was no documented / intended behavior.)
> -
Hi, Uli,
Von: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com]
> On Monday 22 August 2011, Markus Schaber wrote:
> > We need to add a new directory including files and properties to a
> > subversion repository "in-place".
>
> Just to be sure: There are auto-props, which could help in comb
> Betreff: Re: Proxy authentication with Negotiate uses wrong host
> On Mon, Aug 22, 2011 at 01:41:59PM +0200, 1983-01...@gmx.net wrote:
> > no, I did not set that value neither on Windows nor on FreeBSD. Using
> Negotiate does require setting a username. That's what the credentials cache
> is for
On 8/21/11 11:07 PM, Andy Canfield wrote:
WOW! So the .svn hidden directory contains a spare copy of every file in that
directory??? Why not just store a computed checksum?
The theory is that disk space is cheaper than a fast network. And sometimes it
is true... It also lets the client do
On Mon, Aug 22, 2011 at 01:59:45PM +0200, Andreas Krey wrote:
> It's not bug-worthy. AFAIR, when I (p) a property conflict, I get
> the conflict markers into the property, and at least 'svn diff' does
> not believe that properties (esp. svn:externals) may be multi-line,
> and AFAIR you also just ge
On Mon, Aug 22, 2011 at 01:49:45PM +0200, Andreas Krey wrote:
> On Mon, 22 Aug 2011 12:38:40 +, Stefan Sperling wrote:
> > On Fri, Aug 19, 2011 at 04:15:38PM +0200, Andreas Krey wrote:
> ...
> > > Actually, merging is a symmetric operation. The tree (and copyfrom
> > > info) resulting from a me
On Mon, Aug 22, 2011 at 01:41:59PM +0200, 1983-01...@gmx.net wrote:
> no, I did not set that value neither on Windows nor on FreeBSD. Using
> Negotiate does require setting a username. That's what the credentials cache
> is for.
You expect svn to get the proxy username from the ~/.subversion/aut
On Mon, 22 Aug 2011 12:49:25 +, Stefan Sperling wrote:
...
> > I'm used to manual merges, which means its always (p) with me. Which
> > unfortunately does not work quite well with properties, as far I
> > remember.
>
> Can you provide details? What doesn't work, exactly?
> Is there already an
On Mon, 22 Aug 2011 12:38:40 +, Stefan Sperling wrote:
> On Fri, Aug 19, 2011 at 04:15:38PM +0200, Andreas Krey wrote:
...
> > Actually, merging is a symmetric operation. The tree (and copyfrom
> > info) resulting from a merge should be the same independent of in
> > which direction the merge i
> Betreff: Re: Proxy authentication with Negotiate uses wrong host
> On Mon, Aug 22, 2011 at 12:55:58PM +0200, 1983-01...@gmx.net wrote:
> > Now, when the proxy server challenges Subversion to authenticate,
> Subversion tries to retrieve a service ticket for the target host /instead of/
> for the
On Monday 22 August 2011, Markus Schaber wrote:
> We need to add a new directory including files and properties to a
> subversion repository "in-place".
Just to be sure: There are auto-props, which could help in combination with an
import. There is also svn_load_dirs, in case you need this for ma
On Mon, Aug 22, 2011 at 12:55:58PM +0200, 1983-01...@gmx.net wrote:
> Now, when the proxy server challenges Subversion to authenticate, Subversion
> tries to retrieve a service ticket for the target host /instead of/ for the
> proxy host. I debugged that in a Wireshark session.
> Should I file a
On Mon, Aug 22, 2011 at 01:02:26PM +0200, Stefan Sperling wrote:
> I'm sorry but I'm afraid I'll have to redirect you again.
> Client-side NTLM authentication is done by neon, not Subversion.
> Website: http://webdav.org/neon/
To clarify, neon also performs Negotiate auth.
Hi folks,
I am trying to make Subversion run with our ISA proxy which advertises
Proxy-Authenticate: Negotiate, NTLM, Basic.
My Subversion version is: 1.6.7 on Windows XP, tried with 1.7-beta3 which even
did not want to accept the URL. The HTTP lib is neon because serf quit working
with "svn:
On Mon, Aug 22, 2011 at 12:55:58PM +0200, 1983-01...@gmx.net wrote:
> Hi folks,
>
> I am trying to make Subversion run with our ISA proxy which advertises
> Proxy-Authenticate: Negotiate, NTLM, Basic.
>
> My Subversion version is: 1.6.7 on Windows XP, tried with 1.7-beta3 which
> even did not w
Hi folks,
I am trying to make Subversion run with our ISA proxy which advertises
Proxy-Authenticate: Negotiate, NTLM, Basic.
My Subversion version is: 1.6.7 on Windows XP, tried with 1.7-beta3 which even
did not want to accept the URL. The HTTP lib is neon because serf quit working
with "svn:
On Fri, Aug 19, 2011 at 12:20:56PM +0200, Andreas Krey wrote:
> On Thu, 18 Aug 2011 20:46:51 +, Stefan Sperling wrote:
> ...
> > > Actually I think these are better handled by throwing away the merge
> > > results and doing the renames/removes on the respective branches, then
> > > redo the mer
On Fri, Aug 19, 2011 at 04:15:38PM +0200, Andreas Krey wrote:
> On Fri, 19 Aug 2011 13:51:40 +, Stein Somers wrote:
>
> > Now I realize merges are always asymmetric.
>
> Actually, merging is a symmetric operation. The tree (and copyfrom
> info) resulting from a merge should be the same indepe
Hi, Dayse,
Von: dvia...@proderj.rj.gov.br [mailto:dvia...@proderj.rj.gov.br]
> We use SVN in intel paltform, with Debian (Ubuntu).
> We intend to use it in mainframe Z-LINUX / redhat (with Z-VM archteture ).
> Can we go on, or it´s just kown that it will not work ?
If there are precompiled SVN b
Hi,
We need to add a new directory including files and properties to a
subversion repository "in-place".
With SVN 1.6, the following did work: (I know that this is only an
artifact and was no documented / intended behavior.)
- Checkout the parent directory to a temporary place.
- create and svn a
On Saturday 20 August 2011 07:35 AM, dvia...@proderj.rj.gov.br wrote:
Hi,
We use SVN in intel paltform, with Debian (Ubuntu).
We intend to use it in mainframe Z-LINUX / redhat (with Z-VM archteture ).
Can we go on, or it´s just kown that it will not work ?
You can download the source from
ht
42 matches
Mail list logo