FROM : Pierre-Olivier Latour
DATE : Tue Jan 28 08:57:58 2003
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_removed>
Palo Alto, USA http://www.pol-online.net
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Tue Jan 28 08:57:58 2003
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_removed>
Palo Alto, USA http://www.pol-online.net
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Pierre-Olivier Lat… | Jan 28, 08:57 | |
| mathew | Jan 29, 01:02 | |
| Sven A. Schmidt | Jan 29, 14:04 | |
| Bill Bumgarner | Jan 30, 19:34 |






Cocoa mail archive

