Actions:
|
2006-11-11 04:16 AEST by Glen Starrett - Reported by Mueller, Siegmund (siegmund.mueller@refu-elektronik.de)
When importing using -kB compression, sometimes the import will fail on vendor
branches.
Workaround is to use -kb instead. Haven't tried using non-vendor branches.
> Now it runs with this commands:
> cvs import -d -m"" -I ! -W "*.* -kb" Tools/TASK_166 Tasking
> Vx_xrx Here the Comamd-, and Log-Files in Test1.zip to open
> with password refu.
>
>
> But this commands don't run:
> cvs import -d -m"" -I ! -W "*.* -kB" Tools/T166 Tasking
> Vx_xrx Here the Comamd-, and Log-Files in Test2.zip to open
> with password refu.
>
> I think the optimizer at the command upcase B doesn't work.
> Only new file added, but not the changes of existing files. |