[p4] How to move perforce depot from c: to d:
Lee Marzke
lee at marzke.net
Thu Feb 23 11:10:23 PST 2006
Vladimir,
The Tech note 024 shows how to move/rename a depot directory on the
*server*.
You really should be asking how to move your *client workspace* from
c:\depot to
d:\depot which is an entirely different thing.
Just copy all your files to d:
mkdir d:\depot
xcopy /S /V c:\depot d:\depot
Then change your client spec root to d:\depot
p4 workspace (same as 'p4 client', available in
latest p4 versions )
edit the root: line from
c:\depot to d:\depot
Lee Marzke
PCP
Vladimir Sim wrote:
> Hi,
>
> I need to move my current perforce depot from c:\depot to d:\depot
> I have found an articles from perforce site,
> http://www.perforce.com/perforce/technotes/note024.html.
> that show me how to rename/move depot. However, after I execute it.
>
> I don't find my old depot file appearing in the new depot folder althought
> the p4 client show it.
>
> What is wrong, please advise me on this area.
>
>
> --
> Best regards,
> Vladimir Sim
> _______________________________________________
> perforce-user mailing list - perforce-user at perforce.com
> http://maillist.perforce.com/mailman/listinfo/perforce-user
>
>
More information about the perforce-user
mailing list