Some changes that I made:
I wiped out the converted directory and the /var/perforce data
directory too. Then I started perforce up again, created a depot
called 'tlc', a user for myself and a client called 'localhost'. I
then changed the config file as follows:
$P4_DEPOT = '//tlc/intranet';
Then I re-ran all of the import scripts. At this stage I'm not sure
which directory to be in to sync the project, so I try:
(from the home directory)
-----------------------------------------------------------------------
bash-2.05a$ cd ~/tlc
bash-2.05a$ p4 sync
No such file(s).
bash-2.05a$ cd ~/intranet
bash-2.05a$ p4 sync
No such file(s).
bash-2.05a$ cd ~/tlc/intranet
bash-2.05a$ p4 sync
No such file(s).
-----------------------------------------------------------------------
Any suggestions?
Thanks :)