that worked in perl.. but when I go to command line and run following command p4 client SumanWin then it still shows me the old root path. Not the updated one. what could be the possible reason? Thanks, Suman Scott Lavender <scott.lavender visiprise.com> wrote: Try... $client = $p4->FetchClient("SumanWin"); $client{'Root'} =
"c:\\work12"; $p4->SaveClient($client);
I need to change root of my client view. I am trying to use ParseForms() to change this. This is what I am doing. $p4->ParseForms(); $p4->Connect() or die( "Failed to connect to Perforce Server" ); %client = $p4->FetchClient("SumanWin"); $client{'Root'} = "c:\\work12"; $p4->SaveClient($client);
But this
isn't working.. Please advise. Thanks Suman
Do you Yahoo!? Ge t on board. You're invited to try the new Yahoo! Mail Beta.
 
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta. |