Re: creating clearcase view

2007-04-10 Thread Steve Loughran
Alexey N. Solofnenko wrote: Last two commands should be cleartool endview -server build-view cleartool rmview -force -tag build-view I admire your skill in the cleartool commands, and am filled with the memories of the pain of using it in a production project. When it works, CC is the best ev

Re: creating clearcase view

2007-04-05 Thread Alexey N. Solofnenko
Last two commands should be cleartool endview -server build-view cleartool rmview -force -tag build-view - Alexey. Alexey N. Solofnenko wrote: Something like that: cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws cleartool mount -all cd z:\build-view\SOME-VOB cleartool

Re: creating clearcase view

2007-04-05 Thread Alexey N. Solofnenko
Something like that: cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws cleartool mount -all cd z:\build-view\SOME-VOB cleartool setcs c:\path\toconfigspec call ant build-target set RC=%errorlevel% cd %~dp0 cleartool endview build-view cleartool rmview -force build-view exi