Using Vault 2.0.1 and the GUI client:
Just an FYI, I'm not sure if it's a problem or not, but...
I edited a VB6 form file (FRM and FRX extensions) and when I went switched into the GUI client to check in the changes, only the FRX file was in the change set. I committed it, then realized that the FRM file should have been in there as well (the code is stored in the FRM file in VB6). I found the file in the repository and it was indeed listed as "Edited", but was not in the change set. I restarted the GUI and it immediatly popped into the change set. Whew.
I had the GUI client running while I was making the changes (just commenting out a few lines of code). Should the GUI client be closed while making changes or have the code open in the IDE?
Changed File Not In Change Set
Moderator: SourceGear
The reason for this is that not all cache data is shared between Vault clients that are running at the same time. You did the right thing by restarting the GUI client. Note that this only applies if you are running the IDE client and the GUI client at the same time. I would recommend running the GUI client only, and doing any repository operations there.
After reading all of the stories on this site about the horrors of the IDE-integrated client , I decided early on to only use the GUI client. As a matter of fact, I said "no" the IDE question during installation. Does Value integrate with the VB6 IDE? I didn't see anything in the add-in list.
Anyway, everything seems to be fine; I wanted to see if there was something I needed to be doing differently.
Anyway, everything seems to be fine; I wanted to see if there was something I needed to be doing differently.
Wild...
I'm assuming that you're running in CVS mode, since in VSS mode everything that is checked out appears in the pending change set regardless of its edited status, and only checked out files can be marked as Edited.
In CVS mode, any Edited file should be in the pending change set.
It does sound like you've run into something weird. We used to have issues with some editors that would delete the working file and rewrite it. I thought that we had fixed those issues, but I can investigate more. Please let me know if you're running VSS mode or CVS mode.
I'm assuming that you're running in CVS mode, since in VSS mode everything that is checked out appears in the pending change set regardless of its edited status, and only checked out files can be marked as Edited.
In CVS mode, any Edited file should be in the pending change set.
It does sound like you've run into something weird. We used to have issues with some editors that would delete the working file and rewrite it. I thought that we had fixed those issues, but I can investigate more. Please let me know if you're running VSS mode or CVS mode.