Re: Subversion dies on pkill checkout

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Robert Watson
Date: Tuesday, March 10, 2009 - 2:38 am

On Tue, 10 Mar 2009, Michael David Crawford wrote:


subversion isn't sure how to deal with colliding filenames from a 
case-sensitive repository being checked out onto a case-insensitive client. 
This is arguably a bug in the FreeBSD repository since it is desirable for 
people to be able to check out our tree on Mac OS X, etc.  Interestingly, it 
also triggers real bugs in the svn client -- when I tried to clean up after 
the aborted checkout on my Mac OS X notebook, I got:

robert@cinnamon:~/freebsd% svn cleanup head/
svn: In directory 'head/tools/regression/usr.bin/pkill'
svn: Error processing command 'modify-wcprop' in 
'head/tools/regression/usr.bin/pkill'
svn: 'head/tools/regression/usr.bin/pkill/pkill-U.t' is not under version 
control

rm -Rf on the pkill subtree appeared to help :-).  I've corrected that 
instances of name collisions and am now attempting to check out the remainder 
of the tree, and will follow up if I have to correct further problems.

In general, you should be able to create a disk image on Mac OS X that *is* 
case-sensitive, using Disk Utility, and check out there without a problem. 
Currently we do not support cross-build form Mac OS X, so most people 
developing on Mac OS X are using VMWare Fusion or some other 
emulator/virtualization package.

Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Subversion dies on pkill checkout, Michael David Crawford, (Tue Mar 10, 1:27 am)
Re: Subversion dies on pkill checkout, Roman Divacky, (Tue Mar 10, 1:54 am)
Re: Subversion dies on pkill checkout, Ed Schouten, (Tue Mar 10, 1:57 am)
Re: Subversion dies on pkill checkout, Robert Watson, (Tue Mar 10, 2:38 am)
Re: Subversion dies on pkill checkout, Michael David Crawford, (Tue Mar 10, 3:03 am)
Re: Subversion dies on pkill checkout, Chris Ruiz, (Tue Mar 10, 12:51 pm)
Re: Subversion dies on pkill checkout, Garrett Cooper, (Tue Mar 10, 10:42 pm)
Re: Subversion dies on pkill checkout, Ed Schouten, (Wed Mar 11, 11:54 am)