tags:

views:

352

answers:

4

Using P4V 2009.2. I have used P4Win in the past, but this is a new setup for me. The problem is that the files I have checked out disappear from the changelists, so I cannot check them in.

To reproduce:

  1. Check out a file, make a change to it.
  2. Go to the 'pending changelist' tab.
  3. There will be a + sign on the default changelist.
  4. Click on the plus, or on the changelist line, the plus will disappear, there will be nothing in the changelist.
  5. Try to check the file in by right-click on the file itself, the changelist dialog will show up but NO files are listed.
  6. You can transfer the file to a new changelist, the same thing happens.
  7. Looking at the file in the 'checked out by' window does correctly show the changelist number & description.
+1  A: 

Hi,
the only thing I can imagine is that you are looking at a different client workspace. Notice that the "Pending Changes" tab has a filter on the top, where you can separately filter for folder/files, user and workspace. Maybe the filter is set to something so that it doesn't match the client workspace where you have actually checked out the file.
Good luck, Henrik

jhwist
A: 

I agree with jhwist,sounds like your looking at a different client spec.
P4V is a bit confusing on this front, IMO and I personally prefer P4 Win but to check, open up a command prompt and type p4 changes -s pending -c YOURCLIENTSPEC - chances are that the changes you think you have aren't in your current clientspec

zebrabox
A: 

This can happen sometimes and in my experience it is a refresh issue with p4v. Often simply closing the pending tab or reopening p4v solves the problem.

Toby Allen