You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by jacob reimann <ja...@netrino.net> on 2004/12/07 16:25:30 UTC

problems with subversion-1.1.0 on mac

Hi.

I have installed svn 1.1 client on my designers OSX box, and get the 
following error:

jason:/Library/WebServer/Documents/flid root# /usr/local/bin/svn co 
https://mywebserver/svn/repos/LetsGo2
subversion/libsvn_wc/lock.c:157: (apr_err=155004)
svn: Working copy 'LetsGo2/trunk' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)


jason:/Library/WebServer/Documents/flid root# /usr/local/bin/svn cleanup 
Project/
subversion/libsvn_wc/log.c:329: (apr_err=155009)
svn: In directory 'Project/trunk/scripts'
subversion/libsvn_subr/io.c:1952: (apr_err=2)
svn: Can't open file 
'Project/trunk/scripts/.svn/tmp/text-base/admin_builder_itinerary_edit.php.svn-base': 
No such file or directory
jason:/Library/WebServer/Documents/flid root#



This basically means that I cant get our svn repository checked out onto 
his machine. :-(

it keeps on complaining about locked files. when I remove locks, they 
come back again, cleanup doesnt work. Aaagh.

This works perfectly on all our Linux boxes. Server is svn 1.1 
/apache/mod_dav/mod_svn

Cheers
-- 
jacob reimann
managing director
netrino.net
jacob@netrino.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: problems with subversion-1.1.0 on mac

Posted by Jeremy Pereira <je...@ntlworld.com>.
It's not a case sensitivity issue is it?

i.e. do you have files in the repository that differ only in case? eg  
foo.php and Foo.php

Apple HFS+ is a case insensitive file system

On Dec 7, 2004, at 16:25, jacob reimann wrote:

> Hi.
>
> I have installed svn 1.1 client on my designers OSX box, and get the  
> following error:
>
> jason:/Library/WebServer/Documents/flid root# /usr/local/bin/svn co  
> https://mywebserver/svn/repos/LetsGo2
> subversion/libsvn_wc/lock.c:157: (apr_err=155004)
> svn: Working copy 'LetsGo2/trunk' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for  
> details)
>
>
> jason:/Library/WebServer/Documents/flid root# /usr/local/bin/svn  
> cleanup Project/
> subversion/libsvn_wc/log.c:329: (apr_err=155009)
> svn: In directory 'Project/trunk/scripts'
> subversion/libsvn_subr/io.c:1952: (apr_err=2)
> svn: Can't open file  
> 'Project/trunk/scripts/.svn/tmp/text-base/ 
> admin_builder_itinerary_edit.php.svn-base': No such file or directory
> jason:/Library/WebServer/Documents/flid root#
>
>
>
> This basically means that I cant get our svn repository checked out  
> onto his machine. :-(
>
> it keeps on complaining about locked files. when I remove locks, they  
> come back again, cleanup doesnt work. Aaagh.
>
> This works perfectly on all our Linux boxes. Server is svn 1.1  
> /apache/mod_dav/mod_svn
>
> Cheers
> -- 
> jacob reimann
> managing director
> netrino.net
> jacob@netrino.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
--
Jeremy Pereira
http://www.jeremyp.net


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org