Buggy cvs-wrap
Buggy cvs-wrap
- Subject: Buggy cvs-wrap
- From: Pierre-Olivier Latour <email@hidden>
- Date: Mon, 27 Jan 2003 23:57:58 -0800
Hi,
I just started moving my project to CVS, and something is not working with
the following .nib file while importing:
"Controller KeyBoard.nib"
Import stops with the error:
"cvs-wrap: Invalid parameters"
I immediately suspected a space in name problem. So I edited the file
cvs-wrap to replace %s with "%s" as in:
*.nib -k 'b' -f '/Developer/Tools/cvs-unwrap "%s"' -t
'/Developer/Tools/cvs-wrap "%s" "%s"' -m 'COPY'
However, I still get the same error... So I added a dump for arguments 0 to
4 inside cvs-wrap.
$0 -> /Developer/Tools/cvs-wrap
$1 -> "Controller
$2 -> KeyBoard.nib"
$3 -> "/tmp/cvsgTK9es"
$4 ->
Obviously $1 and $2 are split while they shouldn't be! How come? If I call
./cvs-wrap "Controller KeyBoard.nib" /out from the shell, it works :(
Is this a serious bug in CVS itself in the way it passes params to the
wrapper scripts?
_____________________________________________________________
Pierre-Olivier Latour email@hidden
Palo Alto, USA
http://www.pol-online.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.