Re: svn does not match expected url

2012-01-04 Thread Nico Kadel-Garcia
On Tue, Jan 3, 2012 at 7:04 PM, Luis Mochan moc...@fis.unam.mx 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

Commit failure when doing concurrent commits: the specified activity does not exist

2012-01-04 Thread Alexandru Ioan Cucu
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

Re: Commit failure when doing concurrent commits: the specified activity does not exist

2012-01-04 Thread Andy Levy
On Wed, Jan 4, 2012 at 08:12, Alexandru Ioan Cucu ai_c...@yahoo.com 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

Re: svn does not match expected url

2012-01-04 Thread Luis Mochan
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

Re: Commit failure when doing concurrent commits: the specified activity does not exist

2012-01-04 Thread Alexandru Ioan Cucu
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 andy.l...@gmail.com To: Alexandru Ioan Cucu ai_c...@yahoo.com Cc: users@subversion.apache.org

Re: control-M characters that are NOT end of line characters

2012-01-04 Thread David Chapman
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

Re: Commit failure when doing concurrent commits: the specified activity does not exist

2012-01-04 Thread Ryan Schmidt
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

Re: svn does not match expected url

2012-01-04 Thread Ryan Schmidt
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 Subversion: svn

Re: Commit failure when doing concurrent commits: the specified activity does not exist

2012-01-04 Thread Daniel Shahaf
Philip Martin wrote on Thu, Jan 05, 2012 at 01:12:23 +: Ryan Schmidt subversion-20...@ryandesign.com 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

Re: svn does not match expected url

2012-01-04 Thread Daniel Shahaf
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 relocate'? (Just

Re: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/repos/svntest/!svn/me'

2012-01-04 Thread Daniel Shahaf
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 Server

Re: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/repos/svntest/!svn/me'

2012-01-04 Thread Daniel Shahaf
Pierre Berthier wrote on Wed, Jan 04, 2012 at 15:09:45 +0100: On Thu, 22 Dec 2011 22:58:44 +0100 Pierre Berthier pierre.berth...@ini.phys.ethz.ch 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:

Re: control-M characters that are NOT end of line characters

2012-01-04 Thread Alan Barrett
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