On Thu, 22 Dec 2011 22:58:44 +0100
Pierre Berthier wrote:
> Hi
>
> after upgrading a SVN server from 1.6 to 1.7.2 (r1207936), I am
> getting this error message when committing:
>
> svn: E175002: Commit failed (details follow):
> svn: E175002: Server sent unexpected return value (500 Internal Se
On Tue, Jan 3, 2012 at 7:04 PM, Luis Mochan wrote:
> Today I tried to 'svn update' a very old folder from a very old repository
You don't mention which old server software, or client software, you
used to check this old folder out.
> name. Its full name is em.fis.unam.mx and its short name is em
Hello guys,
I'm running the following configuration:
OS: Ubuntu 8.04 (Hardy Heron)
svn: 1.4.6dfsg1-2ubuntu1.3
apache2: 2.2.8-1ubuntu0.22
apache2-mpm-prefork: 2.2.8-1ubuntu0.22
And experiencing the following problem:
When performing simultaneous commits from 5 different stations, some commits
On Wed, Jan 4, 2012 at 08:12, Alexandru Ioan Cucu wrote:
> Hello guys,
>
> I'm running the following configuration:
>
> OS: Ubuntu 8.04 (Hardy Heron)
> svn: 1.4.6dfsg1-2ubuntu1.3
> apache2: 2.2.8-1ubuntu0.22
> apache2-mpm-prefork: 2.2.8-1ubuntu0.22
>
> And experiencing the following problem:
> Wh
> Mixing and matching will cause trouble. It should be possible to use
> "svn switch" to set the URL to be consistent throughout your working
> copy.
Wouldn't it be 'svn relocate'? (Just read about it in the manual)
Regards,
Luis
Yes, Thought that on the users mailing list there might be someone that might
have had this problem many years ago :)
Thanks
From: Andy Levy
To: Alexandru Ioan Cucu
Cc: "users@subversion.apache.org"
Sent: Wednesday, January 4, 2012 5:13 PM
Subject: Re: Com
For autopopulate I’ve setup for shell scripts to be text/plain, native eol
and executable
*.ksh= svn:mime-type=text/plain;svn:eol-style=native;svn:executable
But I have a shell script removeCTLM.ksh that has an embedded cntl-m as
part of a regular expression, for example sed 's/^M//g' $fi
> > > Hello,
> > >
> > > Thanks for your reply! Difference is that before, after doing update
> > > or check out with -N, i can do one svn update in the root. Now
> > > update in the root starts updating tags.
> > >
> > > Please note that i have a bunch of projects and doing update for
> > > every
On 1/4/2012 12:56 PM, James Hartleroad wrote:
For autopopulate I’ve setup for shell scripts to be text/plain, native
eol and executable
*.ksh= svn:mime-type=text/plain;svn:eol-style=native;svn:executable
But I have a shell script removeCTLM.ksh that has an embedded cntl-m
as part of a regul
On Jan 4, 2012, at 07:12, Alexandru Ioan Cucu wrote:
> I've been browsing through the 1.4.6 subversion sources and noticed that this
> error message is given when apr_dbm_open or apr_dbm_fetch fail for any reason
> (look in mod_dav_svn/activity.c --> const char *dav_svn_get_txn) so I would
>
On Jan 4, 2012, at 09:14, Luis Mochan wrote:
>> Mixing and matching will cause trouble. It should be possible to use
>> "svn switch" to set the URL to be consistent throughout your working
>> copy.
>
> Wouldn't it be 'svn relocate'? (Just read about it in the manual)
In old versions of Subversi
Ryan Schmidt writes:
> On Jan 4, 2012, at 07:12, Alexandru Ioan Cucu wrote:
>
>> I've been browsing through the 1.4.6 subversion sources and noticed
>> that this error message is given when apr_dbm_open or apr_dbm_fetch
>> fail for any reason (look in mod_dav_svn/activity.c --> const char
>> *dav
David Chapman wrote on Wed, Jan 04, 2012 at 16:11:27 -0800:
> #!/bin/bash -f
> sed 's/\r//g' $1 > tmpfile
>
> Rather than use a special character, I used the shell's escape sequence.
No you didn't. The single quotes protect the \ and it is passed
literally to sed's argv[1].
Daniel
(/bin/bash !=
Philip Martin wrote on Thu, Jan 05, 2012 at 01:12:23 +:
> Ryan Schmidt writes:
>
> > On Jan 4, 2012, at 07:12, Alexandru Ioan Cucu wrote:
> >
> >> I've been browsing through the 1.4.6 subversion sources and noticed
> >> that this error message is given when apr_dbm_open or apr_dbm_fetch
> >>
Ryan Schmidt wrote on Wed, Jan 04, 2012 at 18:48:05 -0600:
>
> On Jan 4, 2012, at 09:14, Luis Mochan wrote:
>
> >> Mixing and matching will cause trouble. It should be possible to use
> >> "svn switch" to set the URL to be consistent throughout your working
> >> copy.
> >
> > Wouldn't it be 'svn
Pierre Berthier wrote on Thu, Dec 22, 2011 at 22:58:44 +0100:
> Hi
>
> after upgrading a SVN server from 1.6 to 1.7.2 (r1207936), I am getting
> this error message when committing:
>
> svn: E175002: Commit failed (details follow):
> svn: E175002: Server sent unexpected return value (500 Internal
Pierre Berthier wrote on Wed, Jan 04, 2012 at 15:09:45 +0100:
> On Thu, 22 Dec 2011 22:58:44 +0100
> Pierre Berthier wrote:
>
> > Hi
> >
> > after upgrading a SVN server from 1.6 to 1.7.2 (r1207936), I am
> > getting this error message when committing:
> >
> > svn: E175002: Commit failed (detai
On Wed, 04 Jan 2012, James Hartleroad wrote:
But I have a shell script removeCTLM.ksh that has an embedded cntl-m as
part of a regular expression, for example sed 's/^M//g' $file > tmpfile
If this is a shell programming question rather than a subversion
question, then I suggest changing the scr
18 matches
Mail list logo